@charset "UTF-8";
/* CSS Document */

form, fieldset {
	position:relative;
	width:auto;
}
fieldset {
	margin-bottom:15px;
}

.formtable {
	width:100%;
	border:none;
}
.formtable tr {
	height:20px;
}
.formtable td {
	vertical-align:top;
	text-align:left;
	padding:2px 0;
}
td.col1 {
	width:250px;
}
td.col1checkbox {
	width:25px;
}

.label {
}
.input, .textarea {
	display:block;
	width:95%;
}
.textarea {
	height:75px;
}
.checkbox {
}
.button {

}
.obligated, .form_info {
	margin:0;
	font-size:80%;
}
.obligated, .form_error {
	color:#FF0000;
}

