.mform {
	color:#000000;
	font-size:11px;
	line-height:16px;
	margin-top:0;
	padding-left:0;
	padding-top:0;
	text-align:left;
	}

.mform LABEL {
	clear: both;
	float: left;
	width: 80px;
	margin-bottom: 10px;
	}

.mform LABEL.free {
	width: 200px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.mform INPUT{
	float: left;
	width: 400px;
	height: 20px;
	display: block;
	border: none;
	background: url(images/input-bg.jpg) no-repeat;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 7px;
	}


.mform  SPAN.req-sign {
	float: left;
	}


.mform INPUT.radio {
	width: 20px;
	height: auto;
	float: left;
	margin-top: 10px;
	background: none;
	}

.mform INPUT.hidden {
	display: none;
	}

.mform SPAN.reply {
	float: left;
	margin-top: 10px;
	}
	
.mform TEXTAREA{
	clear: both;
	width: 620px;
	height: 108px;
	display: block;
	border: none;
	background: url(images/textarea-bg.jpg) no-repeat;
	overflow: hidden;
	padding-top: 2px;
	padding-left: 4px;
	}
.mform INPUT.submit{
	clear: both;
	width: 80px;
	height: 28px;
	text-align: center;
	background: url(images/submit-bg.jpg) no-repeat;
	display: block;
	margin-top: 10px;
	float: right;
	color: #ECDE71;
	cursor: pointer;
	padding-top: 0;
	}
.mform .prev {
	width: 80px;
	height: 28px;
	text-align: center;
	background: url(images/prev-bg.jpg) no-repeat;
	display: block;
	margin-top: 10px;
	float: right;
	color: #FFFF00;
	cursor: pointer;
	padding-top: 0;
	}

.mform INPUT.warn {
	background: url(images/input-warn-bg.jpg) no-repeat;
	
	}
.mform .field_label {
	clear: both;
	width: 200px;
	float: left;
	display: block;
	}

.mform .field_value {
	width: 350px;
	float: left;
	display: block;
	}

