/* Start of CMSMS style sheet 'tt: forms' */
/* Sample FormBuilder CSS base */
form {margin-top:0}

form div {margin-bottom:0}

fieldset {
margin:0;padding:0; border:0;

}

fieldset label {

}

legend {
	display:none;
}

textarea {
	width:380px;
	height:80px;
	margin-bottom:10px;
	border:1px dotted #330033;
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}


input{
margin-bottom:5px;
}

input[type="text"]{
	width:280px;
	border:1px dotted #330033;
}

label{
display:block;
font-size:0.8em;
font-weight:bold;
margin-top:5px;
margin-bottom:2px;
}

label.label_Check, label.label_Pulldown{
display:inline;
padding-right:10px;
}

div.formbuilderform{
padding:8px;
border:1px dotted black;
background-color:#EEDDFF;
}

div.validationError{color:red;}

/*booking form*/

div.delegates{width:30px;padding-right:1px;float:left;}
div.delegates input{width:22px;padding:1px;height:18px;}
div.delegates label{display:none;}

div.datepicker input{width:77px;padding:1px;height:18px;}
div.datepicker label{display:none;}

table.bookingFormTable{margin:10px;}
table.bookingFormTable th{font-size:12px;}
table.bookingFormTable td{padding:5px;vertical-align:top;}


/* End of 'tt: forms' */

