/* GENERAL STYLES */
/* GENERAL STYLES */

#aspnetForm { float:left; /*background-color:#FFC;*/ font-family:Arial, Helvetica, sans-serif; font-size:0.8em; margin-bottom:20px; }

#aspnetForm p {
	float:left;
	width:627px;
	font-size:1em;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3d1d2;
}

div.ed_form
{
    font-size: 0.75em;
}

div.ed_form_group
{
    margin-bottom: 20px;
}

div.ed_form_group_name
{
    display: none;
}

div.ed_form_element
{
	text-align: right;
	margin-bottom: 10px;
	padding-bottom:10px;
	width:627px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3d1d2;
}

div.ed_form_element span.ed_form_label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    float: left;
}

/* 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: 150px;
    height: auto;
    border: solid 1px Gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 2px 4px 2px 4px;
}

div.ed_form_element select.ed_form_dropdown_list
{
    width: 260px;
}

div.ed_form_element textarea.ed_form_textbox_multiline
{
    width: 244px;
    height: 75px;
}

/* required controls */
div.ed_form_element input.ed_form_element_required, div.ed_form_element select.ed_form_element_required {
	width:250px;
    padding-left:0px;
}

/* 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: #FF5800;
}

/* submit button */
div.ed_form_submit_outer
{
    width:627px;
    text-align: right;
    margin-top: -10px;
}

div.ed_form_submit_inner
{
	width:627px;
}

/* previous button */
div.ed_form_previous_outer
{
    width:627px;
    text-align:left;
    margin-top: -10px;
}

div.ed_form_previous_inner
{	
	width:627px;
	height:44px;
}

/* validation summary */
div.ed_form_validation_summary
{
    margin: 0px;
    border: solid 1px #Ff5800;
    width: 625px;
    color:#666;
    background-color: #f7f7f7;
    text-align: left;
    font-size: 1em;
	margin-bottom:10px;
}

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: #Ff5800;
}

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;
}

.ed_form_list { width:250px; }
.ed_form_upload { width:250px; }
.ed_form_password { width:250px; }
.ed_form_password_confirmation { width:250px; }

.ed_radio_list { font-family:Arial, Helvetica, sans-serif; font-size:1em; text-align:left; padding-left:20px; }
.ed_radio_list label { padding-left:10px; }

.ed_form_element_required { font-family:Arial, Helvetica, sans-serif; font-size:1em; text-align:left; padding-left:20px; }
.ed_form_element_required label { padding-left:10px; }

#demotip { font-family:Arial, Helvetica, sans-serif; font-size:0.8em; }

#recaptcha_area { float:left; width:627px; clear:both; margin-bottom:10px; }
