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


.heading_box .ltext_area_heading_error_message
{
  float: right;
}

.heading_box label
{
  float: left;
}

.before_character_count, .character_count, .after_character_count
{
  font-size: 0.8em;
}

.over_the_limit
{
  color: red;
}


#loading_image
{
	float: left;
	margin-right: 20px;
}

#loading_message_text
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
}

.loading_message_window
{
	background: #fff;
}

.loading_message_content
{
	padding: 20px;
	min-width: 240px;
}



#contact_us_box
{
  text-align: left;
}

#we_want_to_hear_from_you_box
{
  margin: 0 auto;
  width: 365px;
}

#we_want_to_hear_from_you_title_bar
{
  background:transparent url("/images/small_form_box_top_background.png") no-repeat scroll left top;
  height: 22px;
  text-align:center;
  color:#FFFFFF;
  font-weight:bold;
  padding-top:8px;
}

#we_want_to_hear_from_you_content
{
  background:transparent url("/images/small_form_box_content_background.png") repeat-y scroll left top;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

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

#contact_us_left_column
{
  float: left;
  width: 40%;
  padding-left: 30px;
  padding-right: 30px;
}

#contact_us_right_column
{
  float: right;
  width: 40%;
  padding-left: 30px;
  padding-right: 30px;
}

#departments
{
  margin-left: auto;
  margin-right: auto;
}

#locations, #departments
{
  margin-top: 40px;
}

#locations h3, #departments h3
{
  color: #001199;
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: solid 1px gray;
}

.location, .department
{
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.location_title, .department_title
{
  font-weight: bold;
  margin-bottom: 5px;
}




#contact_us_form_box
{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#contact_us_form_title_bar
{
  background:transparent url(/lovo/images/gradients/gray_gradient.png) repeat-x scroll 0 0;
  border:1px solid #666;
}

#contact_us_form_title_bar_text
{
  text-align: left;
  font-weight: bold;
  padding-bottom: 4px;
}

#contact_us_form_title_bar_text img
{
  position: relative;
  top: 5px;
  margin-right: 5px;
  margin-left: 20px;
}

#contact_us_form_content
{
  padding: 20px;
  text-align: left;
}

#contact_us_form_content input, #contact_us_form_content textarea
{
  width: 98%;
}

#contact_us_form_content textarea
{
  height: 200px;
}

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

#email_box
{
  margin-top: 20px;
}

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

#to_name_span
{
  font-weight: bold;
}

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

.over_the_limit
{
  color: red;
}

#contact_us_cancel_button_box
{
  float: left;
}

#contact_us_submit_button_box
{
  float: right;
}

#button_box
{
  margin-top: 15px;  
}

#contact_us_cancel_button, #contact_us_submit_button
{
  width: auto !important;
}

.contact_us_window
{
  width: 500px;
}

.contact_us_content
{
  background: #dae0f7;
}

