@charset "utf-8";
/* CSS Document */

/*_________________________________/Coluna Esquerda_*/
#coluna-esq{
	width:399px;
	height:236px;
	float:left;
	margin-right:11px;
}
#coluna-esq h1{
	background:url(../imgs/linha.jpg) bottom no-repeat;
	font: bolder 15px Verdana, Helvetica, sans-serif;
	color:#0180a4;
	line-height:30px;
	margin:0px 15px 10px 15px;
}
#coluna-esq p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:20px 10px 0 15px;
	text-align:justify;
	line-height:13px;
}

#coluna-esq form{
	margin: 2px 20px;
}
#coluna-esq label{
	width:58px;
	float:left;
	display:block;
	color:#000;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#coluna-esq .campo{
	border:1px #0180a4 solid;
	font:11px Arial, Helvetica, sans-serif;
	height:12px;
	display:block;
	float:left;
}
#coluna-esq #sd, #ed {
	line-height:20px;
	border:1px #0180a4 solid;
	font:11px Arial, Helvetica, sans-serif;
	height:15px;
	display:block;
	float:left;
}
#coluna-esq ul{
	list-style:none;
}
#coluna-esq li{
	height:28px;
	float: left;
	margin: 0 3px;
}
#coluna-esq .botao{
	background: url(../img/coluna-esq/bt-enviar.gif) no-repeat;
	height:30px;
	margin:-15px 0 0 40px;
	_margin:-0px 0 0px 0px;
	width:79px;
	cursor:pointer;	
}
/*_________________________________/Coluna Esquerda_*/
/*_________________________________/Coluna Direita_*/
#coluna-dir{
	width:241px;
	height:236px;
	float:left;
}
/*_________________________________/Coluna Direita_*/


