#form_fieldset {width: 350px;}
.form_question {margin-top: 10px; font-weight: bold; float: left; clear: both; width: 330px;}
.form_radio {float: left; clear: both; width: 330px;}
.form_textfield_ifyes {float: left; clear: both; width: 300px;}
.form_textfield_ifyes input {width: 290px;}
.form_explaintext {margin: 10px 0 10px 0; float: left; clear: both; width: 330px; font-style: italic;}
.form_textexplain {text-align: right; float: left; width: 75px;}
.form_textbox {float: left; clear: right; width: 230px;}
#form_submitbutton {float: left; clear: left; width: 100px;}

#form_box {
	float: left;
    width: 340px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
 
#log {
    float: left;
	width: 200px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding:  0 20px;
}