body{
	padding:0;
	margin:0;
	color:#ddd;
	width:100%;
	font-size:12px;
	font-family:Arial;
	list-style:none;
}
/*************************  Forms ************************/
div#formulario {
	list-style:none;
}

fieldset{
	border:0;
}

ul.form{
	list-style:none;
	padding:0;
	margin:0 auto;
	width:350px;
	border:0;
}

ul.form li{
	border-bottom:1px dashed #464e5f;
	padding:6px 0;
	height:47px;
	list-style:none !important;
	width:350px;
}

.form_head{
	height:20px;
	width:400px;
	color:#aaa;
	text-align:center;
	border-bottom:0 !important;
}

ul.form li label{
	display:block;
	float:left;
	width:160px;
}

.required{
	display:block;
	font-size:10px;
	color:#5b6170;
	width:350px;
	float:left;
	clear:left;
	margin:8px 0 5px 0;
}

ul.form li input, ul.form li textarea{
	width:180px;
	background:#EDE9DE none repeat scroll 0 0;
	border:2px solid #ccc;
	padding-left:3px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

ul.form li input:focus {
	border: solid 2px #B78250;
}

ul.form li textarea:focus {
	border: solid 2px #B78250;
}

ul.form li select {
	width:186px;
	background:#EDE9DE none repeat scroll 0 0;
	border:2px solid #ccc;
	padding-left:3px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

ul.form li select:focus {
	border: solid 2px #B78250;
}

ul.form li.submit{
	text-align:right;
	border:0;
}

ul.form li.submit input{
	cursor:pointer;
	display:block;
	height:25px;
	width:90px;
	overflow:hidden;
	float:right;
	color:#6F6F6F;
}

ul.form li.submit input:hover  {
	background-color:#EFE3C2;
	border: 2px solid #B78250;
	color:#000000;
}

#comment{
	width:400px;
	background-color:#ccc;
	border:2px solid #ccc;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

ul.form li textarea{
	height:90px;
	width:340px;
}

ul.form li.comment .required, ul.form li.comment label{
	width:120px;
}

li.comments{
	height:150px !important;
}

.valid{
	border:2px solid green !important;
}

.invalid{
	border:2px solid #800 !important;
}

div#formulario form li.caption {
	height:57px;
}

div#formulario form li.caption input {
	width:156px;
}

div#formulario img {
	width:175px;
	height:45px;
	border: 2px solid #CCCCCC;
	float:left;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin:0 8px 0 0;
}

div#mensagem_de_envio {
	width:195px;
	height:35px;
	border: 2px solid #CCCCCC;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#EDE9DE;
	margin:50px 0 50px 150px;
	padding:0 5px;
}
