body {
	font-weight: 400;
	font-size: 11px;
}

.reqtext {
color: #422200;
padding-left: 10px;
}

.signup_errors {
	color: red;
	font-weight: bold;
}

/* Account Creation */

#signup_account_main {
	background: white url(/images/signup/account_bg.jpg) top left no-repeat;
	height: 509px;
}

#signup_account_main table tr td {
	padding-bottom: 1px;
}

.signup_account_form_text {
	text-align: right;
	font-size: 12px;                                                            
	font-weight: bold;
	padding-right: 0.6em;
}

#signup_account_main p {
	font-weight: bold;
	color: #693F0D;
	font-size: 16px;
   margin-top 400px;
}

#signup_account_main h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #990003;
}

#signup_account_main ul li {
	margin: 0.3em 0;
}

#signup_account_main ul {
	font-size: 1em;
	color: black;
	padding: 0;
	margin: 0 0 0 230px;
	width: 240px;
}

#signup_account_main ul li {
	font-size: smaller;
	font-weight: bold;
	color: black;
	padding: 0 0;
}

/* Locations */

img#signup_bottompeople {
	border-top: 1px solid #f1b725;
	border-bottom: 1px solid #f1b725;
	margin-top: 10px;
	margin-bottom: 10px;
}

#signup_location_midbox {
	margin-top: 10px;
	width: 100%;
}

p.signup_locations a { font-size: 1.1em; text-decoration: none; color: black; }
p.signup_locations a:hover { text-decoration: underline; }

td#signup_location_description h1 {
	color: black;
	text-align: center;
}
td#signup_location_description h2 {
	color: black;
	font-size: 1.1em;
	text-align: center;
	word-spacing: 1.4em;
}
td#signup_location_description ul {
	font-weight: bold;
}
td#signup_location_description {
	width: 400px;
	border-right: 5px solid black;
	padding: 5px;
	vertical-align: top;
}
td#signup_location_form {
	vertical-align: top;
	padding: 5px;
}
td#signup_location_form div.signup_yellowbox {
	background-color: #fbe9bd;
	padding: 4px;
}
span#signup_required_text_zip {
	color: red;
	visibility: hidden;
}

/*  Friends classes */
p.signup_friends_message {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #222222;
}
table.signup_friends { width: 100%; margin-bottom: 20px; }
td#signup_friends_pic {
	background-image: url(/images/signup/tell_friend.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	height: 450px;
}
td#signup_friends_pic h1 { color: #990000; font-weight: bold; font-size: 2.5em; margin: 0px; padding: 0px; }
td#signup_friends_pic p { margin: 0px; padding: 0px; font-size: 1.2em; font-weight: bold;}

td#signup_friends_form {
	width: 350px;
	vertical-align: top;
	padding: 0px;
}

div#signup_friends_description {
	margin: 0px;
	background-color: #8c0003;
	background-image: url(/images/signup/topright_red_corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: white;
	padding: 3px;
}
div#signup_friends_description h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0px;
}

div.signup_friends_friend1, div.signup_friends_friend2 {
	padding: 2px;
	margin-top: 1px;
}
div.signup_friends_friend1 {
	background-color: #eed097;
}
div.signup_friends_friend2 {
	background-color: #fbe9bd;
}

div.signup_friends_friend1 td, div.signup_friends_friend2 td { margin: 0; padding: 0; }
div.signup_friends_friend1 table, div.signup_friends_friend2 table { width: 100%; margin: 0; padding: 0; }

div.signup_friends_friend1 h1, div.signup_friends_friend2 h1 {
	font-size: 1.3em;
	color: #990000;
	padding: 0px;
	margin: 0px;
}

div#signup_friends_error { 
	display: none; 
	background-color: #fbe9bd;
	padding: 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
div#signup_friends_message { 
	display: none; 
	background-color: #eed097; 
	padding: 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#AJAXLocationForm {
	width: 275px;
	height: 90px;
	margin-left: auto;
}

#AJAXLocationForm h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	text-align: center;
}

#AJAXLocationForm .signup_country_dropdown {
	width: 275px;
}

#AJAXLocationForm .signup_state_dropdown, #AJAXLocationForm .signup_location_dropdown {
	width: 255px;
}

#AJAXLocationForm .signup_city_dropdown {
	width: 235px;
}

#AJAXLocationForm_USCAZipcodeBox {
	text-align: center;
}

#AJAXLocationForm_USCAZipcodeBox input {
width: 75px;
margin-right: 10px;
}

#AJAXLocationForm_USCAStateCityBox a {
	margin: 0px 130px 0px 0px;
}

#AJAXLocationForm_USCAZipcodeBox h3 {
	color: black;
	font-size: 1em;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#AJAXLocationForm_StateCityBox, #AJAXLocationForm_USCAStateCityBox { 
	display: none; 
	text-align: right;
}
