@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	vertical-align:middle;
	font-family: Trebuchet Ms, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	color:#FFFFFF;
}

a{
	outline:none;
	text-decoration:none;
}

a:link, a:visited{
	color:#454545;
}

a:hover{
	color:#6699cc;
}


body{background:#fff;}


#Align{
	margin: auto;
	/*border: 1px solid white;*/
	width:100%;

}

#Header
{
    width:100%;
    height:100px;
    margin: 5px auto;
    border-bottom: 2px solid #4877aa;
    text-align:center;
    
}

#Header h1, h2, h3
{
    text-indent:-3000px;
   
}

#Header h1
{
    width:409px;
    height:66px;
    background:url(images/logoEHLInterno.jpg) no-repeat center;
    float:left;
    margin-top:15px;
    margin-left:50px;
    
}

#Header h1 a
{
   	text-indent: -1999px;
	overflow: hidden;
	display: block;
	width:409px;
	height:66px;

}

#Header h2
{
    width:142px;
    height:52px;
    background:url(images/) no-repeat center;
    float:right;
    margin-top:20px;
    margin-left:50px;
}

#Header h2 a
{
   	text-indent: -1999px;
	overflow: hidden;
	display: block;
	width:142px;
	height:52px;
	
}

#BannerLogin{
	 background:url(images/imgAcesso.jpg) no-repeat center;
	 height:94px;
	 width:535px;
	 /*border:solid 1px green;*/
	 margin: 18px auto;
 	text-indent:-3000px;

}
#AreaForm{
	/*background:#303030;*/
	background:#fff;
	padding:15px 15px 15px 15px;
	height:300px;
	width:360px;
	/*border:solid 1px green;*/
	margin:0 auto;
}

#AreaForm label{
display:block;
color:#303030;
font-size:11px;
margin-top:25px;
}

#AreaForm span{
display:block;
font-size:11px;

}

#AreaForm .input{
width:355px;
height:20px;
font-size:11px;
color:#666666;
padding-top:5px;
padding-left:5px;
display:block;
border:solid 1px #ccc;
}

#AreaForm .botaoEntrar{
width:80px;
padding:4px;
font-size:11px;
color: #FFFFFF;
background:url(images/bgBotao.gif) repeat-x 0px 0px ;
border:none;
text-transform:uppercase;
float:right;
font-weight:bold;
margin-top:30px;
}


#AreaForm .botaoEntrar:hover{
width:80px;
padding:4px;
font-size:11px;
color: #FFFFFF;
background:url(images/bgBotao.gif) repeat-x 0px -20px ;
border:none;
text-transform:uppercase;
float:right;
font-weight:bold;
margin-top:30px;
}



#Footer{
	clear:both;
	border-top: 2px solid #ed1c24;
	padding-top:10px;
	padding-bottom:2px;

}

#Footer address{
    font-size:11px;
    color:#303030;
    font-style:normal;
    margin: 0 auto;
    width:650px;
    text-align:center;
    background:url(images/) center top no-repeat;
    padding-top:45px;
}

.importante
{
    background:url(images/infoLogin.gif) no-repeat left;
    padding-left:30px;
	padding-top:10px;
    /*margin-top:20px !important;*/
	font-size:11px;
color:#adadad;
	height:29px;


}

.senha{
position:absolute;
margin-top:20px;
margin-bottom:30px;

}
.senha p, .senha p a{
font-size:11px;
color:#adadad;
}

.senha p a:hover{
color:#FF9900;
}

.msgOk span, .msgOk a,
.msgErro span, .msgErro a, 
.msgAtencao span, .msgAtencao a, 
.msgInformacao span, .msgInformacao a 
{
    font-size:11px;
	padding-left:26px;
	margin-top:5px;
	padding-top:5px;
	/*height:20px;*/
	color:#adadad;
	min-height:25px;
}

.msgOk span,
.msgErro span,
.msgAtencao span,
.msgInformacao span
{
	display: block;
}




.msgOk span{background:url(images/ok.gif) no-repeat left;}

.msgErro span{background:url(images/erro2.gif) no-repeat left;}

.msgAtencao span{ background:url(images/atencao.gif) no-repeat left;}

.msgInformacao span{background:url(images/informacao.gif) no-repeat left top;}

.msgOk a:hover,
.msgErro a:hover,
.msgAtencao a:hover,
.msgInformacao a:hover {font-weight:bold;}