﻿#contactform h2 
{
  clear: left;	
 font-size: medium;
 } 

#contactform h3 {clear: left;}
      

#contactform form
{
  background-color: #DEECE3;	
  padding: 10px 10px 10px 10px;
  margin: 0px 15px 10px 15px;
  height:100%;
  
  
 }

#contactform span.required {color: red;	text-align: left;}

.row {clear: both; padding:0; margin:0; height:25px;}
      .c1{float: left; width: 150px; text-align: right; padding:2px} 
      .c2{float: left; width: 330px; text-align: left;} 
      .c3{float: left; width: 100px; text-align: right; padding:2px} 
      .c4{float: left; width: 110px; text-align: left;} 
      .c5{float: left; width: 100px; text-align: right} 
      .c6{float: left; width: 110px; text-align: left} 
     
/*	---[Register User]--------------------------------------------	*
 *	Author:		Daniel Draper
 *	Created:	10 March 2008
 *	--------------------------------------------------------------	*/
input.title	{ font-size:1.5em; }
textarea	{ width: 390px; height: 250px; padding:5px; }

input.text, input.title		{ width: 300px; padding:2px; }
.error, .notice, .success	{ padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

input.text, input.title,textarea, select { margin:0.2em 0; border:1px solid #bbb; }
input.text:focus, input.title:focus, textarea:focus, select:focus { border:1px solid #666; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
/*	--------------------------------------------------------------	*/
