@charset "utf-8";
/************************ Login CSS Start ***********************/

* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */

body {
	border: none; height:100%;
}

a {
	color: #CF7430;
	text-decoration: underline;
}

a:visited {
	color: #CF7430;
}

a:hover {
	/*	border-bottom: 1px solid #3a75ae;*/
	color: #6A7C21;
	text-decoration: none;
}

body	{
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #FFFCF1;
}

body, td {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
}

fieldset {
	border: none;
	padding: 3px;
}

fieldset label.selectit {
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover {
	background: #e9e9e9;
}

fieldset legend {
	padding: .1em .3em;
}

fieldset.options {
	padding: 1em;
}

fieldset.options legend {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form, label input {
	margin: 0;
	padding: 0;
}

img, #footer a {
	border: 0;
}

/*input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}*/

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

/*textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}*/
/*.submit input, .submit input:focus, .button, .button:focus {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}*/

.submit, .editform th, #postcustomsubmit {
	text-align: right;
}

/*.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
*/
#login {
	position: relative;
	background: url('../images/login/login-bkg-tile.gif') no-repeat top center;
	color: #000000;
	margin: 5em auto 1em;
	padding: 20px 0 0;
	width: 425px;
	_width: 390px;
}

#login form {
	background: url('../images/login/login-bkg-bottom.gif') no-repeat bottom center;
	padding: 0 50px 25px;
	_width: 325px;
	_margin: 0 auto;
}

#login #login_error {
	font-size: 11px;
	font-weight: bold;
	width: 310px;
	text-align: center;
	color: #000000;
	margin: 20px 50px;
}

#login p { 
	font-size: 12px;
}

#login p.message { 
	width: 310px;
	margin: 0 auto 1em;
}

#login #login_error a {
	color: #ebcd4e;
}

#login #send {
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	_width: 325px;
	_margin: 0 auto 15px;
}

#login h1 a {
	margin: 0 auto;
	height: 88px;
	width: 320px;
	display: block;
	border-bottom: none;
}

#login .hide {
	display: none;
}

#login .message {
	font-size: 10pt;
	text-align: center;
}

#login .register {
	font-size: 20px;
}

#login input {
	padding: 4px;
}

.login ul, #protected #login .bottom {
	list-style: none;
	width: 325px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}

.login ul li {
	font-size: 11px;
}

.login ul li a {
	color: #CF7430;
	border: none;
}

#login ul li a:hover {
	color: #C4567C;
}

#login .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 97%;
}

#login p label { 
	font-size: 11px;
}

#login #submit {
	margin: 0;
	font-size: 15px;
}

#login .fullwidth {
	width: 320px;
}
#login #notes {
	margin: 0 50px;
	padding-top: 160px;
	text-align: center;
}
#login #notes h2 {
	text-align: center;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #6A7C21;
	margin-bottom: 18px;
	padding-bottom: 12px;
}

#login #notes h3 {
	color: #7C573F;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#login #notes p {
	margin: 0 0 12px 0;
	color: #333333;
}
#login #bottom-cap {
	background-image: url(/images/login/login-bkg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
}

/************************ Login CSS End **********************/


