.top {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7DA04E;
	border-right-color: #7DA04E;
	border-bottom-color: #7DA04E;
	border-left-color: #7DA04E;
	font-family: "Century Gothic";
	font-size: 36px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	vertical-align: middle;
	width: auto;
}
.bot2 {
	font-family: Tahoma;
	font-size: small;
	width: 48%;
	left: 50%;
	position: absolute;
	padding: 10px;
}

.bot {
	font-family: Tahoma;
	font-size: small;
	width: 50%;
	padding: 10px;
}
.top2 {
	position: absolute;
	width: 15%;
	left: auto;
	border: medium double #F5FFD9;
	right: 10px;
}
.top3 {
	position: absolute;
	width: 50%;
	left: 335px;
	border: medium none #7DA04E;
	right: auto;
	top: 44px;
	font-family: "Century Gothic";
	font-size: 36px;
	font-weight: bolder;
}
.top4 {
	position: absolute;
	width: 395px;
	left: 1px;
	border: medium none #7DA04E;
	right: auto;
	top: 37px;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bolder;
}
.middle {
	font-family: "Century Gothic";
	font-size: medium;
	color: #000000;
	list-style-type: circle;
	background-color: #F0F0EB;
	font-weight: normal;
	padding: 10px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #F5FFD9;
	border-right-color: #F5FFD9;
	border-bottom-color: #F5FFD9;
	border-left-color: #F5FFD9;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
/* button styles */
a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
a.button:link, a.button:visited {
color: #002577;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #FF7200;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #5F5F5F;
cursor: default;
}
.icon {
display: inline-block;
background-repeat: no-repeat;
padding: 0 0 5px 18px;
}
a.button:hover .icon, a.button:active .icon {
background-position: 0 -28px;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
background-position: 0 -56px;
}
/* list of button icons */
#buttonOK .icon {
background-image: url(ok.gif);
}
#buttonCancel .icon {
background-image: url(cancel.gif);
}
#buttonImport .icon {
background-image: url(import.gif);
}
