#formHeader {
width: 400px;
margin: 20px auto 30px auto;
}

#formHeader .mrcWales {
font-size: 1.5em;
font-weight: bold;
}

#formHeader .confirmationForm {
font-size: 1.5em;
font-weight: bold;
color: #FF6600;
}
.FormThankYouMessage
{
	margin: 10px;
}
.FormThankYouMessage h2 {
font-size: 1.5em;
font-weight: bold;
color: #FF6600;
}

.FormThankYouMessage div 
{
	margin-left: 10px;
}
#formHeader .readTnC {
font-size: 0.7em;
color: #AA0000;
}

#formContent {
width: 480px;
margin: 0px auto 0px auto;
font-size: 0.9em;
}

#formContent .BaseFormFieldGroup {
clear: both;
/*border: 1px solid black;*/
margin: 10px 0px;
padding: 10px 10px;
}
#formContent .BaseFormFieldGroupHeader {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 5px;
text-align: center;
}
#formContent .BaseFormFieldGroupClear {
width: 100%;
clear: both;
}

#formContent .BaseFormField {
clear: both;
padding: 10px 0px;
}

#formContent .BaseFormField .BaseFormFieldLabel {
 float: left;
 width: 180px;
 text-align: right;
 padding: 0px 10px 0px 0px;
 clear: left;
}
#formContent .BaseFormField .BaseFormFieldError
{
	color: #ff2222;
	font-weight: bold;
	font-size: 1.1em;
}
.FormErrorsMessage
{
	padding: 10px;
	background-color: #ff2222;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
}
#formContent .BaseFormField .BaseFormFieldError
{
	clear: both;
	margin-left: 180px;
}
#formContent .BaseFormField .BaseFormFieldInput {
 float: left;

}

#formContent .BaseFormField .BaseFormFieldInput input, #formContent .BaseFormField .BaseFormFieldInput textarea ,#formContent .BaseFormField .BaseFormFieldInput select{
	border: 1px solid gray;
	margin-right: 2px;
	
}

#formContent .BaseFormField .BaseFormFieldInput input.fieldError, #formContent .BaseFormField .BaseFormFieldInput textarea.fieldError ,#formContent .BaseFormField .BaseFormFieldInput select.fieldError{
	background: #ff2222;
}

.CPAddForm .CPAddFormElement
{
	
}
select#room_layout
{
padding: 0px;
height: 1.7em;
}
select#room_layout > option
{
	text-align: right;
	padding: 17px 2px 20px 50px;
	font-size: 1.1em;
	border: 1px solid black;
	background-position: 2px 2px;
}

option#RoomLayoutOption_Boardroom {	background: url('../../../images/room_layouts/boardroom_s.gif') no-repeat;	}
option#RoomLayoutOption_Cabaret {	background: url('../../../images/room_layouts/cabaret_s.gif') no-repeat;	}
option#RoomLayoutOption_Classroom {	background: url('../../../images/room_layouts/classroom_s.gif') no-repeat;	}
option#RoomLayoutOption_Exhibition {	background: url('../../../images/room_layouts/exhibition_s.gif') no-repeat;	}
option#RoomLayoutOption_Theatre {	background: url('../../../images/room_layouts/theatre_s.gif') no-repeat;	}
option#RoomLayoutOption_UShapeTables {	background: url('../../../images/room_layouts/ushape_tables_s.gif') no-repeat;	}
option#RoomLayoutOption_UShapeChairs {	background: url('../../../images/room_layouts/ushapechairs_s.gif') no-repeat;	}

BaseFormTabContent { width: 100%;}

.HaveYouBookedHeader {
font-size: 1.2em;
text-align: center;
font-weight: bold;
color: red;
text-decoration: underline;
}
.HaveYouBookedContent {
margin: 10px 60px;
}
.HaveYouBookedLinks
{

text-align: center;
}
.HaveYouBookedLinks a {
margin: 20px;
font-size: 1.1em;
font-weight: bold;
color: blue;
text-decoration: none;
}
.HaveYouBookedLinks a:hover {
text-decoration: underline;
}
