@charset "utf-8";
#wrap{
	background:url(../img/bg-internas.jpg) repeat-x;
	background-position:center 69px ;
}
#main{
	margin:0 auto;
	width:940px;
}
.content{
	padding-top:20px;
	font-size:14px;
	line-height:120%;
}
.form_contato{
	float:left;
	width:518px;
}
.form_contato .error{
	background:#660000;
	color:#fff;
	float:left;
	width:498px;
	padding:10px;
	font-size:12px;
	margin-bottom:10px;
}
.form_contato p{
	float:left;
	width:518px;
	margin-bottom:15px;
}
.form_contato label{
	font-size:14px;
	color:#808080;
}
.form_contato input[type="text"]{
	background:#BFBFBF;
	height:30px;
	width:498px;
	line-height:30px\9;
	padding:0 10px;
	color:#464646;
}
.form_contato .input-erro{
	background:#660000 !important;
	color:#fff !important;
}
.form_contato textarea{
	background:#BFBFBF;
	color:#464646;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	height:200px;
	border:0px;
	width:498px;
	padding:10px;
}
.form_contato input[type="submit"]{
	width:60px;
	height:29px;
	line-height:29px;
	cursor:pointer;
	background:#464646;
	color:#B8B8A9;
}
.form_contato .codigo{
	width:100px !important;
}	
.sidebar{
	margin-bottom:25px !important;
}
.email{
	width:300px;
	float:left;
	margin-bottom:20px;
}
.endereco{
	float:left;
	width:300px;
	margin-bottom:45px;
}