@charset "UTF-8";
/**
  * Layout for section about
  *
  * @copyright		Bernd Ahnert
  * @license        CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
  * @link			http://www.bernd.ahnert.org
  * @package		RightChoice_Standard
  * @version		2.0
  * @revision		2
  * @lastmodified	20080312
  */

@media screen {

	/* 20080329 ba: Begin form settings. */
  fieldset {
  
  	margin: 1em;
  	padding: 2.5em 1em 2em 1.5em;
  	border: 0.2em #ede5d8 solid;
  }
  
  /* Indent for form fields. */
  fieldset p {
  
  	margin-left: 7em;
  }
  
  fieldset legend {  	
  	
  	color: #333;
  	padding: 0 1em 0 1em;
  	font-size: 133.33%;
  }
  
  label {
  
  	margin-right: 2em;
  }
  
  /* Id for select field */
  #contact_title {
  
  	margin-left: 1.5em;
  }
  
  /* Id for input field firm. */
  #contact_firm {
  
  	margin-left: 2.3em;
  }
  
  /* Id for input field name. */
  #contact_name {
  
  	margin-left: 2.25em;
  }
  
  /* Id for input field email.  */
  #contact_email {
  
  	margin-left: 2.4em;
  }
  
  /* Id for textarea field */
  #contact_message {
  
  	margin-left: 9.2em; width: 36em;
  }
  
  /* Id for submit button. */
  #contact_submit {
  
  	margin-left: 27.4em;
  }
  
  select {
  
  	width: 30em;
  }
  
  /* Format headline of form. */
  #contact_headline {
  
  	margin-top: 1em;
  	margin-bottom: 1em;
  }
  
  /* Format for error messages. */
  p.error_message b, p.error_message {
  
  	color: #ff9352;
  	padding-left: 1em;
  }
  
  /* Set for use with javascript. */
  #form_firm {
  
  	visibility: visible;
  }
  /* 20080329 ba: End form settings. */
}