html{overflow-y: scroll;}

body.menu , body.header {
	font-family: sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.login_bg_center {
	background-color: #FFFFFF;
	background-image: url(../images/login_admin_bg_center.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 720px;
}

.login_bg_footer {
	background-image: url(../images/login_admin_bg_footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 720px;
}

.us_login_bg_headr {
	background-image: url(../images/login_user_bg_header.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 720px;
}

#user_login_new_design {
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 5px #0ba39b solid;   
   width: 650px;
   margin: 35px 0 10px 0;
}

.text10_red , .errmsg{
	color: #FF0000;
}
