﻿#contactform h2 
{
  clear: left;	
 font-size: medium;
 } 

#contactform h3 {clear: left;}
      

#contactform form
{
  background-color: #DEECE3;	
  padding: 20px 20px 20px 20px;
  margin: 0px 15px 10px 15px;
  height:100%;
  
  
 }


#contactform span.required {color: red;	text-align: left;}

.row {clear: both; padding:0; margin:0}
      .c1{float: left; width: 220px; text-align: right; padding:4px} 
      .c2{float: left; width: 330px; text-align: left;} 
      .c3{float: left; width: 100px; text-align: right; padding:4px} 
      .c4{float: left; width: 110px; text-align: left;} 
      .c5{float: left; width: 100px; text-align: right} 
      .c6{float: left; width: 110px; text-align: left}
      
      
.blogbyline {
	border-top:1px dashed #CCCCCC;
	clear:both;
	font-size:10px;
	margin:5px 0px 0px 0px;
	text-align:right;
}

#botChoices
{
	position:absolute;
	right:10000px;/*off the screen!*/
}