﻿div.right
{
	position: relative;
	padding-bottom: 30px;
}
.ed_form
{
	overflow: hidden;
	padding: 10px 0px;
}
.ed_form .your_details
{
	overflow: hidden;
	background: no-repeat 0px 29px;
	width: 426px;
	min-height: 460px;
	height: auto!important;
	height: 460px;
}
.ed_form_element
{
	width: 426px;
	text-align: right;
	margin: 10px 0px;	
}
.ed_form_label
{
	float: left;
	display: block;
	width: 120px;
	margin: 1px 10px 0px 0px;
}
.ed_form_textbox,
.ed_form_textbox_multiline
{
	padding: 3px 2px;
	border: solid 1px #c0c0c0;
	width: 278px;
	margin: 0px 10px 0px 0px;
	font-size: 0.85em;
}
.ed_form .ed_form_textbox
{
}
.ed_form .ed_form_textbox_multiline
{
	height: 100px;
}
.ed_form select
{
	width: 284px;
	border: solid 1px #c0c0c0;
	margin: 0px 10px 0px 0px;
	padding: 2px !important;
	font-size: 0.85em;
}
.ed_form .ed_form_textbox,
.ed_form .ed_form_textbox_multiline,
.ed_form select
{
	color:#58585A;
}

.how_did_you_hear_about_us select
{
	margin-top: 7px!important;
}

.ed_form_submit_outer
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	border-bottom: solid 3px #fff;
	margin: 0px;
	padding: 0px;
}

.ed_form_submit_inner
{	
	width: 426px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.ed_form_submit_outer input
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.ed_form .ed_form_validation_summary .header,
.ed_form_group_name
{
	display: block;
	font-size: 1.3em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.ed_post_form
{
	font-size: 0.85em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.ed_form .ed_form_validation_summary
{
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	background: no-repeat 0px 29px;
	width: 426px;
	min-height: 126px;
	height: auto!important;
	height: 126px;
}

.ed_form .ed_form_validation_summary .ed_form_validation_summary_items
{
	margin: 5px 0px;
}

.ed_form .ed_form_validation_summary .ed_form_validation_summary_items .ed_form_summary_message
{
	background: no-repeat 15px 6px;
	padding: 0px 30px 10px 30px;
}