



.bookingformdesc{
	clear:left;
	float:left;
	width:150px;
}
.errormessage{
	width:500px;
	color:#990000;
}
input{width:300px;}
.radiobox{width:20px;}
.submitbutton{background-color:#C62F10; color:#FFFFFF;}
.submitbutton:hover{background-color:#B51E00; color:#FFFFFF;cursor:pointer;}
.textcomment{
	width:300px;
	height:100px;
	border:1px solid #999999;
	color:#666666;
	background-color:#FFFFFF;
	margin-bottom:3px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
}
.textcomment:focus{
	background-color:#FBF7EE;
	color:#333333;
}
/* copy of main.css: must be AFTER the .textcomment -class*/
.err{
	background-color:#C62F10;
	color:#EEEEEE;
}
/*
#contenttext_follow h3{
	font-family:"Times New Roman", Times, serif;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#AC987D;
	text-transform:uppercase;
	margin:-10px 0px 0px 0px ;
	padding-top:0px;
	padding-bottom:20px;
}
*/
		
		