#contatoMain
{
	padding: 6px;
	background-color: #DDE6F2;
	background-image: url(images/contato.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 10px;
	margin-left: 80px;
	font-weight: bold;
	overflow: hidden;
	color: #2f5d8f;
	height: 216px;
	text-transform: uppercase;
	
}
#contatoInfo ul
{
	list-style-type: none;
	text-align: right;	
	padding: 0;
	margin:0;
	color: black;
}
#contatoForm textarea
{
	border: 0px solid red;
	background: #DDE6F2;
	width: 100%;

}
.input
{
	border: 0px solid red;
	background: #DDE6F2;
	width: 100%;
}
.button
{
	width: 100px;
	background: #2f5d8f;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	margin: 3px;
	
}
#contatoForm
{
	margin-right: 180px;
	background-color: #ffffff;
	padding: 6px;
}
/*#contatoForm hr
{
	color: blue;
	height: 4px;
	width: 400px;
	margin: 2px;
}
*/
.trForm td
{
	padding-right: 10px;
}
form
{
	margin: 0;
	padding: 0;
}
#contatoForm table
{
	width: 100%;
}
#contatoForm td
{
	
}
#contatoInfo
{
	margin-right: 180px;
	background: #ffffff;
	border-top: 2px solid #c1cddd;
	text-transform: none;
	padding: 4px 13px 4px 4px;
}