/*
	Purpose:	Stylesheet for /membership/signup.php
	Created:	2007.01.25 by Nathan Markey
	Modified:	
	
*/

#master { width: 670px; }

#master #master_padding { padding: 10px; }

#master a:link, div#master a:active, div#master a:visited, div#master a:hover { text-decoration: underline; }

#master div { text-align: left; }

#submit_message
{
	color: #FF0000;
	margin: 15px 0;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	width: 620px;
	border: solid 1px #999999;
	background-color: #FFF7EF;
	text-align: center !important;
}

img#title_img {	width: 635px; height: 65px; }

#left_graphics_img { float: left; width: 269px; height: 384px; padding: 5px 15px 5px 0; }

#input_info_container {	float: left; width: 350px; height: 75px; color: #333333; }

#input_info { float: left; padding: 8px 0; font-size: 14px; }

#signup_form_div { float: left; width: 365px; }

#signup_form_div div { float: left; margin-top: 4px; }

#signup_form_div input { float: left; clear: left; }

#signup_form_div input.input_field { border: solid 1px #cccccc; margin: 2px 0; padding: 1px; font-size: 13px; }

#signup_form_div img#check_availability_img { float: left; margin: 4px 2px 0 2px; width: 61px; height: 22px; }

#signup_form_div img#join_free_img { width: 119px; height: 121px; float: right; padding: 5px; margin-bottom: 7px; }

#signup_form_div #username_label { clear: left; width: 150px; margin-bottom: -3px; }

#signup_form_div #username_div { clear: left; width: 230px; }

#signup_form_div #username_div #username_field_div { clear: left; width: 132px; height: 24px; }

#signup_form_div #password_label { width: 150px; }

#signup_form_div #confirm_password_label { width: 150px; }

#signup_form_div #first_name_label { width: 152px; clear: both; }

#signup_form_div #last_name_label {	width: 152px; }

#signup_form_div #first_name_field_div { width: 150px; clear: left; margin-top: 0; }

#signup_form_div #email_label { width: 320px; }

#signup_form_div #email_confirm_label {	width: 320px; }

#signup_form_div #signup_btn_div { float: right; }

#signup_form_div #signup_btn_div input { width: 109px; height: 34px; margin: 10px 20px 3px 0; }

#signup_form_div #forgot_message { margin-top: 10px; clear: left; width: 210px; }

#signup_form_div #have_account_message { margin-top: 5px; clear: left; width: 210px; }

img#all_pass_img { float: left; margin-top: 2px; width: 155px; height: 46px; }

#all_pass_text { width: 480px; float: left; height: 30px; color: #666666; padding: 7px 0 0 8px; }

#why_become_a_member { margin-top: 5px; padding: 10px 10px; color: #333333; line-height: 28px; font-size: 18px; }

#why_become_a_member ul { list-style-type: square; color: #333333; }

#why_become_a_member ul li { line-height: 22px; }

/* Newsletter Signup */

.newsletter-signup { margin: 10px 0 0 0; }

.newsletter-signup h1 { color: #333333; font-size: 20px; }

.newsletter-signup .links { color: #003399; font-size: 14px; margin-bottom: 10px; }

.newsletter-signup .newsletter { float: left; padding: 5px 10px; }

.newsletter-signup .newsletter input { float: left; clear: left; }

.newsletter-signup .newsletter .content { float: left; width: 90%; padding-left: 5px; }

.newsletter-signup .newsletter .content .title { color:#003399; font-weight: bold; }

.newsletter-signup .newsletter .content .description  { color:#333333; font-size:10px; }

.newsletter-signup .submit { margin-top: 10px; clear: left; float: left; }