/* FSEI Form CSS */

#parts-form {
	width: 350px;
	float: left;
	padding-right: 15px;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border-style: none;
	border: solid 0 transparent;
	background-color:#7d86b5;
	background-image: url(../images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

legend {
	color:#000000;
	font-weight: bold;
	padding: 1em;
}

legend span {
	position: absolute;
	margin-top: 1em;
	font-size: 115%;
	margin-bottom: 1em;
	
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset il {
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
	padding-left: 3em;
	padding-top: 1.5em;
	background-color: #ffffff;
	background-image: none;
}

label {
	display: block;
	margin-right: 1em;
	font-weight: bold;
}

label em {
	color: #666666;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}

input.submit {
	width: 100px;
	background-color: #000C4A;
	color: #FFFFFF;
	border: 1px solid #999999;
}

input.reset {
	width: 100;
	background-color: #000C4A;
	color: #FFFFFF;
	border: 1px solid #999999;
}

input:focus, textarea:focus {
	background: #CCCCCC;
}

textarea {
	width: 200px;
	height: 100px;
}

.required {
	font-size: 85%;
	color:#333333;
}

