.homebackground {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	top: 100px;
	position: relative;

}


.title {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333333;
}

input {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #333333;
}
button {  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px}
.error {  color: #990000; font-weight: bold}
.selected {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
	border: 1px solid #000000;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}