
body {
    background: #260303 url(images/lp_bg.jpg) no-repeat bottom center; 
    background-repeat:no-repeat; 
    background-position:center top;
    background-attachment: fixed;
    background-color:#000000;
    color:#836030; 
    font-family:Arial; 
    font-size:12px;
    padding:0;
    margin:0;
}

img {
    border:none;
    margin:0px;
}

a {
    font-size: 12px;
    font-weight: bolder;
    color: #990000;
    text-decoration:none;
}

a:hover {
    color: #666;
    text-decoration:none;
}

input[type="button"],input[type="submit"] {
    color: #c1ba8d; 
    background-color: #820101; 
    border:solid 1px #bd0101; 
    font-size:11px;
    font-weight: bold;
    padding: 3px; 
    margin-top:5px; 
    margin-bottom:5px; 
    cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, a.btn:hover, div.btn a:hover {
    color: #ffffff;
    text-decoration:none;
}

.EntryField {
    border:solid 1px #3b422e; 
    background-color:#becbac; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 
    
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.EntryFieldError {
    border:solid 1px #990000; 
    background-color:#ff6666; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 
    
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

/*#Header {
    width:716px; 
}
*/

/* HEADER ---------------------------------------------------------- */
#wrap-head { margin: 15px 0; height: 114px; background: url(images/header_bg1.png)  repeat-x center center;}
#header{ width: 960px; margin:auto; background: url(images/header_bg2.png)  no-repeat center center; }
#header h1{ height: 114px; width: 271px; margin-top:0px; background: url(images/logo.png) no-repeat top left; text-indent: -9999em; margin-left:100px; float: left;}
#header h2 { height: 114px;  background: url(images/tagline.png) no-repeat center right; text-indent: -9999em; margin-right:60px;}


#Footer {
    position: relative;
    width:950px;
    height:49px;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bolder;
    text-align:center;
    background: url(images/login_footer.jpg) no-repeat;
	margin-top:5px;
    margin-bottom:5px;
}

#Main {
    width: 884px;
    /*height: 530px;*/  /* adjusted due to padding */
    font-family:verdana;
    color:#8fff;
	font:normal 12 Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#000000;	
	filter:alpha(opacity=65);-moz-opacity:0.65;-khtml-opacity: 0.65;opacity: 0.65;
}

div.btn {
    margin-top:10px; 
    margin-bottom:10px;
}

a.btn, div.btn a {
    color: #c1ba8d; 
    background-color: #820101; 
    border:solid 1px #bd0101; 
    font-size:11px;
    font-weight: bold;
    padding: 3px; 
    cursor:pointer;
}

/* Field Classes */
.FieldCaption { width: 200px;  font-size:13px;  color:#fff;  }
.FieldValue {  color: #000000;  }
.FieldNotice {  font-size:11px; padding-left:5px; margin-bottom:5px; }

.EntryField {
    border:solid 1px #fff; 
    background-color: #333333; 
    color: #fff; 
    font-family:Verdana; 
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 

}

.EntryFieldError {
    border:solid 1px #990000; 
    background-color:#ff6666; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px;
}