/* Universal Clear */

.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	letter-spacing: 0px !important;
	height: 1px;
}

.yellowBox {
	width: 503px;
	float: left;
	display: inline;
	padding: 10px;
	background: url(/assets/login/bg_loginbox.png);
	background-color: #fffedd;
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px #ccc !important;
	-moz-box-shadow: 0 1px 5px #ccc !important;
	border: 2px solid #fef8b5;
}

.yellowBox h1 {
	padding: 8px 10px 10px 10px;
	height: 21px;
}

.highlightBox {
	width: 480px;
	margin: 10px;
	padding: 10px 0;
	float: left;
	display: inline;
	background-image: url(/assets/login/bg_loginhighlight.png);
	background-color:  #fef59d;
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fee930;
}

.highlightBox p {
	position: relative;
	display: block;
	padding: 5px;
	margin: 0 27px;
}

.highlightBox label {
	float: left;
	width: 85px;
	text-align: right !important;
	display: inline;
	margin: 12px 10px 8px 0;
	font: bold 1.3em "Myriad Pro", myriad, tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
}

.highlightBox p#userId input {
	float: right !important;
}

.highlightBox p input[type="text"], .highlightBox p input[type="password"]  {
	float: right;
	display: inline;
	width: 277px;
	color: #666;
	background: url(/assets/login/bg_input.png) no-repeat;
	border: none;
	font: bold 18px "Myriad Pro", myriad, tahoma, verdana, arial, sans-serif;
	padding: 9px 20px 9px 20px;
}

.highlightBox input[type="text"] , .highlightBox input[type="password"]  {
	float: right;
	display: inline;
	width: 277px;
	color: #666;
	background: url(/assets/login/bg_input.png) no-repeat;
	border: none;
	font: bold 18px "Myriad Pro", myriad, tahoma, verdana, arial, sans-serif;
	padding: 9px 20px 9px 20px;
}

.highlightBox p#rememberMe {
	float: right;
	display: inline;
	margin-left: 40px;
                font-size: 1em;
}

.highlightBox p#rememberMe input[type="checkbox"] {
	margin-right: 10px;
	float: left;
	display: inline;
}

.highlightBox p#rememberMe label {
	float: left;
	display: inline;
                width: auto;
                margin: 0;
                font-size: 0.9em;
}

#lowerLogin {
	width: 480px;
	position: relative;
	margin: 10px 10px 0 10px;
}

#lowerLogin .link_signup {
    float: left;
}

#lowerLogin input#loginNow {
	float: right;
	width: 111px;
	height: 35px;
	display: inline;
}

#forgotLink {
	position: relative;
	width: 130px;
	bottom: 15px;
	left: 120px;
	text-align: right;
}

#forgotLink a {
	color: #f4a205;
}

/* Forgot Password */

#forgot_password {
	width: 100%;
	display: block;
}

#forgotCopy {
	width: 480px;
	border-top: 1px solid #fef59d;
	margin: 5px 10px 5px 10px;
}

#forgotCopy p {
	padding: 20px 10px 10px 10px;
	border-top: 1px solid #fff;
	line-height: 1.6em;
}

input#emailMe {
	width: 111px;
	height: 35px;
	padding: 0 !important;
	margin: 9px 20px;
	background-image: none;
	float: right;
	display: inline;
}

input#email {
	float: left;
	display: inline;
	margin: 6px 0 0 12px;
}

/* End Forgot Password */

#nottaMember {
	float: right;
	width: 400px;
	line-height: 1.6em;
}

#nottaMember h1 {
	margin: 20px 0 15px 0;
}

#nottaMember p {
	margin-bottom: 1em;
}

div#signupBtn {
	margin-top: 7px;
}

#signupBtn, #signupBtn a, #signupBtn p {
	float: right;
	width: 111px;
	height: 35px;
	display: block-inline;
}

#signupBtn p {
	margin-bottom: 0;
}

.majorAccent {
	background: #fff9b1;
	padding: .2em;
}



/* Footer */


#footer {
	width: 100%;
	font-size: 1.2em;
	background: url(/assets/login/bg_footer_bluegradient.png) #e9f1f8 repeat-x;
	position: relative;
	padding-bottom: 20px;
}

#siteMap {
	width: 960px;
	margin: 0 auto;
	padding: 50px 10px 0 10px;
}

.o-columns {
	font-family: arial, helvetica, tahoma, verdana, myriad, sans-serif;
	float: left;
	width: 220px;
	margin: 20px 10px 0 10px;
}

.o-columns h3 {
	color: #05488a;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.o-columns ul {
	margin-top: 10px;
	margin-bottom: 65px;
}

.o-columns ul li {
	position: relative;
	border-bottom: 1px dotted #93a4c1;
	padding: 8px 0 8px 0;
}

.o-columns ul li a {
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	color: #536f8a;
}

.o-columns ul li:hover {
	background: #d3e0ec;
}

.o-columns ul li:hover a {
	color: #05488a;
}


#disclaimer {
	font-size: 1em;
	margin-top: 3.5em;
	color: #536f8a;
}

#disclaimer p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

#login_container textarea:focus, #login_container input[type="text"]:focus, #login_container input[type="password"]:focus, #login_container select:focus {
    border-color: #fff;
    outline-color: #fff;
}
