/* CSS Document */
/** Generated by FG **/
@font-face { font-family: "KelsonSansRegular"; src: url("fonts/Kelson/KelsonSansRegular.woff") format("woff"), url("fonts/Kelson/KelsonSansRegular.svg") format("svg"), url("fonts/Kelson/KelsonSansRegular.ttf") format("truetype"), url("fonts/Kelson/KelsonSansRegular.otf") format("opentype"); font-weight: normal; font-style: normal; }

body {
	margin:0px;
  font-family: "KelsonSansRegular", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:lighter;
	color: #5A6170;
	background-color: #657386;
	background-repeat: repeat-x;
	background-position: top;

}

#divTelaLogin {
	width: 270px;
	min-height: 300px;
	font-size: 12px;
	color: #5F6065;
	background-color:#F1F3F5;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-155px;
	position:absolute;
	border: 3px solid #18bc9c;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#divTelaLoginTop {
	position:relative;

}
#areacliente {
	font-size:24px;
	color:#18bc9c;
	padding-bottom:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18bc9c;
	font-weight: bold;
	margin-bottom:25px;
}
	
#divLogoVersao {
	text-align:center;
	margin-bottom: 25px;
}
.campo {
	margin-bottom:20px;
	margin-left: 10px;
}
.fundocampo {
	-MOZ-BOX-SHADOW: INSET 0 0 5PX #cccccc;
	-WEBKIT-BOX-SHADOW: INSET 0 0 5PX #cccccc;
	BOX-SHADOW: INSET 0 0 5PX #cccccc;
	border: 1px solid #bbc4d0;
	font-size: 16px;
	background-color: #FEFEFE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 45px;
}

.fundocampo_text {
	background-image: url(../images/ico_loginusername.png);
	background-repeat: no-repeat;
}
.fundocampo_password {
	background-image: url(../images/ico_loginpassword.png);
	background-repeat: no-repeat;
}

.wrong {
	color:#F00;
}


.buton_gravar {
	font-size:14px;
	color:#FFF;
	text-align:center;
	background-color: #333;
	height: 30px;
	border: 1px solid #039;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 75px;
	text-indent: 5px;
	font-weight: bold;
	cursor:pointer;
	-webkit-appearance:button;
}
.buton_gravar:hover {
	background-color:#666;
	}
