/*
-----------------------------------------------
theboycottplay.com
Stylesheet: Forms.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 09 August 2007
----------------------------------------------- */

.vertical fieldset {
	border: 0 solid transparent;
	clear: both;
}

.vertical legend {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #561F14;
	margin-bottom: .75em;
}

.vertical ul {
	margin-left: 0; 
	list-style: none;
}

.vertical li {
	padding-bottom: 5px;
	min-height: 42px;
}

.vertical li.notes { min-height: 0; }

.vertical input, .vertical select {
	display: block;
	width: 150px;
	font-size: 1em;
}

.vertical em { font-weight: bold; color: #8C2F4C; }
.vertical em.note { color: #000; font-weight: normal; }

.vertical .submit { min-height: 0; }
.vertical .submit input { width: auto; display: inline; }

.nolabel p { font-size: 1em; margin: 0; }
.nolabel select { width: auto; min-width: 5em; display: inline; }
.nolabel label, label.hide { position: absolute; left: -999em; }

/*
Long Text Areas */
.vertical .long {
	width: 100%;
	padding-bottom: 10px;
}
.long label { display: block; font-weight: normal; }
.long textarea { width: 350px; height: 5em; }

/*
Numerical Ratings */

.vertical .numerical_rating { min-height: 0; }
.vertical .numerical_rating label { font-weight: normal; color: #000; }
.vertical .numerical_rating input { display: inline; width: 20px; }

/*
Total */

.vertical .total { min-height: 0; height: auto; }
.vertical .total input { display: inline; }

.readonly { background: transparent; border: 0; }

/*
Column Layout */

ul.twocol { float: left; width: 350px; display: inline; }

ul.twocol li {
	float: left;
	width: 170px;
}

ul.threecol {
	float: left;
	width: 100%;
}

ul.threecol li {
	float: left;
	width: 150px;
}

ul.threecol input, ul.threecol select {
	width: 125px;
}

ul li.onecol {
	clear: both;
	width: 100%;
}
/*
Explanation */

.vertical .explanation {
	font-style: italic;
	color: #999;
	min-height: 0;
}

/*
Radio Buttons and Checkboxes */

ul.radio, ul.checkbox { margin-left: 3.6em; }
ul.radio li, ul.checkbox li { min-height: 0; }
ul.radio label, ul.checkbox label { color: #000; font-weight: normal; }
ul.radio input, ul.checkbox input { width: auto; display: inline; }
ul.radio .text input, ul.checkbox .text input { width: 150px; }

li.radio, li.checkbox { min-height: 0; }
li.radio label, li.checkbox label {	color: #000; font-weight: normal; }
li.radio input, li.checkbox input { width: auto; display: inline; }

li p { font-size: 1em; margin: 0; padding: 0; }

/*
Error Messages */

#error_container {
	border: 1px solid #8C2F4C;
	padding: 1.8em 1.8em 0;
	margin-bottom: 1.8em;
}

#error_container h3 { margin-top: 0; color: #8C2F4C; }

#error_container li { min-height: 0; }

