/* Contact Us Styles */
form label {
	font-weight: bold;
	display: block;
	float: left;
	text-align: right;
	width: 140px;
	line-height: 1.2em;
	margin-right: 10px;
}
form input {
	width: 250px;
	height: 20px;
	background: #FFFF99;
	color: #000066;
}
form textarea {
	width: 350px;
	background: #FFFF99;
	color: #000066;	
}
form button {
	margin-left: 150px;
}

/* Key replacement forms */
form fieldset legend {
	font-size: 0.9em;
	color: #4648b5;
	margin: 0 0 8px 0;
	padding: 4px;	
	font-weight: bold;
}

#replacement form button {
	margin-left: 340px;
	width: 60px;
}

/* lockout form */
#lockout label {
display: block;
text-align: left;
font-size: 0.8em;
width: auto;
}
#lockout form input {
	width: 240px;
	float: none;
	
}
#lockout form select {
	width: 240px;
	background: #FFFF99;
	margin: 0 0 10px 0;
}
#lockout form button {
	margin: 5px 0 0 170px;
	width: 70px;
}
