/*
Description: buildinspect.com.au form_quote style sheet
Author: PeppaCode Web Design
Created: 27 May 2009
Last modified: 27 May 2009
*/

#form {
	  background-color: #fffab2;
	  background-color: white;
	  margin: 10px 10px 10px 10px; /* top right bottom left */
      font-family:Arial, Helvetica, sans-serif;
	  }

#form h1 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14pt;
   font-weight:bold;
   text-decoration:underline;
   color: black;
   padding-left:0px;
   padding-top:0px;
   padding-bottom:0px;
   }

#form p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  font-weight:bold;
  color: black;
  text-decoration: none;
  }

#form ul{
   list-style:none;
   color: black;
   padding: 10px 50px 10px 70px; /* top right bottom left */
   text-decoration: none;
   margin-top:5px;
   }

#form ul li{
   list-style: none;
   color: black;
   text-decoration: none;
   font-size: 10pt;
   margin: 5px 10px 5px 10px; /* top right bottom left */
/*   display: block; */
   float:left;
   width:100%;
/*   height:1%; */
   }

#form ul li label{
   font-size: 10pt;
   text-decoration: none;

   color: black;
   float: left;
   padding: 7px;
   }

#form ul li input,  #form ul li textarea, #form ul li select {
      color: black;
      text-decoration: none;
	  float:right;
 	  margin-right:10px;
	  border:1px solid #ccc;
	  padding:3px;
	  font-family: Arial, Helvetica, sans-serif;
	  width:60%;
	  }

#form li input:focus, #form li textarea:focus{
   border: 1px solid #666;
   }

#form fieldset{
	     margin: 10px auto 10px auto; /* top right bottom left */
		 border: 1px solid #ccc;
		 padding: 20px;
		 width: 800px;
		 }

#form legend{
	   color: #444;
	   margin: 0 10px 0 0;
	   padding: 0 5px;
	   font-size: 12pt;
	   font-family: Arial, Helvetica, sans-serif;
	   font-weight: bold;
	   }

#form label span, #form p span{
	  color: red;
	  }

#form fieldset input#Reset, fieldset input#Submit{
	  background:#E5E5E5;
	  color:f00;
	  border:1px solid #ccc;
	  padding:5px;
	  }

#form label {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11pt;
	  }
