/* GENERAL STYLES */
/* GENERAL STYLES */
div.ed_form
{
    font-size: 1em;
}

div.ed_form_group
{
    margin-bottom: 20px;
}

div.ed_form_group_name
{
    display: none;
}

div.ed_form_element
{
    text-align: right;
    margin-bottom: 6px;
    width: 350px;
}

div.ed_form_element span.ed_form_label
{
    float: left;
}

div.space1 span.ed_form_label
{
    color: #e16a29;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
    width: 350px;
    height: 20px;
    text-align: left;
}

div.space1 input.ed_form_textbox
{
    display: none;
}

/* 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
{
    width: 250px;
    height: auto;
    border: solid 1px Gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 4px 4px 4px 4px;
}


div.ed_form_element textarea.ed_form_textbox_multiline
{
    height: 200px;
}

/* 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;
    background-image:url(../../../img/asterisk_orange.png);
    background-position:top right;
    background-repeat:no-repeat;
    padding-right:10px;
}

span.ed_form_invalid_label
{
    color: #F08125;
}

/* submit button */
div.ed_form_submit_outer
{
    width: 350px;
    text-align: right;
    margin-top: -30px;
    left: 60px;
}

div.ed_form_submit_inner
{
}

/* validation summary */
div.ed_form_validation_summary
{
    margin: 10px 0px 30px 0px;
    border: solid 1px #F08125;
    width: 348px;
    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: #F08125;
}

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;
}
.message,
.ed_form_submit_outer
{
	margin-left: 434px;
	margin-top: -278px;
	position: absolute;
}
.check,
.ed_form_submit_outer
{
	margin-left: 434px;
	margin-top: -50px;
        position: absolute;
}
.message .your_message span
{
	display: block;
	margin-bottom: 9px;
}

.message .your_message textarea
{
	border: solid 1px #c0c0c0;
	width: 316px;
	height: 225px;
}
.message .ed_form_element .ed_form_textbox_multiline
{
    height: 200px;
}



































































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