@charset "utf-8";
/* CSS Document */

.box {
	position:absolute;
	top:200px;
	width: 222px;
	left:45%;
	margin: 0;
	padding: 0;
	background: #f6f6f6;
	border: 1px solid #8b8b8b;
	z-index:100;
}
.box_title {
	width: 222px;
	height: 28px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 2.2em;
	background: #005EAC;
}
.tyty {
	float: left;
	width: 180px;
	text-align: left;
	margin: 0 4px;
}
.tyty_right {
	float:left;
	width: 20px;
	text-align: right;
	margin: 10px 8px 0 0;
}
.tyty_p {
	float: left;
	width: 120px;
	text-align: left;
	margin: 0 4px;
}
.tyty_right_p {
	float:left;
	width: 80px;
	text-align: right;
	margin: 0 4px;
}
.box p {
	color: #666666;
	font-size: 12px;
	margin: 0 0 10px 20px;
}
.box p.aa {
	margin: 0 0 10px 10px;
}
.box input.frame {
	width: 129px;
	padding: 3px;
	margin: 0 0 0 4px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.box span.text1 {
	color: #333333;
	margin: 0 10px 0 0;
}
.box a {
	color: #1E50A2;
	text-decoration: none;
}
.box a:hover  { text-decoration:underline;}
.box_type {
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
#box_type_gr {
	color:#349800;
	font-size: 12px;
}

input.toupiao {
	width: 70px;
	height: 30px;
	margin: 10px 0 10px  56px;
	padding: 0;
	background:  url(../pic/toupiao.gif) no-repeat;
	border: 0;
	cursor: pointer;
}
.btnn1{
	width: 61px;
	height: 27px;
	background: url(../pic/btn_login.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
}
.btnn2{
	width: 61px;
	height: 27px;
	background: url(../pic/btn_register.gif) no-repeat;
	text-indent:-9999px;
	border: 0;
	cursor: pointer;
	margin: 0  0 0 8px;
}