.L200 {
	float: left;
	width: 200px;
	display: block;
	margin-right: 20px;
}

.R300 {
	float: right;
	width: 300px;
	display: block;
}

.C300 {
	width: 300px;
	margin-bottom: 10px;
}


#res_form {
	margin-bottom: 20px;
	font-size: 1em;
}

#res_form fieldset {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 10px;
	border: none;
	border-bottom: 1px dashed #ccc;
	clear: both;
}

#res_form fieldset.submit {
	border: none;
}

/*

#res_form fieldset.focused {

	background-color:#eaf5fa;

}

*/

#res_form input[type="radio"],
#res_form input[type="checkbox"] {
	width: auto;
}


#res_form legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}

#res_form label {
	font-size: 1.2em;
}

#res_form div input#submitform {
	display: block;
	margin: 0;
	border: none;
}


#res_form p.desc {
	font-size: 1em;
	margin: 0;
}

span.required {
	color: red;
}



#quote {
	width: 230px;
	margin: 0;
	padding: 10px;
	text-align: left;
	display: block;
	-moz-border-radius: 10px;
	background-color: #f5f7f7;
	font-size: 10px;
}


