
#loginoverlay {
position:absolute;
height:1px;
overflow: auto;
z-index:2;
margin:3px 0 0 620px;
clear:both;
}
/*############################################
#
#          menus
#
############################################*/
.menudiv {
	float:right;
	}
.menubar
	{
	background:url('/images/menubutton.png') no-repeat top center;
	width:125px;
	height:50px;
	float:left;
	padding:8px 0 10px 0;
	margin:0px;
	font-size:90%;
	text-align:center;
	}
.menubar a,.menubar link,.menubar visited {
	font-size:14px;color:#AB0900;
	}
.menubar a:hover {
	color:#AAAAAA;
	}
.menubardiv
	{
	background:url('/images/menudivider.png') no-repeat top left;
	width:2px;
	height:50px;
	float:left;
	margin:0px;
	}
.menubarright
	{
	background:url('/images/menuright.png') no-repeat top left;
	width:14px;
	height:50px;
	float:left;
	margin-right:5px;
	}
.menubarleft
	{
	background:url('/images/menuleft.png') no-repeat top left;
	width:13px;
	height:50px;
	float:left;
	margin:0px;
	}
.login_container {
width:370px;
}
.login_topleft {
float:left;
width:21px;
height:26px;
background-image: url(/images/login_topleft.png); 
background-position: right bottom; 
background-repeat: no-repeat;
overflow:hidden;
}
.login_topright {
float:left;
width:26px;
height:26px;
background-image: url(/images/login_topright.png); 
background-position: left bottom; 
background-repeat: no-repeat;
overflow:hidden;
}
.login_top {
float:left;
width:302px;
height:26px;
background-image: url(/images/login_top.png); 
background-position: left bottom; 
background-repeat: repeat-x;
overflow:hidden;
}
.login_bot {
float:left;
width:302px;
height:23px;
background-image: url(/images/login_bot.png); 
background-position: left top; 
background-repeat: repeat-x;
overflow:hidden;
}
.login_botleft {
clear:left;
float:left;
width:21px;
height:23px;
background-image: url(/images/login_botleft.png); 
background-position: right top; 
background-repeat: no-repeat;
overflow:hidden;
}
.login_botright {
float:left;
width:26px;
height:23px;
background-image: url(/images/login_botright.png); 
background-position: left top; 
background-repeat: no-repeat;
overflow:hidden;
}
.login_center {
width:365px;
clear:both;
float:left;
overflow:hidden;
}
.login_sideleft {
float:left;
width:21px;
height:52px;
background-image: url(/images/login_sideleft.png); 
background-position: right middle; 
background-repeat: repeat-y;
overflow:hidden;
}
.login_sideright {
float:left;
width:26px;
height:52px;
background-image: url(/images/login_sideright.png); 
background-position: left middle;
background-repeat: repeat-y;
overflow:hidden;
}
.login_middle {
float:left;
width:302px;
height:52px;
background-color:#FFFFFF;
color:#AB0900;
overflow:hidden;
}
.login_but {
width:296px;
height:25px;
border:1px solid #000000;
background-color:#AB0900;
color:#FFFFFF;
font-weight:bold;
font_size:12px;
}
.login_but:hover {
cursor:hand;
}