/* Start of CMSMS style sheet 'cafewha: forms' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
.contactform div {
	margin-bottom:1.3em;
	margin-left:1em;
}
.contactform div div {
	margin-top:0.5em;
	margin-left:1em
}
.contactform
{
	margin-bottom: 1em;
	border: none;
	padding: 0;
	color: #FFF;
	font-size: 10pt;
	line-height: 1.3em;
}
.contactform label
{
	width: 6em;
	text-align: right;
	float: left;
	margin-right: 10px;
}
.contactform input
{
	width: 150px;
	height: 15px;
	background-color: #06C;
	border: 1px #FFF solid;
	color: #FFF;
}

.contactform .submit input
{
	width: auto;
	height: auto;
	padding: 3px;
	background-color: #06C;
	border: 1px #FFF solid;
	color: #FFF;
	margin-left: 8.5em;
}

.contactform .submit input:hover
{
	background-color: #FC3;
	border: 1px #FC3 solid;
	color: #000;
}

.contactform .phone { width: auto; display: inline; clear: none; }
.contactform .phone input { width: 30px; }
.contactform .left { float: left; margin-right: 5px; }




.loginform div {
	margin-bottom:1em;
	margin-left:1em;
}
.loginform div div {
	margin-top:0.5em;
	margin-left:1em
}
.loginform
{
	margin-bottom: 1em;
	border: none;
	padding: 0;
	color: #FFF;
	font-size: 10pt;
	line-height: 1.3em;
}
.loginform label
{
	width: 10em;
	text-align: right;
	float: left;
	margin-right: 10px;
}
.loginform input
{
	width: 150px;
	height: 15px;
	background-color: #06C;
	border: 1px #FFF solid;
	color: #FFF;
}

.loginform .submit input
{
	width: auto;
	height: auto;
	padding: 3px;
	background-color: #06C;
	border: 1px #FFF solid;
	color: #FFF;
	margin-left: 8.5em;
}

.loginform .submit input:hover
{
	background-color: #FC3;
	border: 1px #FC3 solid;
	color: #000;
}








fieldset
{
	border: 1px #06C solid;
	padding: 1em 0 1em 1em;
}

legend
{
	color: #06C;
	font-size: 1.1em;
	padding: 0.2em;
	width: auto;
	border: none;
	background-color: #C2D9EF;
	margin: 0 0 1em 1em;
}
legend a { color: #06C; }
textarea {
	margin: 0.5em 0;
	width:80%;
	height: 8em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label .contactform div input,
.short-label .contactform div select {width:16em}

/* Pretty up your Captcha image output */
.captcha
{
	margin: 0.5em 0 0.5em 0;
	text-align: left;
	padding-left: 7em;
	clear: both;
}
.captcha img
{
	border: none;
	margin-bottom: 0.5em;
	clear: both;
}
.captcha input
{
	width: 196px;
	margin-top: 0.5em;
}

/* Just a bit more room for the Submit button */
.submit {margin-top:1em}


/* Book a Band */

.bookaband .attendence label
{
	width: 9em;
}

.bookaband textarea {
	width:200px;
}

.bookaband fieldset { border: none; }

.bookaband legend
{
	color: #FFF;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	padding: 0 0 10px 0;
	width: auto;
	border: none;
	font-style: normal;
	background-color: transparent;
	font-weight: bold;
}

.bookaband fieldset.general
{
	width: 340px;
	float: left;
}

.bookaband fieldset.venue
{
	width: 340px;
	float: left;
	margin-bottom: -520px;
	padding: 0;
}

.bookaband .submit
{
	clear: both;
	margin-bottom: 200px;
}

.error_message { color: #F00; }

.store label
{
	width: 10em;
	text-align: right;
	float: left;
	margin-right: 10px;
}
.store div div {
	margin-top:0.2em;
	margin-left:0em
}



.unstyled label, .unstyled input { float: none; width: auto; }
/* End of 'cafewha: forms' */

