@charset "utf-8";
/* CSS Document */

body { font-size: 75%; color: #f5e1aa; font-family: Arial,Verdana,Tahoma,Geneva; line-height: 1.5em; background: url(../images/bg_body.jpg) center top repeat-x #142409;}

a { color: #f5e1aa; text-decoration: underline; }
a:hover, a:focus, a:active { text-decoration: none; }

#layHeader { margin-top: 25px; width: 100%; background: url(../images/bg_nav.jpg) center top no-repeat;	height:40px; text-align:center;}
#layContent .wrapper { padding: 0; margin:0 auto; width:950px; border:0px solid red;}
#layContentHome {	width:950px; height:580px; margin:0 auto;	}
#layContentHomeLeft { width:682px;	height:580px;	background: url(../images/shim.gif) center top no-repeat; float: left;}
//#layContentHomeLeft { width:682px;	height:580px;	}
#layContentHomeRight { width:268px;	height:580px;	background: url(../images/bg_login.jpg) center top no-repeat; float: right;}
#layContentHomeRightWrapper { padding:300px 0 0 30px; text-align:left;	}

/* Forms */
#loginform 						{  }
#loginform fieldset  	{ display: block; padding: 0 0 10px 0; margin: 0; border: 0px black solid;}
#loginform legend			{ font-size: 14px; margin: 0; padding: 0 5px; }
#loginform label			{ font-size: 14px; display: block; }
#loginform label.error		{ font-size: 12px; display: block; }
#loginform fieldset div				{ overflow: hidden; margin: 0 0 10px 0; } 
#loginform 	.formErrorMessage { font-style: italic; font-weight: normal; color: #C66; }
#loginform input[type=text], input[type=password]	{ font-size: 1.25em; padding: 0; margin: 0; width: 200px; background-color:#f6e7bc; height:24px; border:none;}
#loginform input[type=text].error, input[type=password].error	{ border: 2px dotted red; }
