@charset "utf-8";
/* CSS Document */

body {
	background:#E4E4E4 url(../img/bg/master_bg.jpg) no-repeat;
	background-position:center;
	margin-top:48%;
	font-family:Tahoma;
	font-size:11px;
}

.main_login {
	width:255px;
	height:316px;
	overflow:visible;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -127px;
	margin-top: -158px;
}

.banner_login {
	background:url(../img/login/banner_login.jpg) no-repeat;
	width:265px;
	height:94px;
}

.info_login {
	background:url(../img/login/info_login.jpg);
	width:255px;
	height:193px;
}

.bottom_login {
	background:url(../img/login/bottom_login.jpg);
	width:255px;
	height:29px;
}

.input_field {
	background:url(../img/bg/blank.png);
	width:140px;
	height:17px;
	border:none;
	position:absolute;
	left:70px;
	color:#666;
	font-size:11px;
	font-family:Tahoma;
}

.btn_login{
	border:none;
	position:absolute;
	left:81px;
}

.msj_error2{
	border:none;
	width: 160px;
	color:#666;
	font-size:11px;
	font-family:Tahoma;
}

.msj_error, .msj_alert, .msj_info{
	border:none;
	width: 166px;
	height:23px;	
	font-size:11px;
	font-family:Tahoma;
	margin:11px auto;
	padding:11px 5px 3px 28px;
}

.msj_error{
	color:#9B4848;
	background:url(../img/login/msj_error.gif) no-repeat;
}

.msj_info{
	color:#2657A9;
	background:url(../img/login/msj_info.gif) no-repeat;
}

.msj_alert{
	color:#BD7F04;
	background:url(../img/login/msj_alert.gif) no-repeat;
}


.txt_copyright {
	color:#4F7EAC;
	font-size:10px;
	font-family:Tahoma;
	margin-right:15px;
	margin-top:7px;
	float:right;
}

