.form{
	display: block;
	width: 500px;
	height: auto;
	background-color: transparent;
	padding: 0px;
	margin: 10px;
	float: left;
}

.form_row{
	display: block;
	width: 500px;
	height: 22px;
	background-color: transparent;
	text-align: left;
	margin: 0px 0px 4px 0px;
	padding: 0px;	
	float: left;
	#float: none;
}

.form_label {
	display: block;
	width: 125px;
	height: 22px;
	background-image: url(images/form_label.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0px 5px 0px 0px;
	padding: 2px 10px 0px 10px;
	border: none;
	float: left;
}

.form_input {
	display: block;
	width: 350px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}

.form_footer { 
	display: block;
	width: 500px;
	height: 22px;
	background-image: url(images/form_footer.jpg);
	background-repeat: no-repeat;
	text-align: left; 
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}


.form_footer_text { 
	display: block;
	width: 390px;
	height: 22px;
	color: #EBEBEB;
	font-size: 11px;
	text-align: left; 
	padding: 2px 10px 0px 10px;
	margin: 0px;
	float: left;
}


.form_error {
	display: block;
	width: 500px;
	height: 27px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	float: left;
}

.button{
	display: block;
	width: 90px;
	height: 20px;
	background-color: transparent;
	background-image: url(images/form_button.png);
	font-size:13px;
	font-weight: bold;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
	border: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	float: right;
}

.input{
	display: block;
	width: 345px;
	height: 18px;
	font-size: 12px;
	color: #575757;
	padding: 0px;
	margin: 0px;
	float: left;
}


.combo{
	display: block;
	width: 100%;
	height: 22px;
	font-size: 12px;
	color: #575757;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	float: left;
}
