
/* CSS Login */
body{margin:0;height:100%;}
body a:link, body a:visited, body a:hover {
	color: ;
	font-family:"Arial";}
.foreground, .background {
    position: absolute;}
.foreground {
    z-index: 1;
	max-width:500px;}
.background{
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
    background-position: top;
	background-size: 100% 26%;
	background-attachment: scroll;
	background-color: ;
	opacity: 1.0;
	<!-- min-height: 1024px; -->
}
.header {
	font-size:24px;}
.header span {
	color: ;
	font-weight:bold;
	font-style:italic}
.header sup {
	font-size:9px;}
.header a {
	text-decoration:none;
	color:#FFFFFF}
#navigation{
	border: 2px solid ;
	border-bottom-style: none;
	border-radius: 12px 12px 0 0;
	background: ; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(, ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(, ); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(, ); /* For Firefox 3.6 to 15 */
	background: linear-gradient(, ); /* Standard syntax (must be last) */}
#login-box{
	background-color:;
	border-top:#fff 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	font-size:14px;
	font-weight: bold;
	color:  ;}
#member-box{
	padding: 25px;
	background-color:;
	border-top:#fff 5px solid;
	border-left:#fff 3px solid;
	border-bottom:#fff 5px solid;
	border-right:#fff 3px solid;
	font-size:14px;
	font-weight: bold;
	color:;}
.footer{
	border: 2px solid #c7c7c7;
	border-top-style: none;
	font-family: Trebuchet MS;
	font-size:14px;
	background-color:#eee;
	font-weight: bold;}

