#login_pop {
	/*background: url(img/bar_bg.png) top left repeat-x;*/
	background:#fff url(img/windowTopBar.png) top center no-repeat;
	border: 1px solid #ccc;
}

#login_pop > hgroup 
{
	background: none;
	padding:0 25px;
	margin-top:25px;
	position:relative;
}

#login_pop > hgroup > h1 {
    border:none;
	font-size: 120%;
	color: #676767;
	font-size:24px;
}

#login{
}
    
#login .chrome1 {
   width: 320px;
   margin-left:0;
}

#login .chrome1 label {
	width:25%;
	padding: 0 10px 0 0;
	text-align: right;
	height:28px;
	line-height:28px;
}

#login .chrome1 input {
	width:60%;
}

#login .toolsbar {
     margin-top:10px;
     text-align:left;
     margin-left:90px;
}

#login .subTitle {
	padding:0 25px;
	position:relative;
	font-size:18px;
	color:#676767;
	text-align:left;
}

#login .loginMain {
	background: url(img/bottom_logo.png) 25px 265px no-repeat;
    position:relative;
    padding:45px 25px 25px 25px;
    height: 245px;
}

#login .bottom {
	font-size: 11px;
	bottom: 25px;
	position: absolute;
	right: 25px;
	color:#666;
}

#login .errorRegion
{
    margin-top: 55px;
    color:Red;
    transition-duration: 1.5s;
    transition-property: opacity;
    opacity:0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
}

.center_box {
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.clear {
	clear:both;
}
