
#Div1
{
	border: 1px solid #E5E6FA;
	height: 290px;
	padding-left: 50px;
	margin-top: 50px;
	padding-top: 10px;
	background: url(imagens/login/fundo_logotipo.png) no-repeat;
}
.texto_rodape {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
}

#caixaLogin {
	margin: 50px 15px 10px 10px;
}

.TextBox
{
    border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(imagens/controls/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family: Verdana, Tahoma, Arial, Helvetica;    
    font-size: 11px;    
    vertical-align :middle ;
}

#div3
{
    position: absolute;
    z-index: 99;
    right: 17px;
    top: 30px;
    width: 300px;
    height: 450px;
}

#Div4
{
    margin-top: 5px;
    height: 15px;
    background-color: #C0C0C0;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

#logo_bohm
{
    width: 139px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

#texto_eAnalysis
{
    font-family: Verdana;
    font-size: 10px;
    margin-left: 150px;
    margin-top: 5px;
    color: #999999;
}


#Div5
{
    height: 65px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #E5E6FA;
    border-right-color: #E5E6FA;
    border-bottom-color: #E5E6FA;
    border-left-color: #E5E6FA;
}


#apDiv1
{
	position: absolute;
	top: 25px;
	width: 298px;
	z-index: 1;
	right: 27px;
	height: 450px;
	background: url(imagens/login/boxFundo.png) no-repeat;
}

.caixa
{
    width: 300px;
    background-image: url(imagens/login/box_02.png);
}

.caixaacima
{
    background-image: url(imagens/login/box_01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.caixaabaixo
{
    background-image: url(imagens/login/box_03.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 26px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
}

#divErro
{
    background-color: #FFFFCC;
    border: 1px solid #FFFF66;
    padding: 2px;
}
