div.ed_form_group questions
{
	text-align: left;
}
div.ed_form_group
{
	margin-bottom: 14px;
	overflow:hidden;
}
/* GENERAL STYLES */
div.ed_form
{
	color: #6A6746;
	font-size: 0.8em;
}

div.ed_form_group_name
{
	display: none;
}

div.ed_form_element span.ed_form_label
{
	display: block;
}

.ed_form_element
{
	clear: both;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	width: 330px;
}

.ed_form_label
{
	float: left;
	font-size: 0.9em;
}

/* format the controls */

form
{
	margin: 0px;
	padding: 0px;
}

input
{
	border: solid 0px black;
}

div.ed_form_element input.ed_form_checkbox
{
	float: right;
}

div.ed_form_element input.ed_form_textbox, div.ed_form_element select.ed_form_dropdown_list, div.ed_form_element textarea.ed_form_textbox_multiline
{
	background-color: #eee9d8;
	color: #6a6746;
	width: 224px;
	height: auto;
	border: solid 1px #eee9d8;
	font-family: Arial, Helvetica, sans-serif;
	zfont-size: 1em;
	padding: 0px;
}

div.ed_form_element select.ed_form_dropdown_list
{
	width: 226px;
}

div.ed_form_element textarea.ed_form_textbox_multiline
{
	height: 120px;
}

/* required controls */
div.ed_form_element input.ed_form_element_required, div.ed_form_element select.ed_form_element_required
{
}

/* invalid controls */
div.ed_form_element input.ed_form_invalid_control, div.ed_form_element select.ed_form_invalid_control
{
	background-color: #fff6dc;
	border: solid 1px #F08125;
	content: "*";
}

span.ed_form_label_required
{
	font-weight: bold;
}

span.ed_form_invalid_label
{
	color: #F08125;
}

/* submit button */
div.ed_form_submit_outer
{
	text-align: left;
	margin-top: -10px;
}

div.ed_form_submit_inner
{
	padding-left: 104px;
}

/* validation summary */
div.ed_form_validation_summary
{
	margin: 10px 0px 30px 0px;
	border: solid 1px #F08125;
	width: 328px;
	color: #666666;
	background-color: #fff6dc;
	text-align: left;
	font-size: 1em;
}

div.ed_form_validation_summary_inner
{
	padding: 10px 10px;
}

div.ed_form_validation_summary div.header
{
	zfont-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #F08125;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items
{
	zfont-size: 1em;
	width: 100%;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items td
{
	zfont-size: 1em;
	width: 100%;
	padding: 0px 15px 0px 0px;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items div.ed_form_summary_message
{
	zbackground-image: url(/images/interface/validation_item_marker.gif);
	zbackground-repeat: no-repeat;
	zbackground-position: 0px 7px;
	padding: 3px 2px 3px 0px;
	margin: 0px;
}

