@charset "utf-8";
*{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size: 12px;
}
body{background-image:url(../images/main_bg.jpg);background-repeat:repeat-x;background-position:top;font-family:"微软雅黑";}
.soft_name {
	width: 100%;
	background-image: url(../images/login_bg.jpg);
	background-repeat: repeat-x;
	height: 103px;
}
.drop_icon {
	background-image: url(../images/dorp_iconA.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.login_form {
	height: 190px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/login_form_bg.gif);
	/*    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="login_form_bg.png");
    _background-image:none;   */
    margin-top: 8%;
	padding-top: 20px;
	padding-left: 350px;
	background-repeat: no-repeat;
	background-position: top;
}
#form1 ul li {
	margin-top: 6px;
	margin-left: 0px;
}
#form1 ul li ul {
	width: 300px;
	display: block;
}

#form1 ul {
	*margin-top: 5px;
}
input {
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	height: 19px;
	border: 1px solid #b5b8c1;
}
.system_name {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-left: 15px;
}

.hotel_name {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
}
.soft_name_logo {
	width: 120px;
	padding-top: 5px;
	background-position: left;
	height: 80px;
	color: #CCC;
	margin-left: 10%;
	float: left;
}
.login_button_icon {
	background-image: url(../images/login.gif);
	height: 26px;
	width: 64px;
	display: block;
	cursor:pointer;
	margin-left: 50px;
}
.login_forget_icon {
	background-image: url(../images/forget.gif);
	height: 26px;
	width: 91px;
	display: block;
	margin-left: 10px;
	cursor:pointer;
}
#form1 ul li ul li {
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.font_grey {
	color: #666;
	margin: 10px 0px 0px 10px;
	display:block;
}
/*错误信息弹出框*/
.input_error {
	border: 1px solid red;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.input_error_info {
	height: auto;
	left: 527px;
	position: absolute;
	top: 181px;
	width: 260px;
}

.input_error_info_bot {
	background-image: url(../images/error_info_top.gif);
	background-position: bottom;
	height: 8px;
}

.input_error_info_top {
	background-image: url(../images/error_info_top.gif);
	background-position: top;
	line-height: 18px;
	padding-left: 35px;
	padding-right: 8px;
	padding-top: 8px;
}