/*
-----------------------------------------------
williamschorale.org
Stylesheet: Content.css
Author:   Ben Glassman
Created: 09 Sept 2006
----------------------------------------------- */

form {
	clear: both;
	margin: 0;
}

div#content form p {
	margin: 0;
}

legend {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	color: #4C70C9;
	font-size: 1.8em;
}

span.required { color: #CC6600;  }

fieldset {
	border: solid 0 transparent;
	margin: 0 0 0 0;
	padding: 0;
}

fieldset div { 
	font-size: 1.1em;
	clear: left;
	padding-bottom: 0.5em;
}

div#content fieldset div p {
	margin-left: 0;
	margin-right: 0;
}

label {
	text-align: right;
	line-height: 1.5;
	margin: 0;
	width: 7em;
	float: left;
	display: inline;
}

input, select {
	width: 150px;
	padding: 0;
	margin: 0 0 0 5px;
}

textarea {
	width: 200px;
	height: 100px;
	margin: 0 0 0 5px;
}

div.checkbox p, div.radio p {
	font-size: 1em;
	padding-bottom: 3px;
}

div.checkbox br, div.radio br {
	clear: left;
}

div.checkbox, div.radio {
	font-size: 1.1em;
}

div.checkbox label, div.radio label {
	/*line-height: 1;*/
	margin: 0 0 3px 5px;
	width: 25em;
	text-align: left;
	float: left;
}

div.checkbox input, div.radio input {
	width: auto;
	float: left;
	margin-left: 7em;
	display: inline;
}

div.long {
	margin-left: 0em;
	margin-bottom: 5px;
}

div.long label {
	line-height: 1.5;
	margin: 0 10px 3px 0em;
	float: none;
	width: auto;
	text-align: left;
	display: block;
}

div.long input, div.long select, div.long textarea {
	display: block;
	width: 235px;
}

div#submit {
	font-size: 1.2em;
	margin-left: 7em;
}

div#submit input {
	width: auto;
	padding: 0 5px;
}

/*
Progressive Enhancement */

input:focus, textarea:focus {
	background-color: #ffc;
}

/*
Firefox border fix for white backgrounds */

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
