form {
	background:#ffe;
	padding:1em;
	border:1px solid #AFAFAF;
}
.submission {
	background: #fff url('images/submission.jpg') no-repeat 95% 1em;
}
.contact {
	background: #fff url('images/contact.png') no-repeat 95% 1em;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}

form {
	margin:1em;
	width:90%;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}

legend {
	color: #003F48;
	font-size:14pt;
}

legend span {
	width:10em;
	text-align:right;
}

input {
	padding:0.15em;
	width:16em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

fieldset {
	background: #fff;
	border:1px solid #AFAFAF;
	padding:0 0.5em 0.5em;
	margin-bottom: 15px;
}

textarea {
	width:100%;
}
