@charset "utf-8";
	

.field{
	margin-bottom: 10px;
	width: 578px;
}
	
	.field label {
	/* [disabled]font-family:"Trebuchet MS", Verdana, Arial; */
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
	width: 70px;
	line-height: 25px;
	font-size: 12px;
	color: #1D7CCC;
	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;
	

	}
	
	.input2{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #999999;	
	color: #414141;
	-moz-border-radius: 4px;
	border-radius:4px;
	}
	
	.input2:focus{
	background-color:#FFFFD7;
	}
	
	.textarea {
	height:120px;
	}
	
	.hint{
	display: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{
	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: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFD11C), to(#9F6000));
	
	
  	border: 1px solid #5c6f91;  
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	
	-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;
	}*/
    
.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background: white url('button.png') 0 0 repeat-x; */

	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-family: "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
	font-size: 13px;
	outline: 0;
	padding: 5px 8px 5px;
	text-align: center;
	text-decoration: none;
	/* [disabled]text-shadow:1px 1px 0 white; */
	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: right;
	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;
}

#login_fornecedor{
	width: 394px;
	margin: 0 auto;
}
#login_fornecedor form{
	margin-left: 48px;
    padding-bottom: 17px;
    padding-top: 9px;
    width: 300px;
}
#login_fornecedor span{
display: inline;
}
#login_fornecedor fieldset{
	border: 1px solid #ccc;
}
#cnpj_cpf{
	margin-bottom: 7px;
    margin-left: 22px;
}
#cnpj_cpf input{}
#botao{
	margin-left: 122px;
    padding-top: 13px;
}
#botao input{
	margin-right: 15px;
}
/*fim fornecedores*/
