 #modal_container {  
     padding:5px;
     background-color:#fff;
     border:1px solid #666;
     overflow:auto;
     font-family:"Arial",Verdana;
     font-size:10px;
     color:#666;
     text-align:left;
 } 
  
 #modal_overlay {  
     background-color:#000;  
 }
 #imagem {
	width: 505px;
	height: 390px;
	float: left;
	padding-right: 5px;
	background-color: #FFFFFF;
}
#apresentacao {
	width: 180px;
	height: 390px;
	float: left;
	background-color: #E2E2E2;
	background-image: url(http://www.mmlcaldeiras.com.br/assets/imagens/cartao.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#conteudo {
	width: 662px;
	clear: both;
	background-color: #FFFFFF;
	padding: 14px;
}
.nome {
	width: 170px;
	height: 25px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 28px;
	font-family:"Arial", Verdana;
	font-size:11px;
	color:#006699;
	text-align:left;
	font-weight: bold;
	line-height: 22px;
	text-indent: 3px;
}
.botao {
	width: 70px;
	height: 25px;
	background-color: #FFFFFF;
	margin-top: 14px;
	font-family:"Arial", Verdana;
	font-size:10px;
	color:#006699;
	text-align:left;
	line-height: 20px;
	text-indent: 3px;
}