/* styles adapted from Russ Weakley's session @ WebStock 2006 */

#content form {
	margin: 0.2em 0 0.4em;
	position: relative;
}
#content fieldset {
   margin: 1em 0;
   padding: 0 0 1em;
   border: none;
   border-bottom: 1px dashed #ddd;
}
#content legend {
	margin: 0 0 0.5em;
	padding: 0;
	font-weight: bold;
	color: #7eba1c;
}
#content fieldset div {
    margin: 0 0 1em;
    clear: left;
}
#content fieldset label {
   clear: left;
   float: left;
   width: 15em;
	margin-right: 0.5em;
}
#content form ul, #content form ol {
	list-style: none;
}
#content fieldset ul label {
    clear: none;
    float: none;
    width: 10em;
}
#content fieldset input, #content fieldset textarea, #content fieldset select{
	border: 1px #7eba1c solid;
}
#content form ul.normal {
	list-style:inside;
}
/* floats text for required information off page to far left */
#content span.required {
    position: absolute;
    left: -500em;
}
#content input:focus, #content textarea:focus {
	background-color: #ebeef0;
}
#content fieldset.buttons {
	border: 0;
	text-align: center;
}
#content fieldset.buttons input {
	margin: 5px 10px;
	background-color: #7eba1c;
	padding: 0.1em 0.6em 0.2em;
	border: none;
	color: #fff;
	font: bold 1em Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-opera-box-shadow: 53px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}