html, body { height: 100%; }
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #666;}
body { background: #ffc020 url(images/login_bg.jpg) 0 0 repeat-x; margin:0; }
a:link, a:visited, a:active { color: #414c2f; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #637447; }

label, form, label, fieldset, ul, ol, li { margin:0; padding:0; }
h1, h2, h3, h4, p { margin:0 0 10px 0; padding:0; }
.clr {clear:both; height:1px; }

#login_wrapper { width:100%; background:url(images/login_main.jpg) center top no-repeat; height:740px; }

#login_main { width:623px; height:485px; margin:0 auto; padding-top:141px }
	#login_logo { position:absolute; z-index:4; margin-left:-50px; margin-top:-55px; }
	#login_main h1 { font-size:19px; font-weight:bold; color:#832f8e; margin:0 75px 30px 75px; padding:45px 10px 6px 15px; border-bottom:1px solid #fbd40c  }
	#login_main .welcome { margin:0 75px; font-size:12px; color:#414c2f; height:85px; }
	#login_main .welcome p { line-height:1.4em}
	
	#login_form { background:url(images/login_form_main.jpg) 0 50px no-repeat; width:471px; height:248px; margin:0 auto; }
		#login_form_top { background:url(images/login_form_top.jpg) no-repeat; height:50px; margin:0; }
			#login_form_top span { display:none; }
		#login_form label { font-weight:bold; font-size:14px; color:#414c2f }
		#login_username { background:url(images/login_username.gif) 0 0 no-repeat; width:175px; height:29px; margin:0; padding:12px 13px 0 12px; border:none; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
			#login_username:focus { background:url(images/login_username.gif) 0 -41px no-repeat;  }
		#login_password { background:url(images/login_password.gif) 0 0 no-repeat; width:155px; height:29px; margin:0; padding:12px 13px 0 32px; border:none; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
			#login_password:focus { background:url(images/login_password.gif) 0 -41px no-repeat;  }
		#login_button { display:block; height:32px; width:141px; background:url(images/login_button.gif) 0 0 no-repeat; margin-right:6px;}	
			#login_button:hover { background:url(images/login_button.gif) 0 -32px no-repeat}
			#login_button span { display:none; }
		#login_form .msg { height:22px; line-height:22px; margin:0; text-align:center; font-weight:bold;  }