/* CSS Document */
#fixedtop
{
	position: fixed;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 9px;
	border: 0;
	z-index: 50;
}
#center250
{
	margin: auto;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.error
{
	color: #ff3300;
	font-weight: bold;
}


.button
{
	text-align: center;
	font-weight: bold;
	background-color: #a3c4de;
	color: #ffffff;
	padding: 3 5 3 5;
	margin: 3px;
}
.buttonGo
{
	text-align: center;
	font-weight: bold;
	background: red;
	color: #F3ECD9;
	padding: 3 5 3 5;
}
h1
{
	text-align: left;
	background: url(../images/headers/teal/header-over.png) 0 0 repeat-x;
	color: #fff;
	height: 20px;
	padding-top: 5px;
	padding-left: 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
h2
{
	text-align: left;
	background: url(../images/headers/teal/header-over.png) 0 0 repeat-x;
	color: #fff;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}


#inputbox
{
    background-color: #E9E9E9;
}
#inputbox:hover
{
    background-color: #fff;
}


.inputbox
{
    background-color: #E9E9E9;
}
.inputbox:hover
{
    background-color: #fff;
}