* {
	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;
	background:url(../images/bg.jpg) repeat-x;
}
h1 {
	display:none;
}
select {width:100px;}
#contain {
	border-top:4px solid #4d719e;
	
	text-align:left;
	margin:100px auto 0 auto;
	position:relative;
	width:658px;
}
* html #contain {
	width:643px;
	float:none;
	margin:100px auto 0 auto;
}
#wrap {
	background:#fff url(../images/contain_bg.jpg) no-repeat;
	border:1px solid #ddd;
	min-height:360px;
	_height:360px;
}
.logo {
	position:absolute;
}
.logo img {
	margin:45px 0 0 230px;
	width:170px;
	height:40px;
}
.form {
	background:url(../images/line.gif) bottom repeat-x;
	border-top:1px solid #e7eef8;
	padding:10px 0;
	margin:115px 10px 0 200px;
	*margin:120px 10px 0 200px;
	width:410px;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.form h2 {
	display:none;   
}
.form div {
	padding:5px 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:1px solid #afafaf;
	height:16px;
	padding:1px;
	width:108px;
}
* html .form input {
	height:19px;
}
.form input.nos {
	border:0;
	background:none;
	width:auto;
}
.form button.btn1 {
	margin-left:75px;
}
* html .form button.btn1 {
	margin-left:80px;
}
.form button.btn2 {
	margin-left:5px;
}
.bheight {
	height:90px;
}
.authcode img {
	margin:0 0 0 5px;
	cursor:pointer;
	vertical-align:middle;
}
#cominfo {
	line-height:22px;
	margin:20px 0;
	text-align:center;
}
#cominfo p {
	color:#666;
	padding:0 10px;
}
#foot {
	clear:both;
	text-align:center;
	color:#666;
	margin-top: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/pop_header.gif) no-repeat;
	height:29px;
	line-height:29px;
	color:#15428B;
	padding:0 10px;
	position:relative;
}
#popup_title button {
	background:url(../images/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(../images/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(../images/btn.gif) no-repeat;
	height:23px;
	line-height:23px;
	width:75px;
	text-align:center;
	color:#333;
	margin-right:20px;
	cursor:pointer;
	border:0;
}
