/**BVF**/
body {
	font-family:arial;
}
.geral {
	display:block;
	position:relative;
	margin-top:30px;
}

.logo {
	width:98px;
	height:120px;
	background: url(img/bv_login_logo_banco.jpg) no-repeat;	
	position:absolute;
	left:50%;
	margin-left: -40px;
}

.logo h1 {
	text-indent:-5000px;
	overflow:hidden;	
}

.box_esquerda {
    background: url(img/bv_login_fundo_esquerda.jpg) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 360px;
    margin-top: 150px;
    position: absolute;
    right: 50%;
    width: 324px;
}

.info {	
	display:block;
	height:150px;
	margin: 90px 20px 0 20px;	
	}	
	
.info h3,
.info h2 {
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
	padding:15px 0px;
	}

.info h2 {
	font-size:18px;
	font-weight:bold;	
	letter-spacing:1px;
	padding:5px 0 15px 0;
	border-bottom:4px solid #fff;
	}	

.box_direita {
    background: url(img/bv_login_fundo_direita.jpg) no-repeat scroll 0 0 transparent;
    float: right;
    height: 360px;
    left: 49%;
    margin-top: 150px;
    position: absolute;
    width: 316px;
}

.msg{
	display: block;
    float: left;
    margin-left: 65px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 200px;
}
	
.msg  h2 {
	font-size:11px;
	color:#00599C;
	text-align:center;
	padding: 5px;
}
	
.msg_error_text {
	border:1px solid #B20838;
	color:#B20838 !important;
	background:#FFE6E6;
}

.box_direita_content
	{
	
	width:220px;
	margin-top:80px;
	margin-left:60px;	
}

.login {
	float: left; 
	width: 200px; 
	height:180px; 
	margin-left: 10px;
}

.padding_btn {
	padding: 25px 10px 10px 10px;
}

.btn_cinza_100px {
	background:url(img/btn_cinza_100px.jpg) no-repeat;
	color:#697681;
	cursor:pointer;
	display:block;
	font-size:14px;
	width:100px;
	height:30px;
	font-weight:bold;
	display:inline; 
	float:right;	
}	

.btn_cinza2_100px {
	background:url(img/btn_cinza2_100px.jpg) no-repeat;
}
	
.rodape {
	width:100% !important;
	height:80px;
	position: absolute;
	text-align: center;
	bottom: -630px;
	float: left;
}

.rodape p {
	width:100%;
	font-size:11px;
	color:#97A2AA;
	text-align:center;
	margin:0 0 5px 0;
}
	
.rodape ul {
	text-align:center;
}
	
.rodape ul li  {
	font-size:11px;		
	display:inline;
	margin:10px;
}

.rodape li a {
	cursor:pointer;
    text-decoration:underline;	
	color:#97A2AA;
}  	
