@charset "utf-8";
*{margin:0; padding:0;}
body{font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#043290; height:100%; background:none;}
img{border:0;}
a:link,a:visited,a:hover,a:active {text-decoration:none; color:#043290;}
ul,li{list-style:none;}
span,em,b{display:block; font-style:normal;}
.clear{width:0;height:0;clear:both;}
#box{
	width:420px;
	height:268px;
	position:absolute;
	z-index:10001;
	top:0;
	left:0;
}
#box .left{
	width:15px;
	height:268px;
	background:url(../modules/hotel/images/login_out_left.gif) no-repeat;
	float:left;
}
#box .right{
	width:15px;
	height:268px;
	float:left;
	background:url(../modules/hotel/images/login_out_right.gif) no-repeat;
}
#box .center{
	width:390px;
	height:268px;
	float:left;
	background:url(../modules/hotel/images/login_bg.gif) repeat-x;
}
#box .center .logodiv{
	width:52px;
	height:268px;
	float:left;
	margin-left:10px;
	display:inline;
}
#box .center .logodiv .logo{
	width:52px;
	height:55px;
	display:inline;
	float:left;
	margin-top:100px;
	background:url(../modules/hotel/images/logo.gif) no-repeat;
}
#box .login{
	width:305px;
	height:211px;
	float:left;
	margin:28px 0 0 15px;
	position:relative;
	background:url(../modules/hotel/images/login_bg_in.gif) repeat-x;
}
#box .login .cor1{
	width:15px;
	height:15px;
	background:url(../modules/hotel/images/cor_in.gif) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#box .login .cor2{
	width:15px;
	height:15px;
	background:url(../modules/hotel/images/cor_in.gif) no-repeat -15px 0;
	position:absolute;
	top:0;
	left:290px;
}
#box .login .cor3{
	width:15px;
	height:15px;
	background:url(../modules/hotel/images/cor_in.gif) no-repeat 0 -15px;
	position:absolute;
	top:196px;
	left:0;
}
#box .login .cor4{
	width:15px;
	height:15px;
	background:url(../modules/hotel/images/cor_in.gif) no-repeat -15px -15px;
	position:absolute;
	top:196px;
	left:290px;
}
#box .login ul{
	width:275px;
	height:100px;
}
#box .login ul li{
	width:235px;
	height:30px;
	padding-left:40px;
}
#box .login ul li em{
	height:30px;
	float:left;
	line-height:30px;
	text-align:right;
}
#box .login ul li em a{
	color:#3CC1EF;
	line-height:30px;
}
.btn{
	width:68px;
	height:25px;
	background:url(../modules/hotel/images/btn_bg.gif);
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	float:left;
	cursor:pointer;
}
.ml10{margin-left:10px;}
.ml50{margin-left:50px;}
.lf{float:left;}
.rf{float:right;}
.w100{width:100px;}
.w120{width:120px;}
.w96{width:96px;}
.w90{width:90px;}
.w80{width:80px;}
.w60{width:60px;}
.w50{width:50px;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt80{margin-top:80px;}
.mt3{margin-top:3px;}
.undis{display:none;}
.grayf{color:#ccc; text-align:center;}
.txtC{text-align:center;}
.h20{height:18px;}
.h40{height:40px;}
.p{position:relative;}


