#logo {
	float: left;
	width: 158px;
	height: 44px;
	background-image: url(../images/logo.jpg);
}
#status {
	float: right;
	text-align: right;
	height: 44px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	line-height: 44px;
	margin-right: 10px;
}
#menu {
	clear:both;
	width:100%;
	height: 35px;
	overflow: hidden;
	background-image: url(../images/navigation.png);
	background-repeat: repeat-x;
}
#menu #menu_left {
	float: left;
	width: 400px;
	line-height: 35px;
	height: 35px;
	margin-right:-3px;
}
#menu_right {
	position: absolute;
	width: 141px;
	height: 64px;
	right: 0px;
	top: 32px;
	background-image: url(../images/bowknot.gif);
}

#content {
	width: 98%;
	height: 80%;
	text-align:center;
	margin: auto;
	position: absolute;
}

#main {
	width: 100%;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	overflow:hidden;
}

body {
	width: 100%;
	height: 100%;
	background-image: url(../images/wood_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #180d0b;
	margin: auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#main #bottom {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 9px;
}

#main div #icon_user {
	float: right;
	width: 39px;
	height: 37px;
	background-image: url(../images/icon_user.jpg);
	margin-top: -4px;
}

#main span a{
	font-size:16px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration:none;
	}
	
	
.errorInfo{
	 color:red;
	 margin-left:0px;
	}



.inputField{
	width:294px;
	margin-top:5px;
	height:26px;
	color:#222222;
	}

	
.inputDiv{
	margin-bottom:8px;
	}

.alertInfo{
	color:#a7a49f;
	}
.terms{
	color:#f9ff95;
	font-size: 11px;
	}

.alpha {
	background-image : url(../images/pop-up-window.gif);
	position : absolute;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	MARGIN-TOP: auto;
	MARGIN-BOTTOM: auto;
}

.footer{
   font-family: Verdana;
   color:#847f7c;
}
a {
	font-size: 9px;
	color: #CCC;
	text-decoration:none;
}
a:link {font-size: 11px; color: #FFFFFF; text-decoration: none}
a:visited {font-size: 11px; color: #FFFFFF; text-decoration: none}
a:hover {font-size: 11px; color: #FFFFFF; text-decoration: none}
a:active {font-size: 11px; color: #FFFFFF; text-decoration: none}

