body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(gradient.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #000000;
}



a {
	text-decoration:none;
	color:#0069AA;
}


#adminLoginForm{
	background-color: #0099FF;
	background-image: url(gradient_form.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#adminRegistrationForm{
	background-color: #0069AA;
	xxbackground-image: url(gradient_form.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

/* ---------------------------------footer------------------------------ */

#container {
   text-align: center; /* per Internet Explorer */
   }

#footer {
	clear: both;
	margin-top: 20px;
	display: table;
	width: 865px;
text-align: left;
margin: 0 auto;
}
#footer_middle {
	font-family: tahoma;
	font-size: 10px;
	color:#666666;
}
#footer_middle a {
	font-family: tahoma;
	font-size: 10px;
	color:#666666;
}
#footer_middle a:hover {
	font-family: tahoma;
	font-size: 10px;
	color:#666666;
	text-decoration:underline;
}
.footer_title {
	color:#0069AA;
}
#footer_left {
	float: left;
	height: 84px;
	width: 15px;
	background-image: url(footer_left.png);
	background-repeat: repeat-x;
	display: table-column;
}
#footer_middle {
	float: left;
	padding:16px 0px 0px 0px;
	height: 68px;
	width: 100px;
	font-size:10px;
	line-height:150%;
	background-image: url(footer_middle.jpg);
	background-repeat: repeat-x;
	display: table-column;
}
#footer_right {
	float: left;
	height: 84px;
	width: 15px;
	background-image: url(footer_right.png);
	background-repeat: repeat-x;
	display: table-column;
}
#footer_separator {
	float: left;
	height: 84px;
	width: 2px;
	background-image: url(footer_separator.jpg);
	background-repeat: repeat-x;
	display: table-column;
}