@charset "utf-8";

.field{
	margin-bottom: 10px;
	width: 578px;
}
	
.field label{
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
	width: 70px;
	line-height: 25px;
	font-size: 12px;
	color: #B2151D;
	font-style: italic;
}
	
.input{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #999999;
	width: 550px;
	color: #414141;
	-moz-border-radius: 4px;
	border-radius: 10px;
	background-color: #F7FBFD;
}
	
.input:focus{
	background-color: #FFFBF9;
}

	
.textarea {
	height:120px;
	resize: none;
}

.posbotao {
	float: right;
	margin-right: 20px;
}
	
.field:hover .hint {
	position: absolute;
	display: block;
	margin: -30px 0 0 430px;
	color: #FFF;
	padding: 7px 10px;
	background: #000;
	filter: alpha(opacity=70);
	background:rgba(0,0,0,0.7);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 100px;
}
    
.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
	background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
	border: 1px solid;
	border-color: #e6e6e6 #cccccc #cccccc #e6e6e6;
	border-radius: 3px;
	/*color: #404040;*/
	display: inline-block;
	font-size: 13px;
	outline: 0;
	padding: 5px 8px 5px;
	text-align: center;
	text-decoration: none;
	background: url(../imagens/bg-buttons.png)  0 -150px;
	white-space: nowrap;
	cursor: pointer;
}
.button:hover {
    background:-moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:-webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    background: url(../imagens/bg-buttons.png)  0 -150px;
    /*border-color:#99ccff;*/
    /*color:#333333;*/
    cursor:pointer;
}
.button:active {
    position:relative;
    top:1px;
}

.button:active, .button:focus {
	background-position:0 -25px;
	background:-moz-linear-gradient(0% 170% 90deg, white, #dedede);
	background:-webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
	border-color:#C90;
	color:#1a1a1a;
	text-shadow:1px -1px 0 rgba(255, 255, 255, 0.5);
}

/**formularios*/
.nomesCampos{
	height: auto;
	width: 600px;
	text-align: right;
	display: block;
	float: left;
	line-height: 25px;
	padding-right: 15px;
}
.nomesCampos li {
	height: auto;
	width: 600px;
	text-align: left;
	display: block;
	float: left;
	padding-right: 15px;
	margin-bottom: 3px;
	list-style:none;
}
.campo {
	height: auto;
	width: 180px;
	text-align: left;
	display: block;
	float: left;
	line-height: 25px;
	margin-right: 11px;
}
.campos li {
	height: auto;
	width: 450px;
	text-align: left;
	display: block;
	float: right;
	line-height: 25px;
	margin-bottom: 3px;
}

input{
	height: 32px !important;
	line-height: 16px !important;
}