.form {
	border: 1px solid #9BC3FB;
	background-color: #96AEEC;
}
.formContent {
	background-color: #90A6DE;
	border: 1px solid #9BC3FB;
	padding: 15px;
}
.formButton {
	font-size: 11px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-left: 100px;
	width: 100px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:1em 1em 0pt;
}
fieldset li {
	padding-bottom:1em;
}
label {
	display:block;
	float:left;
	margin-right:1em;
	text-align:right;
	width:90px;
}
input {
	border:1px solid #9BC3FB;
	font-size:10px;
	width:250px;
	background-color: #96AEEC;
}
textarea {
	border:1px solid #9BC3FB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #96AEEC;
	width: 250px;
}
