
/************************************************************
											CONTATO
************************************************************/
form{
	width:570px;
	display:block;
	margin-top:50px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

form span{
	position:relative;
	float:left;
	display:inline;
	margin-bottom:10px;
	}	
	
form span.no-float{
	display:block;
	float:none;
	clear:both;
	}	

form label{
	position:absolute;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	left:5px;
	}

input[type="text"], select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#0c1e7a;
	margin:0 10px 10px 0;
	padding:0 5px;
	}

textarea{padding:8px 5px;}
	
input[type="text"]:hover, select:hover, textarea:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	box-shadow:0px 0px 8px #333;
	-moz-box-shadow:0px 0px 8px #333;
	-webkit-box-shadow:0px 0px 8px #333;
	}
	
input[type="text"], select {height:30px;}

select{
	width:75px;
	padding:5px;
	font-weight:bold;
	}
	
input[type="submit"], input[type="reset"] {
	font-weight:bold;
	border:none;
	color:#fff;
	padding:10px;
	background:#0c1e7a;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	}