fieldset, legend {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

fieldset, .submitField {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 13px;
	border-top: 2px solid #e3e6eb;
}

#body .required {
	font-size: 11px;
	color: #f03b05;
}

#body fieldset h4 {
	padding: 0 0 10px;
	margin: 0;
}

#body input.text, #body textarea, body > #body select {
	background: #FFFFFF url('../images/_common/forms/form_top.gif') repeat-x center top;
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
}
#body input.text, #body textarea, #body select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#body input.text, #body textarea {
	padding: 2px 0;
}

body > #body select {
	padding: 1px 0;
}

#body input.text, #body textarea.short {
	width: 200px;
}

#body input.short {
	width: 50px;	
}

#body textarea, #body select.long {
	width: 316px;
}

#body .field {
	float: left;
	width: 100%;
	margin-top :8px
}

#body .field label {
	text-align: right;
	float: left;
	width: 96px;
	padding-right: 10px; 
}

#body .field input.text, #body .field select, #body .field textarea {
	float: left;
}

#body .field select {
	width: auto;
}

#body .cbox_set {
	margin-left: 108px;
}

#body .cbox_set .cbox_field {
	float: left;
	width: 184px;
	padding-bottom: 5px;
}

#body .directions {
	float: left;
	clear: both;
	padding: 0 0 0 106px;
}

#body form .button {
	float: left;
	padding: 18px 0 18px 96px;
	border: 0;
	background: none;
}

#body button.submit97 {
	display: block;
	width: 97px;
	height: 28px;
	padding: 0 0 0 18px;
	margin: 0;
	background-image: url('../images/_common/buttons/button_97x28.gif');
	background-color: #fff;
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #717a7e;
	font-family: Arial, verdana, sans-serif;
	cursor: pointer;
}

#body button.submit {
	display: block;
	width: 292px;
	height: 28px;
	padding: 0 0 0 31px;
	margin: 0;
	background-image: url('../images/_common/forms/submit.gif');
	background-color: #fff;
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #717a7e;
	font-family: Arial, verdana, sans-serif;
	cursor: pointer;
}
