label, label span {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	color: #006699;
	padding-bottom: 0.25em;
}
label {
	float: left;
	width: 100%;
}
label span {
	text-align: right;
	float: left;
	width: 32%;
}
form {
	line-height: 1em;
	width: 500px;
}
fieldset input, fieldset select, fieldset textarea {
	float: right;
	width: 65%;
	border: 1px solid #999999;
}
fieldset input:hover, fieldset select:hover, fieldset textarea:hover {
	border-color: #000000;
}
fieldset input:active, input:focus, fieldset select:active, select:focus, fieldset textarea:active, textarea:focus {
	border-color: #006699;
}
fieldset {
	margin-bottom: 20px;
	border: 1px dashed #006699;
	overflow: hidden;
	padding: 10px;
}
form div {
	text-align: center;
	border: 1px dashed #006699;
	padding: 10px;
}
form div input {
	background: #006699;
	border-top: 2px double #CCCCCC;
	border-right: 2px double #333333;
	border-bottom: 2px double #333333;
	border-left: 2px double #333333;
	text-transform: uppercase;
	color: #FBFFFE;
	padding-right: 1em;
	padding-left: 1em;
}
form div input:hover {
	background: #FBFFFE;
	color: #006699;
}
fieldset:hover {
	background: #E5E5E5;
}
