@charset "utf-8";
/* CSS Document */
form{
	width:400px;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}
#mainContent ol {
	list-style-image: none;
	list-style-type: none;
}

label{
	display:block;
	font-weight:bold;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent legend {
	color: #B9121B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input.text {

}
input {
	background-color: #CCCCCC;
	border: 1px solid #B9121B;
	text-align: center;
}
#mainContent fieldset {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

