body
 { color: #2e2e2e; font-family: Georgia, "Times New Roman", Times, serif; }

#col_1 
 { background:  #f6f7e6; width: 210px; height: 135px; float: left ;
 padding: 10px 0 0 0}

#col_2 
{
	width:320px;
	height:135px;
	float:right;
	margin:0;padding:0;
}

label 
{
	width:75px;
	display:block;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	font-size: 11px;
	height:18px;
	color :#2e2e2e;
	
}


input 
{	float:left;
	width:100px;
	height:18px;
	border:1px solid #2e2e2e;
	margin:5px 5px 0 0;

	padding: 0;
	
}

#button
{	font-size: 11px;

	background:#fff;
	margin: 20px 75px 0 0;
	width:100px;
	height:18px;
	color:#2e2e2e;
	float: right
}

#col_2 label
{
	width:100px
}

textarea
{
margin: 0;
	border:1px solid #2e2e2e;
height:125px;
width:245px;
font-size:11px;

}  

.clear, form br
{
	clear:both
}


.error 
 { color: #c00; font-weight: bold }

