/* GENERAL STYLES */
div.ed_form
{
	margin-top: 18px;
}

div.textbox {
	float: left;
	margin: 0 0 30px;
}

div.ed_form_group
{
}

div.ed_form_group_name
{
	height: 0px;
	font-size: 0px;
}

div.ed_form_element
{
	float: left;
}

div.alt
{
}

div.ed_form_element span.ed_form_label
{
	display: block;
	margin: 0 0 8px;
	color: #aaa;
	font-size: 75%;
/*	white-space: nowrap;*/
}

div.checkbox span.ed_form_label
{
	display: inline;
	margin: 0 0 8px;
	color: #yyy;
	font-size: 75%;
/*	white-space: nowrap;*/
}

div.checkbox_last 
{
	width: 100%;
	margin: 0 0 20px 0;
}
div.checkbox_last span.ed_form_label
{
	display: inline;
	margin: 0 0 8px;
	color: #yyy;
	font-size: 75%;
/*	white-space: nowrap;*/
}

div.checkbox_alt span.ed_form_label
{
	display: inline;
	margin: 0 0 8px;
	color: #yyy;
	font-size: 75%;
/*	white-space: nowrap;*/
}

/* format the controls */
div.ed_form_element input.ed_form_textbox, div.ed_form_element input.ed_form_checkbox, div.ed_form_element select.ed_form_dropdown_list, div.ed_form_element textarea.ed_form_textbox_multiline
{
	display: block;
	width: 209px;
	margin: 0 0 30px 0;
}

div.textbox_alt input.ed_form_textbox, div.checkbox_alt input.ed_form_checkbox, div.textbox_alt select.ed_form_dropdown_list, div.textbox_alt textarea.ed_form_textbox_multiline
{
	margin: 0 0 30px 0;
}

div.ed_form_element select.ed_form_dropdown_list
{
	display: block;
	width: 209px;
	padding: 3px 0;
}

div.ed_form_element textarea.ed_form_textbox_multiline
{
    height: 100px;
}

/* 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: #fff;
    border: solid 1px #cc0000;
    content: "*";*/
}

span.ed_form_label_required
{
}

span.ed_form_invalid_label
{
    color: #F08125;
}

/* submit button */
div.ed_form_submit_outer
{
    width: 500px;
    text-align: right;
    margin-top: -10px;
}

div.ed_form_submit_inner
{
}

.ed_form_submit_button {
	display: block;
	width: 68px;
	height: 46px;
	margin: 0px 26px 30px 0;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(../images/send.png);
	background-repeat: no-repeat;
	border: none;
	float: right;
	font-size: 0;

}
/* validation summary */
div.ed_form_validation_summary
{
    margin: 10px 0px 30px 0px;
    width: 500px;
    color: #cc0000;
    text-align: left;
    font-size: 12px;
}

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: #cc0000;
}

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/interface/validation_item_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 3px 2px 3px 10px;
    margin-left: 10px;
}

.questionfix {
	text-align: left;
	float: left;
}