/* @override 
	http://macristocracy.com/vanilla/themes/macristocracy/styles/default/people.css
*/

/* Global Definitions */
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url('gray_background.png');
	text-align: center;
}
body, div, input, textarea, select {
	font-family: "Lucida Grande","Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
textarea,
input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #deb76d;
}
a:hover {
	text-decoration: none;
	color: #d5a45c;
}
.Panel {
	margin-top: 100px;
}
.Panel,
.Foot {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Error */
.ErrorContainer {
	width: 236px;
	padding: 0px 8px 16px;
	color: #c00;
	margin: 0 auto;

}
.ErrorTitle {
	color: #d54c96;
	font-size: 14px;
	margin-bottom: 6px;
	text-shadow: #000 0 1px 0;
}
.Error {
	color: #c9a2c9;
	font-size: 11px;
	line-height: 18px;
}

/* Various page widths */

#SignIn { width: 320px; }
#PasswordRequest { width: 320px; }
#SignOut { width: 320px; }
#Apply { width: 320px; }
#PasswordReset { width: 320px; }
#ApplyQuestions{ width: 633px; }
/* Logo */
h1{
	background: url('login_form_top.png');
	display:block;
	height:71px;
	width:320px;
	text-indent:-623em;	
	margin:0;
}
#ApplyQuestions h1{
	background: url('wide_form_top.png');
	width: 633px;
}

.Body{
	background: url('login_form_bg.png');
	padding-top: 16px;
}
#ApplyQuestions .Body{
	background: url('wide_form_bg.png');
}
/* About Paragraphs */
.About {
	width: 236px;
	padding: 0px 8px 0px;
	margin: 0 auto 8px;
}
.About h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 6px;
	color: #baa3c6;
	text-shadow: #434 0px 1px 0px;
}
.About p {
	margin: 0;
	padding: 2px 0 6px 0;
	color:#e2d5ec;
	line-height: 150%;
	font-size: 11px;
	}
.About p strong {
	font-weight: normal;
	color: #fff;
}
.About a{
	color: #deb76d;
}
.About a:hover{
	color: #d5a45c;
}
/* Forms */

#Form ul,
#Form ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Form textarea{
	line-height: 18px;
}
#Form textarea,
#Form .Input{
	width: 206px;
	font-size: 14px;
	border: 1px solid #726f6b;
	color: #4f4c46;
	padding:6px 4px;	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-box-shadow:0px 1px 0px #fff;
	-moz-box-shadow:0px 1px 0px #fff;
	margin:4px 0px 8px;
}
#Form select{
	width: 216px;
	height: 22px;
	background: #291734;
	margin: 2px 0 8px;
}
#ApplyQuestions .Button,
#SignIn #Form .Button{
	float: right;
}
#Form .Button {
	margin: 0;
	cursor: pointer;
	background:url('gold_button_bg.png') top repeat-x;
	height:32px;
	width:auto;
	padding:0 28px;
	border:1px solid #b4aa92;
	font-size:13px;
	color:#6a5f4c;
	text-transform: uppercase;
	text-shadow:#e4dac0 0px 1px 0px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-box-shadow:0px 1px 2px #d4d3d0;
	-moz-box-shadow:0px 1px 2px #d4d3d0;
}

#Form.SignInForm,
#Form.PasswordRequestForm,
#Form.FormComplete,
#Form.ApplyForm{
	width: 252px;
	background: url('login_form_inner_bg.png') repeat-x;
	-webkit-box-shadow:0px 2px 4px #190c20;
	-moz-box-shadow:0px 2px 4px #190c20;
}
#Form.ApplyQuestions{
	width: 550px;
	background: #f6f4f0;
	-webkit-box-shadow:0px 2px 4px #190c20;
	-moz-box-shadow:0px 2px 4px #190c20;
	margin: 0 auto 16px;
	padding: 24px 0;
}
#Form.SignInForm{
	margin: 0 auto 8px;
	height: 230px;
}
#Form.ApplyForm{
	background-color: #fefefe;
	margin: 0 auto 16px;
	padding:16px 0;
}
#Form.PasswordRequestForm {
	width: 252px;
	margin: 16px auto 48px;
	padding: 16px 0;
}
#Form.FormComplete{
	margin: 0 auto 16px;
	padding: 16px 0;	
}

/* Sign-In Page */
#PasswordRequest form{
	background: none;
	padding: 8px 0 0;
}
#SignIn form{
	background: none;
	padding: 21px 0 0;
}
#SignIn h2{
	text-indent: -623em;
	background: url('text_member_login.png') no-repeat;
	width: 131px;
	height: 20px;
	margin: 0 auto 8px;
}
hr{
	height: 2px;
	border: 0;
	background: url('login_form_inner_hoz_divider.png') center no-repeat;
	margin: 4px 0 8px;
}
#SignIn hr{
	height: 2px;
	border: 0;
	background: url('login_form_inner_hoz_divider.png') no-repeat;
}

