#form_holder_left{
	width: 370px;
	float: left;
}
#form_holder_right{
	width: 250px;
	text-align: left;
	float: left;
}
#return_form{
	float: left;
}
label{
	width: 110px;
	color: #ffffff;
	font-size: 10px;
	float: left;
	display: block;
}
.form_button{
	background-image: url(../images/large_button.gif);
	background-position: left;
	background-repeat: no-repeat; 
	width: 135px;
	height: 15px;
	padding: 4px 0px 0px 0px;
	margin: 8px 2px 0px 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	text-align: center;
	float: left;
}	

