* {
	margin: 0;
}

html, body{
	background-image: url('../media/bg_repeat.png');
	background-repeat: repeat-x;
	color: #fff;
	height: 100%;
	margin: 0;
	height: 100%;
	overflow:hidden;	
	}

#username {
}

#username_text {
	float: left;
}

#username_field {
	float: right;
}

#password_text {
	float: left;
}

#password_field {
	float: right;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px; /* the bottom margin is the negative value of the footer's height */
}

#top_container {
	display:block;
	margin:0px auto 25px auto;
	padding:0;
	position:relative;
	width:800px;
	background-color: #77b142;
	height: 148px;
	background-image: url(../media/w-rc-top.png);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#container {
	position: relative;
	display:block;
	margin:0 auto 0 auto !important;
	padding: 0;
	width:800px;
	height: 423px;
	min-height: 100%;
}

#rightbody {
	position:absolute;	
	width: 275px;
	height: 349px;
	margin-left: 10px;
	padding: 0;
}

#form {
	position: relative;
	top: -405px;
	left: 20px;
	background-image: url(../media/login_box_bg.png);
	min-height:349px;
	margin:0px;
	width:275px;
	height:349px;
}

.bottom_container {
	display: block;
	margin:0px auto !important;
	padding: 0;
	background-color: #77b142;
	height: 37px;
	background-image: url(../media/w-rc-btm.png);
	background-position: top;
	background-repeat: no-repeat;
	position:relative;
	bottom:0;
	width:800px;   
	
}

#password_error, #enable_error {
	color: #F00;
	font-weight: bold;
	background-color: #fff;
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	padding: 5px 0 5px 15px;
	margin: 19px 0 0 0;
	height: 29px;
	border-top: 2px dotted #f00;
}

#form_container {
	width: 800px;
	margin: auto;
	height: 423px;	
}

#formcontent{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 50px 0 0 25px;
	width:225px;
	height: 279px;
}

#formcontent #login ul {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	color: #666;	
}

#formcontent #login ul li {
	list-style: none;
}

#formcontent #sys_req ul {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.3em;
	color: #666;
	font-size: 8pt;		
}

#sys_req {
	font-size: 8pt;
	line-height: 1.3em;
	color: #000000;	
}

.textfield{
	border:1px solid #DDD;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.footer, .push {
	height: 37px; /* .push must be the same height as .footer */
	overflow:hidden;
}