/*
  project Sunny View North

  http://www.contrast2000.com

  Copyright (c) 2007 Contrast 2000
 
*/

#bookingForm {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.head {
	font-size: 11px;
	font-weight: bold;
}

.subhead {
	font-weight: bold;
}

.confirm {
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

.err {
	display:block;
	margin:0;
	font-size: 19px;
	color: #CC0000;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #666666 1px solid; 
	width: 240px; 
	color: #666666;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #666666 1px solid; 
	width: 240px; 
	color: #666666;
}

.required {
	color: #CC0000;
}

.checkbox {
	border: none;
	width: 15px;
	font-size: 12px;
	vertical-align: middle;
}

.buttons {
	border: #666666 1px solid; 
	width: 180px; 
	color: #666666;
}