@charset "utf-8";
	

.field{
	margin-bottom:7px;
	width: 390px;
}
	
	label {
	font-family:"Trebuchet MS", Verdana, Arial;
	display: block;
	float: left;
	font-weight: bold;
	margin-right:10px;
	text-align: left;
	width: 60px;
	line-height: 25px;
	font-size: 12px;
	color:#FFF
	}
	
	.input, select{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #666;
	width: 310px;
	color: #797979;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:120px;
	}
	
	.hint{
	display:none;
	}
.posbotao {
	float: right;
}
#outros{
	width:200px;
}
	
	.field:hover .hint {
	position: absolute;
	display: block;
	margin: -40px 0 0 400px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
	.button{
	font-size:12px;
	float: left;
	margin:10px 5px 1px 0;
	font-weight: normal;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;
	color: #000;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #007700;
	background: -moz-linear-gradient(top, #00FF00 0%, #006600 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00FF00), to(#006600));
	/* Border style */
  	border: 1px solid #007700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Box shadow 
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;*/
	
	}
	
	.button:hover {
	background: #007700;
	cursor: pointer;
	}
    
.form_fale{
	width:390px;
}
