form {
  padding: 0 20% 0 20%;
}

a.MyButton {
	border-top-style: outset;
	border-bottom-style: outset;
	border-width: 2px 2px 2px 2px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #000080;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 400px; height: 40px;
/**
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
/**/
}

a.MyButton:hover {
	background-color: #0099FF;
}

.FormLabel {
	font-size:		9pt;
	font-weight:	"Bold";
	font-family:	"Arial";
}

.FormLabel1 {
	font-size:		9pt;
	font-family:	"Arial";
}

.FormLabelDetail {
	font-size:		7pt;
	font-family:	"Arial";
}

.FormInfo {
	font-size:		9pt;
	font-family:	"Arial";
}

.FormField {
	font-size:		10pt;
	font-family:	"Arial";
}