.login_box_container {
	width: 100%;
	position: absolute;
	z-index:5000;
	border-top:none;
	text-align: left;
	font-family: Tahoma, Arial, Georgia;
	font-size:12px;
	color:#CCCCCC;
	line-height:18px;
	left:0px;
	top:0px;
}

.login_box_container label, .login_box_container .collon {
	font-weight: normal;
	color: #bbbbbb;
	width: 60px;
}

.login_box_header {
	color:#eee;
	font-family: "Times New Roman", Arial, Georgia, Tahoma;
	font-size:20px;
	padding-bottom:4px;
	margin:0px 0px 12px 0px;
	*margin:0px 0px 40px 0px;
	line-height:27px;
}

.login_box_container a {
	padding: 0px 10px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	margin:8px 0px 0px 0px;
}

.login_box_container .login_content {
	width: 790px;
	margin: 0px auto;
	background: url(../images/news_bg.png) no-repeat center top;
	padding: 0px;
	height: 220px;
}
.text {
	padding:30px 93px 45px 93px;
	margin-bottom: 10px;
	/*background:url(../images/login_bg.png) no-repeat left top;*/
}
.text h2 {
	font-size: 14px;
	margin: 5px 0px;
}
.login_box_container br {
	clear: left;
}
.text .button {
	border: 1px solid #666;
	background-color: #555;
	color: #ccc;
	height: inherit;
}