div.form_table {
	display: table;
	clear: both;
	width: 100%;
}
	
	div.form_table .row {
		display: table;
		clear: both;
		margin-top: 6px;
		width: 100%;
	}
		
		div.form_table .col_left {
			display: block;
			clear: none;
			width: 15%;
			float: left;
		}
		
		div.form_table .col_right {
			display: block;
			clear: none;
			width: 82%;
			float: right;
		}
		
		div.form_table .inrow {
			display: block;
			clear: both;
			padding-top: 4px;
		}
		
div.form_table .text { width: 100%; }
div.form_table textarea { width: 100%; }
div.form_table select { width: 100%; }
div.form_table span.form_error {
	color: #FF0000;
}
	/*div.form_table span.form_error input, div.form_table span.form_error textarea, div.form_table span.form_error select {
		border: #FF0000 1px solid;
	}*/