body {
	font-family:verdana;
	color:#3E5F97;
	background:url(images/bg_body.jpg) top left repeat-x;
}
#wrapper{
	width:630px;
	font-family:verdana;
	font-size:12px;
	margin:auto;
	background-color:#ffffff;
	border:solid 6px #3E5F97;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hide this from ie/mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide this from ie/mac */
#logo{
	padding:10px 0 10px 10px;
	}
#content{
	padding:10px 10px 10px 190px;
	background: url(images/icono_login.jpg) 10px 10px no-repeat;
}
#content_error{
	margin:10px 0;
	padding:10px 10px 10px 190px;
	background: url(images/icono_error.jpg) 10px 10px no-repeat;
}

h1{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 13pt;
	letter-spacing: 0.05em;
	font-weight:bold;
	text-align:center;
	margin-top:0;
	margin-bottom:3px;
	}
h2{
	font-family: Tahoma,Geneva,sans-serif;
	color:#0099CC;
	font-size: 13pt;
	font-size:12pt;
	text-align:center;
	margin-top:0;
	}
.titl_error{
	font-size:10px;
	color:#770606;
	}
.fomrs{
	padding:0 0 5px 0;
}
.fomrs label{
	display:block;
	text-align:left;
	line-height:20px;
}
.label{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	}
	.label span{
		font-size:11px;
		color:#0099CC;
		}
#inputs{
	width:260px;
	border:2px solid #3E5F97;
	margin:5px 15px;
	color:#3E5F97;
	background-color:#f2f2f2;
	}
#entrar{
	display:block;
	height:23px;
	width:88px;
	background:url(images/bt_entrar.jpg) top right no-repeat ;
	text-align:right;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding-right:5px;
	padding-left:4px;
	_padding-left:0;
	padding-bottom:3px;
	_padding-bottom:1px;
	margin:15px 0 15px 320px;
	border:0;
	}
.pass,
.pass a{
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	color:#3E5F97;
	text-decoration:none
	}
	.pass span,
	.pass span a{
		font-style:italic;
		}
.admin,
.admin a{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin-left:45px;
	color:#3E5F97;
	text-decoration:none
	}
	.admin span,
	.admin span a{
		font-weight:normal;
		color:#0099CC;
		
		}