* {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input,button {
	border:none;
	background:none;
	vertical-align:middle;
}
a {
	color:#;
	text-decoration:none;
}
a:hover {
	color:#;
	text-decoration:underline;
}
li {list-style:none;}
body,html {height:100%;}
body {
	text-align:center;
	background:#DEF4FF url(main_bg.jpg) 0 70px repeat-x;
}
select {width:100px;}
#contain {
	min-height:100%;
	position:relative;
	text-align:center;
}
*html #contain {height:100%;}
h1 {
	background:url(head_bg.gif) repeat-x;
	line-height:75px;
	color:#fff;
}
h1 span {
	display:block;
	font-size:14px;
	text-align:left;
	background:url(title_bg.gif) no-repeat;
	padding-left:50px;
}
.logo {
	top:160px;
	left:80px;
	position:absolute;
}
.logo img {width:277px; height:102px; padding-bottom:30px; padding-right:10px;}
#wrap {
	width:800px;/* modify 600px to 700px B396 */
	height:370px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-bottom:30px;
}
.form {
	background:url(line_bg.gif) 0 117px no-repeat;
	float:right;
	padding:115px 0 15px 8px;
	width:420px;
	margin-left:230px;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	height:270px;
	*height:270px;
	_height:420px;
}
.form h2 {
	color:#336e80;
	padding:15px 0 10px 35px;
}
.form h2 span {
	font-size:14px;
}
.form label{
	width:75px;
	text-align:right;
	display:table-cell;
	float:left;
	line-height:24px;
}
* html .form label {
	float:none;
}
.form div {
	/*padding:5px 0 5px 10px;*/
	height:30px;
	color:#196c94;
	white-space:nowrap;
}
.form input {
	border:1px solid #2daeef;
	background:#fff;
	padding:2px 0 1px 2px;
	height:16px;
	width:135px;
}
* html .form input {
	height:20px;
}
.form input.nos {
	border:0;
	background:none;
	width:auto;
}
.form button {
	width:74px;
	height:30px;
	line-height:30px;
	color:#fff;
	margin-bottom:30px;
}
.btn1 {
	margin:0 10px 0 75px;
	*margin:0 10px 0 80px;
	background:url(btn1.gif) no-repeat;
}
.btn2 {
	background:url(btn2.gif) no-repeat;
}
.authcode img {
	margin:0 0 0 5px;
	cursor:pointer;
	vertical-align:middle;
}
#cominfo {
	clear:both;
	text-align:center;
	color:#386177;
	line-height:25px;
}
#foot {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	background:url(foot_bg.gif) repeat-x;
	line-height:30px;
	color:#baf1ff;
}
/*---------- 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(pop_header.gif) no-repeat;
	height:29px;
	line-height:29px;
	color:#15428B;
	padding:0 10px;
	position:relative;
}
#popup_title button {
	background:url(ico_close.gif) no-repeat;
	width:15px;
	height:15px;
	border:0;
	cursor:pointer;
	position:absolute;
	top:7px;
	right:7px;
}
#popup_content {
	background:#fff;
	border:1px solid #97bad8; 
	border-top:0;
}
#popup_message {
	background:url(ico_notice.gif) 20px 15px no-repeat; 
	padding:15px 0 15px 60px;
}
#popup_message p {
	line-height:25px;
	width:315px;
	word-wrap:break-word;
	*word-break:break-all;
}
#popup_panel {
	padding:10px 0; 
	text-align:center;
}
#popup_panel input {
	background:url(btn.gif) no-repeat;
	height:23px;
	line-height:23px;
	width:75px;
	text-align:center;
	color:#333;
	margin-right:20px;
	cursor:pointer;
	border:0;
}
