body {
	background:#fff;
	text-align:left;
}

body,div,input,textarea,select {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
}

input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #ddd;
	border: 1px solid #ddd;
	padding: 3px;
	-moz-border-radius:4px;  
	-webkit-border-radius:4px;
	}

a,a:link,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#f2f2f2;
	text-decoration:none;
}

.ErrorContainer {
	background: #fff;
	padding: 0;
	color:#c00;
	margin:0 0 20px 0;
}

.ErrorTitle {
	font-weight:bold;
	color:#c00;
	font-size:12px;
	margin-bottom:6px;
}

.Error {
	color:#c00;
	font-size:12px;
}

.SiteContainer {
	margin-top:100px;
	background:#fff;
}

.SiteContainer,.Foot {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.SignIn {
	width:280px;
}

.PasswordRequest {
	width:500px;
}

.PasswordRequest .PageTitle {
	width:492px;
}

.SignOut {
	width:400px;
}

.Apply {
	width:580px;
}

.PasswordReset {
	width:550px;
}

h1 {
	text-align:left;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom: solid #ccc 1px;
}

h1,h1 a {
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

h1 strong {
	font-weight:normal;
	color:orange;
}

.About {
	margin:0;
	padding:0;
	width:260px;
	position:absolute;
}

.About h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#000;
}

.About p {
	margin:0;
	padding:0 0 10px 0;
	color:#000;
	line-height:150%;
}

.About p strong {
	font-weight: normal;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

legend {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

fieldset p {
	margin:0 0 20px 0;
	padding:0 0 0 2px;
}

#PasswordRequestForm label {
	padding-left: 2px;
	}
	
#PasswordRequestForm .Button {
	margin-left: 4px;
	}

#Form form {
	margin:0;
	padding:0;
}

#Form ul,#Form ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#Form ul li {
	padding-bottom:10px;
}

#Form label {
	float: left;
	text-align:left;
	color:#000;
	margin-top: 5px;
	width: 70px;
}

#Form .Submit {
	margin:0 0 0 70px;
	text-align:left;
	clear: left;
}

#Form .Button {
	width:auto;
	cursor:pointer;
	background: #000;
	border: 1px solid #000;
	padding: 6px 6px 6px 6px;
	color: #fff;
}

#Form.SignInForm fieldset {
	padding:0;
}

#Form.SignInForm .Submit {
	padding:0;
	text-align:left;
}

#Form #RememberMe label {
	text-align:left;
	font-size:12px;
	padding: 0 0 10px 70px;
	width: 120px;
}

#Form #RememberMe input {
	width:auto;
}

.MembershipOptionLinks {
	margin:20px 0 0 0!important;
	padding:20px 0 0 0!important;
	border-top: solid #ccc 1px;
}

.MembershipOptionLinks li {
	width:132px;
	overflow:hidden;
	white-space:nowrap;
	padding:0;
	margin:0;
}

.MembershipOptionLinks a,.MembershipOptionLinks a:link,.MembershipOptionLinks a:visited {
	display:block;
	background:#fff;
	color:#000;
	text-decoration:none;
	text-align:left;
	padding:0;
	font-size:12px;
}

.MembershipOptionLinks a:hover {
	color:#f2f2f2;
}

.ForgotPasswordLink {
	position:absolute;
	z-index:100;
}

.ApplyForMembershipLink {
	padding-left:136px!important;
}

.PasswordRequestForm .ErrorContainer {
	margin:0;
}

.PasswordRequest .About {
	width:234px;
}

.PasswordRequestForm {
	padding:0 0 0 247px;
}

#Form.ApplyForm {
	padding:0 0 0 282px;
}

.ApplyForm .ErrorContainer {
	margin:0;
}

div.Apply #Form {
	height:300px;
}

html>body div.Apply #Form {
	min-height:322px;
	height:auto;
}

#Form.ApplyForm .Submit {
	padding-left:28px;
}

#Form.ApplyForm label {
	width:98px;
	padding-left: 2px;
}

#Form.ApplyForm input {
	width:156px;
}

#Form.ApplyForm .Submit input {
	width:auto!important;
}

#TermsOfServiceCheckBox input {
	width:auto!important;
}

#TermsOfServiceCheckBox {
	font-size:12px;
	color:#000;
}

#TermsOfServiceCheckBox a {
	text-decoration:underline;
}

#Form.PasswordResetForm .ErrorContainer {
	margin:0;
}

#Form.PasswordResetForm .Submit {
	padding-left:100px;
}

.PasswordReset .About {
	width:254px;
}

.PasswordResetForm {
	padding:0 0 0 267px;
}

.FormComplete {
	padding:0;
}

.FormComplete h2 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 6px;
	color:#000;
}

.FormComplete ul {
	list-style:none;
	margin:0;
	padding:0;
}

.FormComplete ul li {
	margin:0;
	padding:0;
	color:#000;
}

.FormComplete ul li strong {
	font-weight:normal;
	color:#e00;
}

#SignOutForm div.Submit {
	text-align:center;
	margin-top:10px;
}

.Foot {
	display: none;
}

.Foot a {
	color:#000;
}

.Foot a:hover {
	color:#f2f2f2;
	background:none;
}