/*  authentication_new_form.css - v0.6.1h */


.hidden_checkbox
{
  display: none;
}

.checkbox_image
{ 
  position: relative;
  top: 3px;
  margin-right: 3px;
}


#authentication_new_form_box
{
  padding-top: 40px;
  width: 365px;
  margin: auto;
}

#authentication_form_title_bar
{
  text-align: center;
  background: url("../../images/small_form_box_top_background.png") top left no-repeat;
  height: 32px;
}

#authentication_form_title_bar_text
{
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
}

#authentication_form_content
{
  background: url("../../images/small_form_box_content_background.png") top left repeat-y;
  padding: 20px 20px 0px 20px;
  text-align: left;
}

#authentication_form_bottom
{
  background: url("../../images/small_form_box_bottom_background.png") top left no-repeat;
  height: 15px;
}

#authentication_form_content #email_label, #password_label
{
  float: left;
  font-weight: bold;
  color: #666;
  width: 6em;
}

#authentication_form_content #email_box, #password_box
{
  padding-bottom: 5px;
}

#authentication_form_content #email, #password
{
  float: right;
  margin-left: 5px;
  width: 71%;
}

#remember_me_box
{
  display: inline;
  font-size: 1.2em;  
  margin-right: 5px;
}

#forgot_password
{
  cursor: pointer;
  border-left:1px solid #bbb;
  padding-left: 10px;
  padding-top: 2px;
}

#remember_and_forgot_box
{
  margin-top: 5px;
  float: left;
  font-size: 0.7em;
  vertical-align: bottom;
}

#email_error_message, #password_error_message
{
  clear:both;
  width: 71%;
  margin-left: 90px;
}

#join_box
{
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.8em;
}

#no_account_message
{
  color: #666;
}

#join_link
{
  margin-left: 8px;
}

#forgot_password_message
{
  font-size: .8em;
  margin-bottom: 20px;
}

#send_password_box, #cancel_box
{
  margin-top: 10px;
  float: right;  
}

#cancel_box
{
  margin-right: 15px;
}

.error_message
{
  text-align: left;
}

#green_button
{
  margin-top: 3px;
  float: right;
}


#email_sent_message_box
{
  width: 618px;
  margin: auto;
}

#email_sent_message_box_top
{
  background: url("../../images/light_gray_600_box_top.png") top left no-repeat;
  height: 15px;
}

#email_sent_message_box_content
{
  text-align: center;
  background: url("../../images/light_gray_600_box_background.png") top left repeat-y;
  padding: 15px 30px 15px 30px;
}

#email_sent_message_box_bottom
{
  background: url("../../images/light_gray_600_box_bottom.png") top left no-repeat;
  height: 20px;
}

.medium_info_icon
{
  position: relative;
  bottom: -5px;
}

#email_sent_main_message
{
  display: inline;
}

#email_sent_email_address
{ 
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

#email_sent_message_instructions
{ 
  margin-top: 20px;
  font-size: 0.9em;
}

#sign_in_instructions
{
  margin-bottom: 15px;
}

#no_email_instructions
{
  margin-top: 15px;
}

.yahoo_warning_banner
{
  width: auto;
  margin-top: 20px !important;
}

.yahoo_warning_banner em
{
  font-weight: bold;
}



#top_info_box
{
	color: #666;
}

#help_site_link
{
	font-weight: bold;
}

#help_contents_box
{
	margin-top: 30px;
	padding-left: 10px;
}

.help_box
{
	float: left;
	margin: 0 10px;
	width: 300px;
	border: 1px solid #ccc;
}

.help_header_box
{
	padding: 3px;
	font-weight: bold;
	background: url('/images/gradients/light_blue_gray_gradient.png') repeat-x;
	border-bottom: 1px solid #ddd;
}

.help_content_box
{
	height: 70px;
	padding: 15px;
}

.help_content_item
{
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
}

.help_content_item .gray_dot
{
	float: left;
	margin: 0;
}

.content_item_link_box
{
	margin-left: 20px;
	text-align: left;
}

.more_link_box
{
	text-align: right;
	font-size: 14px;
	padding: 10px;
}

#bottom_info_box
{
	margin-top: 30px;
}


#green_button
{
  display: inline;
  margin-left: 20px;
  padding-bottom: 2px;
}

.textfield
{
  width: 99%;
}

.help_popup_window
{ 
  width: 600px;
}

.help_popup_content
{ 
  background: #dae0f7;
}

#help_request_form_content
{
	padding: 20px;
}

#help_request_form_content textarea
{
  height: 200px;
  width: 99%;
}

#help_request_form_content #subject_box, #message_box
{
  margin-top: 10px;
}

#help_request_form_content #email_box
{
  margin-top: 20px;
}

.to_span
{
  color: #aaa;
  font-weight: bold;
}

.customer_service_department_span
{
  font-weight: bold;
}

#request_reason
{
  padding-top: 20px;
  padding-bottom: 20px;
}

#request_reason_question_box, #request_reason_suggestion_box, #request_reason_bug_report_box
{
  width: 33%;
  float: left;
}

#request_reason_suggestion_box
{
  text-align: center;
}

#request_reason_bug_report_box
{
  text-align: right;
}

#request_reason input
{
  width: 20px;
}

.instructions, #help_request_length
{
  font-size: 0.8em;
}

.over_the_limit
{
  color: red;
}

#help_request_cancel_button_box
{
  float: left;
}

#help_request_submit_button_box
{
  float: right;
}

#button_box
{
  margin-top: 15px;  
}

.help_popup_window
{
  width: 700px;
}


#warning_banner
{ 
  margin-bottom: 20px;
  background: #f6f2d4;
  border: 1px solid #ff8208;
  padding: 4px;
  font-size: 0.9em;
}

#warning_banner > div
{
  display: inline;
}



#view_content_box
{
  width: 365px;
  margin: auto;
}

.form_box
{ 
  text-align: center;
  margin: auto;  
  text-align: left;
  padding: 0.5em;
}

#sign_in_title_bar
{ 
  color: #fff;
  font-weight: bold;
  background: #a7c8f5 url("../../images/gradients/form_title_bar_blue_dark.jpg") top left repeat-x;
  border: 1px solid #6b6b6b;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin-bottom: 1.4em;
}

#authentication_required
{ 
  margin: auto;
  padding: 15px;
  text-align: center;
}

#important_icon
{ 
  position: relative;
  top: 5px;
  width: 20px;
}

#authentication_reason_text
{
  font-size: 1.1em;
  margin-left: 10px;
  display: inline;
}

#warning_banner
{
  margin: auto;
  margin-bottom: 20px;
  margin-top: 0px;
  width: 97%;
}


