input, select, textarea, button, label {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

form p {
	margin: 0 0 8px 0;
	clear: both;
}

.input_text {
	background: #fff;
	color: #444;
	border: 1px solid #fff;
	padding: 2px 4px;
}

.input_textarea {
	background: #fff;
	color: #999;
	border: 1px solid #fff;
	padding: 2px 4px;
}

.input_text:hover,
.input_text:focus,
.input_textarea:hover,
.input_textarea:focus {

}

.input_select {

}

.checkboxset {

}

.input_checkbox {

}

.input_submit {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	padding: 2px 4px;
}

.input_submit:hover {
	cursor: pointer;
}

.blog-comment-form form {
	padding: 10px 0px 10px 10px;
}

.blog-comment-form label {
	width: 100px;
	display: block;
	float: left;
}

.blog-comment-form .input_text {
	width: 380px;
}

.blog-comment-form .input_textarea {
	width: 380px;
	height: 180px;
}

.blog-comment-form .input_submit {
	float: right;
}

.error_text, .error_text_310 {
	padding: 0 0 0 0px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: red;
}

.formclass {
	padding: 20px 0 0 0;
	width: 360px;
}

.formclass .input_label {
	display: block;
	float: left;
	width: 80px;
}

.formclass .input_text {
	border: 1px solid #666666;
	width: 250px;
}

.formclass .input_select,
.formclass .input_select_multiple {
	border: 1px solid #666666;
	width: 260px;
}


.formclass .input_textarea {
	border: 1px solid #666666;
	width: 250px;
	height: 120px;
}

.formclass .input_submit {
	border: 1px solid #666666;
	float: right;
}

.formclass .checkboxset {
	float: left;
	display: block;
	width: 250px;
}

#form-31 .formclass {
	padding: 20px 0 0 0;
	width: 360px;
}

#form-31 .formclass .input_label {
	display: block;
	width: 360px;
	font-weight: bold;
	color: #000;
}

#form-31 .formclass .input_text {
	border: 1px solid #666666;
	width: 360px;
}

#form-31 .formclass .input_select,
#form-31 .formclass .input_select_multiple {
	border: 1px solid #666666;
	width: 370px;
}


#form-31 .formclass .input_textarea {
	border: 1px solid #666666;
	width: 360px;
	height: 120px;
}

#form-31 .formclass .input_submit {
	border: 1px solid #666666;
	float: right;
}

#form-31 .formclass .checkboxset,
#form-31 .formclass .radioset {
	display: block;
	width: 360px;
	padding-bottom: 10px;
}



#form-21 .formclass {
	padding: 0;
	width: 340px;
}

#form-21 .formclass .input_label {
	display: block;
	width: 340px;
	font-weight: bold;
	color: #000;
}

#form-21 .formclass .input_text {
	border: 1px solid #666666;
	width: 340px;
}

#form-21 .formclass .input_select,
#form-21 .formclass .input_select_multiple {
	border: 1px solid #666666;
	width: 340px;
}


#form-21 .formclass .input_textarea {
	border: 1px solid #666666;
	width: 340px;
	height: 120px;
}

#form-21 .formclass .input_submit {
	border: 1px solid #666666;
	float: right;
}

#form-21 .formclass .checkboxset,
#form-21 .formclass .radioset {
	display: block;
	width: 340px;
	padding-bottom: 10px;
}
