* { margin:0; padding:0; }
body {margin:10px;font-size:12px; font-family: Verdana; color:#fff;}
img { border:none; }
h1{
	color:#C0C0C0;
	line-height:24px;
	font-size:24px;
	font-family: 'Quicksand', cursive;
	font-weight:bold;
	margin:10px 0;
}
p{margin:2px 0;}
a{
	color:#C0C0C0;
	font-family: Quicksand;
	text-decoration:none;
}
a:hover{color:#fff;}				
/******* FORM *******/
#customForm label{
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 12px;
	margin:20px 0 0 0;
}
#customForm input{
	display: block;
	width: 280px;
	padding: 6px;
	color: #000;
	margin:10px 0;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C0C0C0;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	margin:10px 0;
	display: block;
	width: 280px;
	height: 80px;
	padding: 6px;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send, .back{
	background: #C0C0C0;
	color: #fff;
	font-weight: 700;
	font-style: bold;
	border: 0;
	cursor: pointer;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	width:100px;
	float:left;
}
.back{
	display: block;
	margin:10px 0;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px;
	text-align:center;
}
#customForm #send:hover, .back:hover{
	background: #ccc;
	color: #333;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
.home{
	cursor:pointer;
	position: absolute;
	margin-left: -365px;
	left: 50%;
	margin-top: -65px;
	top: 50%;
	width: 770px;
	height: 130px;
}
.home img{margin-right:20px;}
.home img:last-child{margin-right:0px;}
/******* /FORM *******/
@media only screen and (min-width : 240px) and (max-width : 480px) {
* { margin:0; padding:0; }
body {margin:10px 20px 0;background:url(../img/fundo2.jpg); background-size:100% 100%;background-repeat:no-repeat; font-size:14px; font-family: Verdana; color:#fff;}
#customForm input{
	display: block;
	width: 80%;
	padding: 6px 10%;
	color: #000;
	margin:10px 0;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C0C0C0;
}
#customForm textarea{
	margin:10px 0;
	display: block;
	width: 80%;
	height: 50px;
	padding: 6px 10%;
	color: #000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
}
#customForm #send, .back{
	background: #C0C0C0;
	color: #fff;
	font-weight: 700;
	font-style: bold;
	border: 0;
	cursor: pointer;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	width:100%;
	float:left;
}
.back{
	display: block;
	margin:10px 0;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #eee;
	background: #eee;
	color: #000;
	width:80%;
	padding: 6px 10%;
	text-align:center;
}
}