.cflite {
	width: 400px; 
	font-family: Verdana; color:#666; float:left;   
}
.cflite_td {
	padding:5px; color:#666;  
	
}

.cflite_td1{ padding:5px 3px 5px 5px; 
	 color:#666;  
	
}

.cflite_td input[type="text"]
{
 
   border-radius: 5px; border: 1px solid #ccc;  height:42px;  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;  
  
}


.cflite p {
	padding:0px;
}
.cflite label { padding:5px 
}
label {
 padding-right:10px; 
}
.required {
  color:#a09d99; 
}
.required_star {
 font-weight:bold;
 color:#fff;;
}
.not-required {
 font-weight:normal; color:#a09d99;
}

.cflite_td input[type="submit"]
{
   width:100px; background-color:#fff;
   height:25px; color:#000; font-family:Verdana, Geneva, sans-serif;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}


#contactfooter a {float:left;width:94px;height:23px; margin-top:10px; font-size:14px;color:#fff; font-weight:bold;text-decoration:none;line-height:22px;text-align:center;background:url(../images/button_bg.gif) top repeat-x #327d05;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;position:relative}
#contactfooter a:hover {background:#8dcf0f}