/* Style Sheet with additional styles for forms */

/* colours:
     Yellow: #FAEC18
Dark Yellow: #FFA92C
 Light Blue: #52ABCE
  Dark Blue: #026FA5
       Grey: #7F7F7F
  Dark Grey: #4F4F4F
*/

body
{
}

#bookingForm
{
	width: 750px;
	border: solid 1px #026FA5;
	height: 340px;
	color: black;
	padding: 10px 0px 10px 0px;
}

.label
{
	width: 240px;
	text-align: right;
	padding: 2px 5px 1px 5px;
}

.value
{
	width: 490px;
	padding: 2px 5px 1px 5px;
}

.inputBox
{
	width: 250px;
}

#detailsTextBox
{
	width: 98%;
	height: 60px;
}

#submitButton
{
	width: auto;
}

	
#errorLabel
{
	color: Red;
	font-weight: bold;
}

#infoLabel
{
	color: Balck;
	font-weight: bold;
}



