/*box*/
#boxLogin {
	left: 6px;
	top: 13px;
	right: 10px;
	width: 135px;
	height: 200px;
	background-color: #e2e8f1;
}

.borderLightBlue {
	border:1px solid #b3c3db;
}

/*title*/
.title_connection {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: white;
	line-height: 20px;
	vertical-align: middle;
}
.bgBconnection {
	background-color: #6987b8;
	width: 131px; /*135 ver porque queda el padding left*/
	padding: 0px;
}

/*textos*/
.txt1 {
	font-family: verdana;
	font-size: 10px;
}
.txt2 {
	font-family: verdana;
	font-size: 9px;
}

/*menu extra*/
#boxLogin a {	
	text-decoration: none;	
}
#boxLogin a:hover {
	font-weight: bold;
}
#linkMotPassePerdu
 {
	color: black;
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
}
#linkInscription
 {
	color: red;
	text-decoration: none;
	font-family: verdana;
	font-size: 15px;
}
/*button*/
.bgB {
	background-color: #6987b8;
	
}
#btnEnter {
	margin: 10px 0px 0px 0px;
}
/* El hover funciona en FF y en IE7; en IE 6 y anteriores, sÛlo funciona para el tag <A>. */
#btnEnter:hover {
	background: url(../../../modules/login/img/LNG_INDEP/button_enter_blue_down.png) no-repeat;
}

/*msg error*/

.msg_error {
	height: 15px;
	color: red;
	font-family: verdana;
	font-size: 9px;
	padding-bottom: 5px;
}



/*********     lostpassword      *********/

.background_password { 
    width: 785px; /*100%;*/
    background-color:#edf3dd;
    padding: 0px;
    margin-top: -13px;
    margin-left: 0px;
    }
.second_header_password {
    width:800px;
    padding:0px;
    margin:0px;
    border:0px;
    }

.table_password_gen { 
    width:785px;
    margin-top:30px;
    margin-left:15px;
    margin-bottom:10px;
    padding-bottom:20px;
    }    
.password_gen_1 {
    width:225px;
    margin-left: 5px;
    background-image:url(../../../modules/login/img/LNG_INDEP/password.jpg);
    background-repeat:no-repeat;
    background-position:top;
    } 
.password_gen_2 {
    width:510px;
    padding-left:30px;
    padding-right:25px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    text-align:justify;    
    }
td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    text-align:left;
    }
    
.second_title_3 {
    width:500px;
    height:52px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:bold;
    text-align:left;
    text-indent:15px;
    letter-spacing:normal;
    color:#375FA0;
    }
.second_title_3 .big_bold {
    font-size:25px;
    font-weight:bold;
    }


