@charset "utf-8";
div#rodape{
	margin-top: 5px;	
}
.container{margin: 20px auto; width: 500px;}
	h3 { margin-bottom: 15px; font-size: 22px; text-shadow: 3px 3px 3px #ccc; }	
	#contactform {	
	width: 500px;
	padding: 10px;
	background: #ffffff;
	overflow:auto;	
	border: 6px solid #009a52;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;		
	-moz-box-shadow: 3px 3px 3px #cccccc;
	-webkit-box-shadow: 3px 3px 3px #cccccc;
	box-shadow: 3px 3px 3px #cccccc;	
}	
.field{margin-bottom:7px;}	
	label {
	font-family: Verdana, Verdana; 
	text-shadow: 1px 1px 1px #FFF;
	display: block; 
	float: left; 
	font-weight: bold; 
	margin-right:10px; 
	text-align: right; 
	width: 160px; 
	line-height: 25px; 
	font-size: 15px; 
}	
.input{
	font-family: Arial, Verdana; 
	font-weight: bold;
	font-size: 18px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width: 300px; 
	color: #009a52;	
}	
.input:focus{
	background-color:#E7E8E7;	
}	
.textarea {
	height:150px;	
}	
.hint{
	display:none;
}	
.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
}	
.button{
	float: right;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;	
	/* Background gradient */
	background: #cccccc;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#cccccc));	
	/* Border style */
  	border: 1px solid #cccccc;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #cccccc;
	-webkit-box-shadow: inset 0 1px 0 0 #cccccc;
	box-shadow: inset 0 1px 0 0 #cccccc;	
}	
.button:hover {
	background: #B4B4B4;
    cursor: pointer;
}