
body {
	background-color:#92be29;
	background-image:url(../images/bkgrd_repeat.jpg);
	background-repeat:repeat-x;
}

#corner_background {
	position:absolute;
	background-image:url(../images/main_bkgrd.jpg);
	background-repeat:no-repeat;
	top:0px;
	right:0px;
	height:680px;
	width:992px;
}


/* Page Construction, this includes all the page DIV's */
#main_wrap {
	position:absolute;
	top:0px;
	width:900px;
	left:50%;
	margin-left:-450px;
}

#header {
	position:absolute;
	width:900px;
	margin-left:-30px;
}

#header_logo {
	position:relative;
	float:left;
	background-image:url(../images/concept_header_logo.png);
	background-repeat:no-repeat;
	width:293px;
	height:108px;
	top:0px;
	margin-left:25px;
	margin-top:10px;
}


#login_panel_bg {
	background-image:url(../images/login_panel_bg.png); background-repeat:no-repeat;
	width:360px;
	height:341px;
	float:left;
}
  
.fieldInput{
	width:50%;
	float:left;
	padding-top:20px;
	
}

.fieldName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:23%;
	float:left;
	color:#555555;
	padding-top:24px;
	padding-left:45px;
}

.text_input_login{
	font:Arial, Helvetica, sans-serif;
	width:169px;
	height:15px;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	width:164px;
	background-color:#FFFFFF;
}  

#login_text {
	width:auto;
	height:auto;
	padding-top:180px;
}

#login_button {
	background-image:url(../images/login_button1.png); background-repeat:no-repeat;
	width:109px;
	height:31px;
	float:right;
	margin-top:15px;
	padding-right:44px;
	 
}
#login_button:hover{
	background-image:url(../images/login_button_over1.png); background-repeat:no-repeat;
	width:109px;
	height:31px;
	float:right;
	margin-top:15px;
	padding-right:44px;
	 
}

#login_panel{
margin-top:145px;

}

#bottom_bar {
	position:fixed;
	background-image:url(../images/bottom_bar.jpg);
	background-repeat:repeat-x;
	bottom:0px;
	left:0px;
	width:100%;
	height:33px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0b2d83;
}

.powered_by_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	float:left;
	padding:8px 5px 5px 5px;
	font-weight:bold;
}

.right_contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	margin-top:8px;
	margin-right:8px;
	width:69%;
	font-weight:800;
}

a:link {
	color:#0b2d83;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#0b2d83;
}

a:hover {
	text-decoration: none;
	color:#999999;
}

a:active {
	text-decoration: none;
	color:#0b2d83;
}

#ms {
	color:#000000;
}
