.ds_form_wrapper
{
	width: 100%;
	text-align: center;
}
.ds_quotation_form_form
{
	border-width: 2px;
	border-color: #CCCCCC;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border-style: solid;
	color: #222222;
	font-size: 14px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 20px;
	max-width: 600px;
	text-align: left;
}
.ds_quotation_form_content
{
	margin: 0px;
}
#ds_quotation_form_section1, #ds_quotation_form_section2
{
	float: left;
	min-width: 300px;
}
#ds_quotation_form_section_last
{
	width: 100%;
}
#NumberofPassengers
{
	width: 60px;
}
#ds-StartDate, #ds-ReturnDate
{
	width: 190px;
}
#FurtherRequirements
{
	max-width: 540px;
}
.ds_quotation_form_form DIV.ds_return_date
{
	display: none;
}
SPAN.form-error
{
	position: absolute;
	left: 10px;
	top: 28px;
	z-index: 100;
	padding: 3px 5px;
	background: #F0F0F0;
	border: 1px solid #DFDFDF;
}
SPAN.form-error:after, SPAN.form-error:before
{
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
SPAN.form-error:after
{
	border-color: rgba(240, 240, 240, 0);
	border-bottom-color: #F0F0F0;
	border-width: 10px;
	margin-left: -10px;
}
SPAN.form-error:before
{
	border-color: rgba(186, 34, 69, 0);
	border-bottom-color: #DFDFDF;
	border-width: 11px;
	margin-left: -11px;
}
.ds_quotation_form_form LABEL
{
	color: #222222;
	font-size: 14px;
	display: block;
}
.ds_quotation_form_form INPUT[type=radio], INPUT[type=checkbox]
{
	margin: 10px;
	width: 13px;
}
.ds_quotation_form_form DIV
{
	display: block;
}
.ds_quotation_form_form INPUT, FORM TEXTAREA, FORM SELECT
{
	border-width: 1px;
	border-style: solid;
	border-color: #7A7A7A;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	max-width: 250px;
}
.ds_quotation_form_form, .ds_quotation_form_form H1, .ds_quotation_form_form H2
{
	font-family: "Open Sans", sans-serif;
}
.ds_quotation_form_form H1
{
	font-size: 40px;
	color: #607A75;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	border-radius: 0px;
	background-color: #FFFFFF;
}
.ds_quotation_form_intro
{
	margin-bottom: 10px;
}
.ds_quotation_form_clear
{
	clear: both;
}
.ds_quotation_form_form TEXTAREA
{
	height: 50px;
	width: 100%;
	max-width: 580px;
}
.ds_quotation_form_form INPUT[type=submit]
{
	width: 100%;
	max-width: 160px;
	background-color: #CCCCCC;
	color: #222222;
}
.ds_quotation_form_form INPUT.ds_sending
{
	background-color: #F0EFEF;
	color: #B3B3B3;
	border: 1px solid #CDCBCB;
}
.ds_quotation_form_field
{
	margin-bottom: 15px;
	position: relative;
}
