/* GERAL */
* { padding: 0px; margin: 0px; }

body { 
	background: url(../img/bg_body.png) repeat-x #d8d8d8;
	min-width: 990px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

a {
	cursor: pointer;
	text-decoration: none;
}

img {
	border: 0px;
}

/* ESTRUTURA */
#logo {
	height: 50px;
	padding: 40px 0px 60px 0px;
	text-align: center;
}

#container {
	width: 400px;
	margin: 0px auto;
}

.title { border-bottom: 1px solid #d67376; }
		
#container div.title {
	padding-top: 98px;
	font-size: 12px;
}
#container div.title span { font-size: 24px; }

#container form { padding: 20px 0px 10px 0px; }
#container div.info { text-align: center; padding: 0 0 0 20px; color: #F00; font-size: 16px; font-weight: bold; line-height:34px; }
#container div.info a { color: #666666; }
#container div.info a:hover { text-decoration: underline; }

/* FORMULÁRIO */
.inputBorder{
	float: right;
	padding-top: 5px; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-bottom: 0px;
	border: 1px solid #dedede; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #FFFFFF;
	border-radius: 5px;
	height: 25px;
	display: inline;
}

input[type=text], input[type=password], input.text {
	border: 0px;
	height: 18px;
	width: 98.6%;
	font-size: 12px;
	line-height: 12px;
	color: #798992;
}
input[type=password] { letter-spacing: 3px; }
input[type=button] { cursor: pointer; }

.campo {
	text-align: right;
	padding: 0px 0px 10px 0px;
	line-height: auto;
}

.campo span{
	font-weight: bold;
	line-height: 32px;
	padding-right: 3px;
}

#btEntrar {
	border: 1px solid #d67376;
	background: #d67376; /* browsers sem suporte a css3 */
	background-image: linear-gradient(top, #d67376 30%, #d68486 70%);
	background-image: -o-linear-gradient(top, #d67376 30%, #d68486 70%);
	background-image: -moz-linear-gradient(top, #d67376 30%, #d68486 70%);
	background-image: -webkit-linear-gradient(top, #d67376 30%, #d68486 70%);
	background-image: -ms-linear-gradient(top, #d67376 30%, #d68486 70%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #d68486), color-stop(0.7, #d4898b));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	width: 87px;
	height: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	float: right;
}

/*.separator input.button:hover  {
	background-image: linear-gradient(top, #eb7a01 30%, #ff8400 70%);
	background-image: -o-linear-gradient(top, #eb7a01 30%, #ff8400 70%);
	background-image: -moz-linear-gradient(top, #eb7a01 30%, #ff8400 70%);
	background-image: -webkit-linear-gradient(top, #eb7a01 30%, #ff8400 70%);
	background-image: -ms-linear-gradient(top, #eb7a01 30%, #ff8400 70%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #eb7a01), color-stop(0.7, #ff8400));
}*/

/*#btEntrar {
	background: url(../img/bt_Entrar.png) no-repeat;
	width: 87px;
	height: 34px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	float: right;
}*/

#erro {
	color: #F00;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}