form {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#contactForm {
	margin-top: 30px;
}
.ed_form {
	margin-top: 40px;
}
div.ed_form_group
{
    margin-bottom: 20px;
	 float: left;
	 border-right: dashed 1px #80A3B7;
	 zheight: 270px;	
	 overflow: hidden; 
	 padding-bottom: 10px;
}
div.ed_form_group_name
{
	margin-bottom: 30px;
	color: #80A3B7;
	font-size: 1.3em;	
}
div.ed_form_element
{
    width: 340px;
    text-align: right;
    margin-bottom: 10px;
	 margin-right: 20px;
}
div.ed_form_element span.ed_form_label
{
    float: left;
	 font-size: 0.9em;
	 margin-top: 3px;
}
.ed_form_element input.ed_form_textbox,
.ed_form_element select.ed_form_dropdown_list,
.ed_form_element textarea.ed_form_textbox_multiline {
    padding: 1px 2px 1px 2px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 0.9em;	
	 border: solid 1px #AAAAAA;
	 width: 240px;
	 height: auto;
}

/* Address input field */
#ed_form_5_edFormElementTextBox1174 {
	height: 50px;
}

#ed_form_5_edFormElementTextBox1178 {
	width: 150px;
}

#ed_form_5_edFormGroup1171,
#ed_form_5_edFormGroup1172 {
	width: 270px;	
}
#ed_form_5_edFormGroup1171 .ed_form_group_name,
#ed_form_5_edFormGroup1172 .ed_form_group_name {
	margin-left: 20px;
}

#ed_form_5_edFormGroup1171 .ed_form_element,
#ed_form_5_edFormGroup1172 .ed_form_element {
	width: 225px;
	text-align: left;
	margin-left: 20px;
	overflow: hidden;
}
#ed_form_5_edFormGroup1171 .ed_form_element {
	margin-bottom: 20px;
}
#ed_form_5_edFormGroup1171 .ed_form_element .ed_form_label {
	float: right;
	width: 200px;
}

#ed_form_5_edFormGroup1179 {
	clear: both;
	width: 650px;
}

#ed_form_5_edFormGroup1172,
#ed_form_5_edFormGroup1179 {
	border-right: 0px;
}
#ed_form_5_edFormGroup1179 {
	height: auto;
	margin-bottom: 0px;
}
#ed_form_5_edFormGroup1179 .ed_form_group_name {
	margin-bottom: 20px;
}
#ed_form_5_edFormGroup1172 .ed_form_element .ed_form_label,
#ed_form_5_edFormGroup1179 .ed_form_element .ed_form_label {
	display: none;
}
/* General enquiry input field */
#ed_form_5_edFormGroup1179 .ed_form_textbox_multiline {
	display: block;
	width: 626px;
	height: 100px;
}

.ed_radio_list {
	margin-left: -6px;
}
.ed_radio_list td {
	padding-bottom: 15px;
}
.ed_radio_list input {
	margin-right: 10px;
}
.ed_form_submit_outer {
	clear: both;
	float: left;
}
span.ed_form_label_required
{
    font-weight: bold;
}

/* invalid controls */
div.ed_form_element input.ed_form_invalid_control, div.ed_form_element select.ed_form_invalid_control, div.ed_form_element input.invalid_control
{
    background-color: #FDF3F3;
    border: solid 1px #A9192B;
    content: "*";
}
div.ed_form_element textarea.ed_form_invalid_control
{
	background-color: #FDF3F3;
    border: solid 1px #A9192B;
}

span.ed_form_invalid_label
{
    color: #A9192B;
}

/* validation summary */
div.ed_form_validation_summary, div.validationSummary
{
    margin: 10px 0px 30px 0px;
    border: solid 1px #A9192B;
    width: 630px;
    color: #A9192B;
    background-color: #FDF3F3;
    text-align: left;
    font-size: 0.9em;
}

div.ed_form_validation_summary_inner, div.validationSummaryInner
{
    padding: 10px 15px 10px 15px;
}

div.ed_form_validation_summary div.header, div.validationSummary div.header
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    color:#A9192B;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items, div.validationSummary table.validationSummaryItems
{
    font-size: 1em;
    width: 100%;
}

div.ed_form_validation_summary table.ed_form_validation_summary_items td, div.validationSummary table.validationSummaryItems 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, div.validationSummary table.validationSummaryItems div.message
{
    background-image: url(/images/icons/validation_item_marker.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 3px 2px 3px 10px;
    margin-left: 10px;
}