/* CSS Document */
 
#corpo #col-esq form{
	width:500px;
	padding:35px;
	background-color:#e0e2e5;
}

#corpo #col-esq form ul{
	overflow:auto;	
}

#corpo #col-esq form ul li{
	width:210px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

#corpo #col-esq form ul li.grande{
	width:470px;
}

#corpo #col-esq form input{
	width:200px;
	height:22px;
	padding:3px 4px;
	font-size:17px;
	color:#333;
	border:1px solid #ccc;
}

#corpo #col-esq form textarea{
	width:455px;
	height:100px;
	padding:3px 4px;
	font-size:17px;
	color:#333;
	border:1px solid #ccc;
}

#corpo #col-esq form #bot_enviar{
	display:block;
	width:175px;
	height:29px;
	border:none;
	float:left;
}

#corpo #col-esq form span#resposta {
	display:block;
	width:269px;
	height:29px;
	float:left;
	margin-left:10px;
	margin-top:3px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

#corpo #col-esq form span#resposta span.ok {
	display:block;
	width:258px;
	height:15px;
	padding:7px;
	background-color:#486743;
}

#corpo #col-esq form span#resposta span.error {
	display:block;
	width:258px;
	height:15px;
	padding:7px;
	background-color:#AB2718;
}