* {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
li {
	list-style:none;
}
input,button {
	vertical-align:middle;
}
body {
	text-align:center;
}
h1 {
	display:none;
}
#contain {
	background:url(../images/bg.gif) repeat-x;	
	text-align:left;
	margin:150px auto 0 auto;
	position:relative;
	color:#fff;
}
#wrap {
	background:url(../images/bg_right.gif) top right no-repeat;
	min-height:241px;
	_height:241px;
}
.logo {
	position:absolute;
	display:none;
}
.logo img {
	margin:45px 0 0 230px;
	width:170px;
}
.form {
	background:url(../images/bg_left.gif) top left no-repeat;
	margin:-14px 10px 0 0;
	padding-top:30px;
	width:800px;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis; 
}
.form h2 {
	display:none;   
}
.form div {
	margin-left:250px;
	padding:6px 0;
	white-space:nowrap;
}
.form label {
	width:75px;
	text-align:right;
	display:table-cell;
	float:left;
	line-height:24px;
}
* html .form label {
	float:none;
}
.form input {
	border:2px solid #558dec;
	height:16px;
	padding:1px;
	width:150px;
}
* html .form input {
	height:19px;
}
.form input.nos {
	border:0;
	background:none;
	width:auto;
}
.form button.btn1 {
	margin-left:75px;
	background:url(../images/bg_btn.gif) repeat-x;
	height:24px;
	width:60px;
	line-height:24px;
	text-align:center;
	border:0;
	color:#2970e7;
}
* html .form button.btn1 {
	margin-left:80px;
}
.form button.btn2 {
	margin-left:10px;
	background:url(../images/bg_btn.gif) repeat-x;
	height:24px;
	width:75px;
	line-height:24px;
	text-align:center;
	border:0;
	color:#2970e7;
}
#cominfo {
	line-height:22px;
	margin:10px 0 10px 270px;
	display:none;	
}
#cominfo p {
	width:420px;
	*width:430px;
	padding:0 10px;
}
#foot {
	clear:both;
	text-align:right;
	color:#bbb;
	padding:5px 10px;
}
/*---------- pop ----------*/
.pop_frame{
	position:fixed;
	*position:absolute;
	background:#000;
	filter:Alpha(Opacity=50);
	opacity:0.1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
}
#popup_container{
	position:absolute;
	width:400px;
	top:30%;
	left:30%;
	height:auto;
	z-index:999;
	text-align:left;
}
#popup_title {
	background:url(../images/blue_pop_header.gif) no-repeat;
	height:28px;
	line-height:28px;
	color:#fff;
	padding:0 10px;
	position:relative;
}
#popup_title button {
	background:url(../images/blue_ico_close.gif) no-repeat;
	width:9px;
	height:9px;
	border:0;
	cursor:pointer;
	position:absolute;
	top:9px;
	right:10px;
}
#popup_message {
	border-left:1px solid #3e99c3; 
	border-right:1px solid #3e99c3; 
	background:#fff url(../images/ico_notice.gif) 20px 20px no-repeat; 
	padding:20px 20px 50px;
}
#popup_message p {
	margin:5px 0 0 50px;
	line-height:25px;
}
#popup_panel {
	background:#f6fafd; 
	border:1px solid #3e99c3; 
	border-top:1px solid #cbdde5; 
	padding:10px 0; 
	text-align:right;
}
#popup_panel input {
	background:url(../images/blue_bg_button.gif) 1px 0 repeat-x;
	border:1px solid #72a1bd;
	height:26px;
	line-height:26px;
	padding:0 15px;
	*padding:0 8px;
	margin-right:15px;
	cursor:pointer;
}