@charset "utf-8";
/* CSS Document */

fieldset {
	float: left;
	clear: left;
	width: 99%;
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #003263;
	background-color: #F8E6D1;
	}

legend {
	margin-left: 1em;
	padding: 0;
	color: #003263;
	font-weight: bold;
}
fieldset ul{
	padding: 1em 1em 0 4em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: .5em;
	list-style: url(none) none;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 28em;
	background-color: transparent;
}
label {
	float: left;
	width: 20em; /* Alter this value to stop the label from wrapping */
	margin-right: 1em;
	text-align: right;
}
label.credits {
	color:#009933;
}

