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


#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_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;
}

h2
{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3
{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

p
{
  margin-bottom: 20px;
  margin-top: 20px;
}

#last_updated
{
  padding-top: 20px;
  margin-top: 0px;  
}

#last_p
{
  margin-bottom: 0px;  
  padding-bottom: 20px;
}

#privacy_statement
{
  text-align: justify;
}

#information_we_collect ul
{
  list-style: disc;
  margin-left: 50px;
  margin-bottom: 20px;
}

#contacting_us div, #information_we_collect div
{
  margin-left: 50px;
}

#contacting_us span
{
  font-weight: bold;
}

.item
{
  font-size:0.8em;
  line-height:1.2em;
  padding-top:0.2em;
  text-align:left;
  width:100%;
}

.item_view_top
{
  background:transparent url(../../images/item_view_top_light.png) no-repeat scroll left bottom;
  height:15px;
}

.item_view_content
{
  background:transparent url(../../images/item_view_background_light.png) repeat-y scroll 0 0;
  min-height:1px;
  padding-left: 40px;
  padding-right: 40px;
}

.item_view_bottom
{
  background:transparent url(../../images/item_view_bottom_light.png) no-repeat scroll left bottom;
  height:15px;
}

