/* GENERAL STYLES */
div.ed_form
{
	/*font-size: 0.75em;*/
	padding-top: 43px;
}

div.ed_form_submission_message
{
	padding-top: 43px;
}

div.ed_form_group
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* the following are also used on other forms */
div.messageboxcontainer, div.datelocationcontainer, div.invoiceaddresscontainer
{
	background: transparent url(/images/backgrounds/left-snippets-divide.gif) repeat-x scroll left top;
	margin: 0px;
	margin-top: 23px;
	padding: 20px 0px;
	overflow: hidden;
	zoom: 1;
}

div.ed_form_submit_outer
{
	background: transparent url(/images/backgrounds/left-snippets-divide.gif) repeat-x scroll left top;
	margin: 0px;
	padding: 10px 0px;
	overflow: hidden;
	zoom: 1;
}

div.ed_form_group_name
{
	display: none;
}

div.ed_form_element
{
	margin: 6px 0;
	overflow: hidden;
	zoom: 1;
	text-align: left;
	width: 480px;
}

div.ed_form_element span.ed_form_label
{
	color: #424B83;
	float: left;
	padding-bottom: 3px;
	width: 160px;
}

/* format the controls */
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
{
	outline: none;
	border: 1px solid #E8EBEC;
	clear: both;
	float: left;
	font-size: 1em;
	height: auto;
	padding: 5px 4px;
	width: 458px;
}

div.ed_form_element select.ed_form_dropdown_list
{
	outline: none;
	clear: none;
	padding: 2px;
	width: 200px;
}

div.ed_form_element textarea.ed_form_textbox_multiline
{
	float: left;
	height: 100px;
	clear: both;
}

/* 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 #B50A38;
	content: "*";
}

span.ed_form_label_required
{
	font-weight: bold;
}

span.ed_form_invalid_label
{
	color: #B50A38;
}
#B50A38 /* submit button */ div.ed_form_submit_outer
{
	width: 450px;
	text-align: right;
	margin-top: -10px;
}

div.ed_form_submit_inner
{
	padding-top: 10px;
}

/* validation summary */
div.ed_form_validation_summary
{
	margin: 10px 0px 30px 0px;
	border: solid 1px #B50A38;
	width: 330px;
	color: #666666;
	background-color: #fff6dc;
	text-align: left;
	font-size: 1em;
}

div.ed_form_validation_summary_inner
{
	padding: 10px 15px 10px 15px;
}

div.ed_form_validation_summary div.header
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #B50A38;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items
{
	font-size: 1em;
	width: 100%;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items td
{
	font-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
{
	background-image: url(/images/validation_item_marker.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	margin-left: 0px;
}

input.ed_form_submit_image_button
{
	/*padding-top: 20px;*/
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

