@charset "utf-8";
	

.field{
	margin-bottom:7px;
	width: 430px;
}
	
	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;
	}
	
	.input, select{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #EDB617;
	width: 350px;
	color: #797979;
	-moz-border-radius: 4px;


	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:120px;
	}
	
	.hint{
	display:none;
	}
.posbotao {
	float: left;
	width: 430px;
}

	
	.field:hover .hint {
	position: absolute;
	display: block;
	margin: -30px 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: right;
	margin:10px 5px 1px 0;
	font-weight: normal;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFD11C), to(#9F6000));
	
	/* Border style */
  	border: 1px solid #5c6f91;  
	-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: #848FB2;
    cursor: pointer;
	}
    
