/*-----------------------------
  FORMS
-----------------------------*/

ul.form 
{
	float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.form li 
{
  float: left;
  clear: both;
  margin-bottom: 14px;
}

ul.form li label
{
  float: left;
	clear: both;
	font-weight: bold;
	margin-bottom: 5px;
}

input.text 
{
  float: left;
  clear: both;
  width: 264px;
  height: 19px;
  border: 0;
  padding: 9px 7px;
	font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #2F2B24;
  background: url(/images/form_input_text.png) no-repeat;
}

textarea.textarea 
{
  float: left;
  clear: both;
  width: 313px;
  height: 165px;
  border: 0;
  padding: 9px 7px;
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #2F2B24;
  background: url(/images/form_input_textarea.png) no-repeat;
}

ul.error_list
{
  float: left;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.error_list li 
{
  float: left;
  clear: both;
  font-size: 1em;
  color: #d82323;
  margin: 10px 0 0 0;
}

form input.body {
  display: none;
}

/*-----------------------------
  FOOTER CONTACT FORM
-----------------------------*/

div#footer input.text 
{
  width: 209px;
  height: 20px;
  padding: 6px 7px;
  background: url(/images/form_input_text_footer.png) no-repeat;
}

div#footer textarea.textarea 
{
  width: 209px;
  height: 113px;
  padding: 6px 7px;
  background: url(/images/form_input_textarea_footer.png) no-repeat;
}

/*-----------------------------
  FOOTER NEWSLETTER SIGNUP FORM
-----------------------------*/

ul#newsletter_signup_form_ul_left
{
	padding-top: 3px;
	width: 323px;
}

ul#newsletter_signup_form_ul_right
{
  margin-left: 8px;
}

input.textWide
{
  width: 308px;
  height: 20px;
  padding: 6px 7px;
	border: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #2F2B24;
  background: url(/images/form_input_text_wide.png) no-repeat;
}
