BODY {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mod_form_row_f {
	margin-bottom: 4px;
}

/* LABEL */

.mod_form_label_f {
	float: left;
	width: 130px;
	padding-top: 5px;
	font-weight: bold;
}

.mod_form_label_helper_f {
	padding-left: 30px;
	display: block;
}

.mod_form_required_f {
	background-image: url(/modules/form/required.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* FORM ELEMENTS */

.mod_form_field_f {
	border: none;
	width: 293px;
	background-color: transparent;
}

.mod_form_area_f {
	border: none;
	width: 293px;
	height: 108px;
	background-color: transparent;
	overflow: auto;
}

.mod_form_select_f {
	width: 300px;
}


.mod_form_submit_f {
	border: none;
	width: 142px;
	background-color: transparent;
}

/* FORM ELEMENT HELPERS */

.mod_form_field_help_f {
	width:305px;
	height: 26px;
	background-image: url(/modules/form/field_fill.gif);
	background-repeat: repeat-x;
	margin-left: 148px;
}

.mod_form_area_help_f {
	width:305px;
	height: 118px;
	background-image: url(/modules/form/area_fill.gif);
	background-repeat: repeat-x;
	margin-left: 148px;
}

.mod_form_select_help_f {
	width:305px;
	height: 26px;
	margin-left: 148px;
	background-color: #ffffff;
}

.mod_form_radio_help_f {
	width:305px;
	margin-left: 148px;
}

.mod_form_check_help_f {
	width:305px;
	margin-left: 148px;
}

.mod_form_submit_help_f {
	width:152px;
	height: 26px;
	background-image: url(/modules/form/submit_fill.gif);
	background-repeat: repeat-x;
	margin-left: 148px;
	margin-top: 20px;
}

/* FORM ELEMENT HOLDERS */

.mod_form_field_holder_f {
	padding: 5px;
	background-image: url(/modules/form/field_bg.gif);
	background-repeat: no-repeat;
}

.mod_form_area_holder_f {
	padding: 5px;
	background-image: url(/modules/form/area_bg.gif);
	background-repeat: no-repeat;
}

.mod_form_select_holder_f {
	padding: 3px 2px 2px 3px;
	
}

.mod_form_radio_holder_f {
	padding: 5px;
}

.mod_form_check_holder_f {
	padding: 5px;
}

.mod_form_submit_holder_f {
	padding: 5px;
	background-image: url(/modules/form/submit_bg.gif);
	background-repeat: no-repeat;
}
