.login_box_container {
	width: 100%;
	position: absolute;
	left: 0px;
	z-index:5000;
	border-top:none;
	/*background: url(../images/toppanel_bg.png) repeat left top;*/
	text-align: left;
}

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

.login_box_header {
	color:#fff;
	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;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	margin:0px;
}

.login_box_container .login_content {
	width:442px;
	margin: 0px auto;
}
.text {
	padding:30px 50px 40px 50px;
	margin-bottom: 10px;
	background:#333;
	color:#fff;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
}
.login_box_container br {
	clear: left;
}
.text .button {
	border: 1px solid #666;
	background-color: #555;
	color: #fff;
	height: inherit;
}
