.borderwhite {
	border: 1px solid #FFFFFF;
}
.topwhite {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #D1E3BD;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #33CC00;
	text-decoration: none;
}
.3sidewhite {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

input, textarea, button {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: center;
	width: 300px;
	float: left;
	padding-right: 20px;
}

br {
	clear: left;
}


P, td {font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 10pt;}


.error {
	color: #CC0000;
	margin-left: 150px;
}

.big {
	font-size: 200%;
}

.smaller {
	font-size:75%;
}

.fake { display: block ! important;
	width: 15px ! important;
	height: 15px ! important;
	float: left ! important;
	margin-bottom: 10px ! important;
}