#SignIn ul{
	margin: 10px auto 0;
	width: 216px;
}
#SignIn label{
	clear: both;
	font-size: 11px;
	color: #4d4a46;
	text-shadow:#fff 0px 1px 0px;
	margin-bottom: 6px;
}
#SignIn #Form a{
		float: right;
}
#Form a{
	font-size: 11px;
	color: #c2a861;
	text-shadow: #fff 0px 1px 0px;
}
#Form a:hover{
	color: #a57727;
}
#Form.SignInForm .Submit {
	padding: 6px 0 0 0;
	clear: left;
	text-align: center;
	}
#Form #RememberMe label {
	width: 100px;
	text-align: left;
	float: left;
}
#Form #RememberMe input {
	width: auto;
	margin-left:0px;
}
#Form #RememberMe label{
	position:relative;
	top: 6px;
}
.MembershipOptionLinks {
	width: 240px;
	margin: 0 auto;
	height: 24px;
	padding-bottom:70px;
}
.MembershipOptionLinks .divider{
	float: left;
	display: block;
	height: 25px;
	width: 37px;
	text-indent: -623em;
	background: url('login_form_links_divider.png') no-repeat center;
}
.MembershipOptionLinks a,
.MembershipOptionLinks a:link,
.MembershipOptionLinks a:visited {
	margin-top: 2px;
	float: left;
	color: #deb76d;
	text-decoration: none;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size:11px;
	font-weight: normal;
	}
.MembershipOptionLinks a:hover {
	color: #d5a45c;
	text-decoration: none;
	}
.ForgotPasswordLink {
	position: absolute;
	z-index:100;
	}
.ApplyForMembershipLink {
	padding-left: 136px !important;
	}

/* Password Request Form */
#Form.ApplyForm fieldset,
.PasswordRequestForm fieldset{
	width: 214px;
	margin: 0 auto;
	font-size: 11px;
	color: #4d4a46;
	line-height: 16px;
}
#Form.ApplyForm legend,
.PasswordRequestForm legend{
	font-size: 16px;
	color: #77726b;
	text-shadow: #fff 0px 1px 0px;
	padding-bottom: 6px;
}
.PasswordRequestForm div.Submit input{
	margin-left:-60px;
}

/* Apply Form */
#Form.ApplyForm .Submit {
	float: right;
}
.ApplyForm p{
	color: #998;
}
.ApplyForm #TermsOfServiceCheckBox{
	margin-bottom: 8px;
}
/* Form Complete */
.ApplyQuestions h2,
.FormComplete h2 {
	font-size: 16px;
	color: #77726b;
	text-shadow: #fff 0px 1px 0px;
	padding-bottom: 6px;
}
.ApplyQuestions fieldset{
	width: 214px;
	font-size: 11px;
	color: #4d4a46;
	line-height: 16px;
	min-height: 440px;
}
.ApplyQuestions{
	position: relative;
}
.ApplyQuestions .leftField{
	position: relative;
	left: 40px;
}
.ApplyQuestions .rightField{
	position: absolute;
	top: 46px;
	right: 40px;
}
.FormComplete fieldset{
	width: 214px;
	margin: 0 auto;
	font-size: 11px;
	color: #4d4a46;
	line-height: 16px;
}
.FormComplete li{
	clear: both;
	float: left;
	display: block;
}
#Form.FormComplete fieldset li a{
	margin-bottom: 1em;
	font-size: 12px;
}
#copyright{
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}
.copyright,
.copyright a{
	font-weight: 200;
	font-size: 10px;
	color: #8c7697;
}
.copyright_vanilla a{
	color: #594463;	
	font-size: 10px;
}
.copyright a:hover{
	color: #a08bba;
}
.copyright_vanilla a:hover{
	color: #876c94;
}
.Foot{
	text-indent: -623em;
	background: url('login_form_top.png') left bottom no-repeat;
	height: 46px;
}
#ApplyQuestions .Foot{
	text-indent: -623em;
	background: url('wide_form_top.png') left bottom no-repeat;
	height: 46px;
}
#lastquestion{
	display: none;
}

#errMsg,
#message{
	display: none;
	opacity: 0;
	-webkit-box-shadow:#343330 0px 1px 2px;
	-moz-box-shadow:#343330 0px 1px 2px;
	margin-top: 16px;
	text-align: center;
	color: #f6f4f0;
	text-shadow: #000 0px -1px 0px;
}
#errMsg{
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #70161a;
	border-top: 1px solid #a2252c;
	background: #7e191e;
	background:-webkit-gradient(linear, left top, left bottom, from(#70161a), to(#90282d),color-stop(0.5, #7e191e));
}
#message{
	padding: 15px 0;
	font-size: 11px;
	border-bottom: 1px solid #291734;
	border-top: 1px solid #72488c;
	background: #3c234b;
	background:-webkit-gradient(linear, left top, left bottom, from(#3c234b), to(#543166),color-stop(0.5, #4c335b));
}
