body#layout_login div#wrapper {
	background:transparent;
	height:369px;
	margin:0pt auto;
	padding:0pt;
	width:990px;
}
div#auth_header {
	margin:0pt auto;
	padding:70px 0pt 0pt;
	width:830px;
	text-align:center;
}
div#auth_header img {
	margin:0pt auto;
}
div#auth_content {
	width:830px;
	margin:0pt auto;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
}
div#auth_content div#content {
	padding:20px;
	min-height:400px;
}
div#auth_text {
	float:left;
	width:455px;
	color:#333;
	padding:40px 10px 20px 35px;
}
div#auth_text h1 {
	font-size:2em;
	padding-bottom:5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#2A5683;
}
div#auth_text p {
	margin-bottom:12px;
	line-height:1.75em;
	font-weight:bold;
}
div#auth_text h4 {
	font-weight:bold;
}
div#auth_text ul {
	font-size:.95em;
	padding-left:15px;
	padding-top:5px;
}
div#auth_text ul li {
	padding:3px 0px;
	line-height:1.4em;
}
div#auth_text ul li h6 {
	font-weight:bold;
	display:inline;
}
div#auth_form {
	margin: auto;
	padding-top:30px;
	width:300px;
}
div#auth_login {
	color:#666666;
	height:298px;
	width:302px;
	/* FF3.6 */
	background:transparent url('../images/login/loginbg.png') no-repeat;
}
div#auth_login h2 {
	padding-top:16px;
	padding-left:15px;
	color:#fff;
	font-size:1.5em;
	-moz-border-radius:6px 6px 0  0;
	-webkit-border-radius:6px 6px 0  0;
	-o-border-radius:6px 6px 0  0;
	border-radius:6px 6px 0  0;
}
div#auth_login form {
	font-size:.95em;
	margin-top:25px;
	margin-left:20px;

}
div#auth_login div.label {
	margin:0;
	padding:0;
	margin-bottom:3px;
	text-align:left;
	color:#666666;
	font-weight:bold;
	font-size:1.1em;
}
div#auth_login div.field {
	margin-left:55px;
	margin-bottom:8px;
	margin-left:0;
}
div#auth_login div.field input {
	background:#fff;
	font-size:1.5em;
	padding:3px;
	width:250px;
	color:#444;
}
div#auth_login div.submit {
	padding-left:85px;
}
div#auth_login input#submit {
	background: url("../images/layout/tabbg.jpg") repeat #3e5a73;
    border: 0 none;
     -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
     -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
     -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 86px;
}
div#auth_login div.forgot {
	padding-top:60px;
}
div#auth_login div.forgot a {
	color:#666666;
	font-size:.98em;
}
div#auth_messages {
	width:290px;
	margin-bottom:10px;
	padding-left:10px;
}
div#auth_messages ul li {
	padding:1px 3px;
	font-weight:bold;
}
div#auth_photos {
	clear:both;
	text-align:center;
	padding-top:10px;
}
div#auth_footer {
	padding:15px;
	text-align:center;
	color:#ffe;
	font-size:0.92em;
}
div#auth_footer a {
	color:#fff;
}
div#auth_footer span {
	color:#888;
	padding:0px 3px;
}
div#auth_register {
	margin-top:20px;
	width:302px;
	height:120px;
	color:#fff;
	cursor:pointer;
}
div#auth_register h2 {
	padding-top:10px;
	padding-left:15px;
	color:#fff;
	font-size:1.5em;
}
div#auth_register form {
	font-size:.95em;
	margin-top:15px;
	margin-left:20px;
}
div#auth_register div.submit {
	padding-left:85px;
}
div#auth_register input#submit {
	background:none;
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	background:transparent;
	border:0;
	color:#fff;
	height:53px;
	width:106px;
	font-size:1.3em;
	text-align:center;
	cursor:pointer;
}

div.forgot {
	text-align: center;
}

div.forgot a {
	color: #888;	
}
div.validation_instructions{
	display:none;	
}
