/* Lotus Seeds Request Catalog Form*/
/* Date Created: Dec 21st 2005*/
/* Author: Tee G. Peng (www.lotusseeds.com)*/
fieldset {margin:20px 0;padding:5px 10px;font-size:1.1em;
	border:none; font-weight:bold;color:#222;
	background:#f0f0f0}
#formwrapper { 	font: 0.82em/1.5em "Lucida Grande", Arial, Helvetica, sans-serif; 
	color: #333;
	width:580px;
	padding:30px 0 10px 0;
}

/* My Comment */

#formwrapper P { text-align: left;
	font: 0.9em/1.5em Verdana, Arial, Helvetica, sans-serif; 
	padding: 15px 12px 10px 0;
	font-weight: bold;
	color: #222;}


div.form {line-height: 1.7em;clear:both;
padding-bottom:10px;	}


.col_left {	text-align: left;
	width: 200px;
	float: left;
	margin: 2px 5px 1px 0;
	}

label {padding-right:10px;}
.col_right {
	width: 345px;
	float: left;
	padding: 5px 5px 5px 0;}

.input { 
	color: #A50A24;padding:3px 0;
	font-family: sans-serif;
}


.input, .textarea {width: 250px;border: 1px solid #ADBAB0;}
.radiobutton {text-align: left;margin-right:5px;border:1px solid #ADBAB0}

.textarea { border: 1px solid #ADBAB0;
margin-top: 10px;
	color: #A50A24;
	font-family: sans-serif;
}

input:focus, select:focus, textarea:focus  {
	background: #fff;
	color: #333;
}

.requiredfield {color: #A50A24;padding-left:3px;font-weight:bold;font-size:1.3em;}
.send {margin-left:203px;width: 138px;height:32;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
