/**
2009
Desenvolvido por Paulo Mattiuzzo
www.paulomattiuzzo.com.br
**/

*{
	margin:0;
    padding:0;
}

body{
	font-family:Tahoma;
	font-size:11px;
	color:#333;
	line-height:15px;
}

#geral{
	background:url(../images/fundo.jpg) 0 0 no-repeat;
	width:960px;
	height:670px;
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-335px;
	margin-left:-480px;
}

#form{
	width:400px;
	margin:170px 20px 0 0;
	float:left;
}

form{
	margin:40px 0 0 0;
	color:#666;
}

form input, textarea{
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #194D86;
	border-left:1px solid #CCC;
	background:#FFF url(../images/bg_input.jpg) bottom left repeat-x;
	font-family:Tahoma;
	font-size:11px;
	color:#666;
	margin:3px 0 10px 0;
}

form input{height:15px; width:155px; padding:3px;}
form textarea{width:354px; height:94px; padding:3px;}

form .bot{border:none; width:47px; height:24px; padding:0;}

span.requerido{
	font-size:9px;
	color:#999;
	position:absolute;
	margin:10px 0 0 200px;
}

address{
	margin:40px 0 0 0;
	font-style:normal;
}

address a{color:#006699; text-decoration:underline;}
address a:hover{color:#1692DC; text-decoration:none;}

#flash{
	width:440px;
	margin:180px 60px 0 0;
	float:left;
	padding:0 0 0 40px;
}

#aviso{
	position:absolute;
	background:#CFE4EC;
	padding:30px 10px;
	border-top:2px solid #276C98;
	border-bottom:2px solid #276C98;
	margin:-20px 0 0 -10px;
	width:370px;
}
