.BrochureForm_BrochureFormPanel 
{
	position: absolute;
	top: 275px;
	left: 245px;
	width: 485px; 
	height: 545px; 
	background-color : #FDF0DA; 
	padding:5
}
.PreBookingForm_BrochureFormPanel 
{
	position: absolute;
	top: 0px;
	left: 245px;
	width: 485px; 
	height: 545px; 
	background-color : #FDF0DA; 
	padding:5
}
.BrochureForm_BrochureFormTable
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:Black;background-color : #FDF0DA;	
	border-collapse: collapse;
	width: 99%;
	border-style: none;
}

.BrochureForm_BrochureFormTable col.label
{
	width: 50%;
}

.BrochureForm_BrochureFormTable th
{
	text-align: left;
	padding: 1em 0 1em 0;
}


.BrochureForm_BrochureFormReceiptPanel 
{
	position: absolute;
	top: 275px;
	left: 245px;
	width: 485px; 
	height: 545px;  
	background-color : #FDF0DA; 
	padding:5;
}

.LinkbuttonRed 
{
	background-image : url(/images/buttons/but_red_110.gif);
	background-repeat : no-repeat;
	width:110px;
	height:18px;
	text-align:center;
}

.butbeige, .butbeige110, .butbeige140
{
	text-align:center;
	font-family: verdana;
	color: #ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid black !important;
	padding: 1px 4px 1px 4px !important;
	margin: 2px !important;
	background: #bb0102 !important;
}

.BrochureForm_BrochureFormTable input,
	.BrochureForm_BrochureFormTable select
{
	font-family:Verdana;
	font-size:11px;
}

div.button-panel
{
	text-align:right;
	padding: 1em 1em 0 0;
	height: 100%;
}

div.validation-summary
{
	float:left;
	width:18em;
}

div.errormsg li
{
	color: Red;
	font-family:Verdana;
	font-size:11px;
}


/* Fields */
input.datepicker
{
	width: 166px;
}

select.gender
{
	width: 60px;
}

input.first-letters
{
	width: 30px;
}

input.infix
{
	width: 30px;
}

input.lastname
{
	width: 120px;
}

input.street
{
	width: 120px;
}

input.house-number
{
	width: 30px;
}

input.house-number-addition
{
	width: 30px;
}

input.postal-code
{
	width: 50px;
}

input.city
{
	width: 135px;
}

input.email
{
	width: 190px;
}
