<!--

/* styles adapted from Russ Weakley's session @ WebStock 2006 */
form#form {
	font-size:1.2em;
	border-top: 1px dashed #ddd;
}
form#form fieldset {
    margin: 1em 0;
    padding: 0 0 1em;
    border: none;
    border-bottom: 1px dashed #ddd;
}
form#form legend {
    margin: 0 0 0.5em;
    padding: 0;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #06c;
}
fieldset div {
    margin: 0 0 1em;
    clear: left;
}
fieldset label {
    clear: left;
    float: left;
    width: 15em;
	margin-right: 0.5em;
}
fieldset div ul, fieldset div ol {
	list-style: none;
	margin-left: 12em;
}
fieldset div li {
	font-size: 1em;
	}
fieldset div ul label {
    clear: none;
    float: none;
    width: 10em;
}
form#form ul.normal li {
	list-style:inside;
	font-size: 1em;
}
form#form p {
	font-size: 1em;
}
/* floats text for required information off page to far left */
form#form span.required {
    position: absolute;
    left: -500em;
}
form#form input, form#form textarea {
	background-color: #ccc;
}
form#form li input {
	background-color: #fff;
}
form#form select {
	border: #ccc 1px solid;	
}
form#form input:focus, form#form fieldset select:focus, form#form fieldset textarea:focus {
	background-color: #ebeef0;
}
form#form div.buttons {
	text-align: center;
	margin-top: 1em;
}
form#form div.buttons input {
	margin: 5px 10px;
	background-color: #06c;
	padding: 0.1em 0.6em 0.2em;
	border: none;
	color: #fff;
	font: bold 1.2em 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;
}
-->

