.background {
	background-image: url(resources/green-patter.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 0;
	overflow: hidden;
}
	
a:link {
	color: #234220;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #234220;
}
a:hover {
	text-decoration: none;
	color: #393;
}
a:active {
	text-decoration: none;
	color: #393;
}
#shade {
	height: 100%;
	width: 100%;
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.class_box_shadow {
	position:relative;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.80);
	margin-top: 100px;
	width: 450px;
	border: 5px solid #FFF;
	z-index: 2;
	height: 290px;
	}
#bottomframe {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#FFF;
	opacity: 0.85;
	filter: Alpha(Opacity=85);
	height: 100%;
	}
#title {
	color: #FFF;
	font-size: large;
	font-weight: bold;
	height: 40px;
	background-color: #000;
}
.button {
	height: 20px;
	width: 50px;
	border: 1px solid #000;
	background-color: #E4FFC2;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.formback {
	background-color: #E4FFC2;
	color: #000;
}
.textlarge {
	font-size: 12px;
	color: #000;
}
.cellpadding {
	padding: 4px;
	vertical-align: middle;
}
#download-link {
	font-family: cursive, Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.alert {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	background-color: #000;
}
