@charset "utf-8";
/* CSS Document */

#tudo{
	width:800px;
	height:100%;
	background-image:url(../images/bgcontato.jpg);
	background-repeat: no-repeat;
	background-position:450px 164px;
}


#bloco1 p{
	margin:30px 0 0 24px;
	padding-bottom:35px;
	color:#666666;
}

#bloco1 h2{
	margin:30px 0 0 24px;
}

table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	margin-left:24px;
}

input, textarea, select{
	border: solid 1px #999999;
}

input:hover, input:focus, textarea:hover, select:hover, textarea:focus, select:focus {
	border: solid 1px #F79321;
}
