.styled {
	BORDER-RIGHT: #a7a7a7 1px solid; 
	BORDER-TOP: #a7a7a7 1px solid; 
	font-size: 11px;
	font-weight: normal;
	BORDER-LEFT: #a7a7a7 1px solid; 
	COLOR: #000000; 
	background-color: white;
	BORDER-BOTTOM: #a7a7a7 1px solid; 
	FONT-FAMILY: Tahoma;
}

.submit {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #cccccc 1px solid; 
	COLOR: #666666; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	FONT-FAMILY: Verdana;
}


.passive {
	BORDER-RIGHT: #a7a7a7 1px solid; 
	BORDER-TOP: #a7a7a7 1px solid; 
	font-size: 11px;
	font-weight: normal;
	BORDER-LEFT: #a7a7a7 1px solid; 
	COLOR: gray; 
	background-color: white;
	BORDER-BOTTOM: #a7a7a7 1px solid; 
	FONT-FAMILY: Tahoma;
}

.active {
	BORDER-RIGHT: #a7a7a7 1px solid; 
	BORDER-TOP: #a7a7a7 1px solid; 
	font-size: 11px;
	font-weight: normal;
	BORDER-LEFT: #a7a7a7 1px solid; 
	COLOR: #000000; 
	background-color: white;
	BORDER-BOTTOM: #a7a7a7 1px solid; 
	FONT-FAMILY: Tahoma;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: white;
padding: 0px;
border:1px solid black;
font:normal 11px Verdana;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
}

#result {
	z-index:100;
}


#login-frame {
	position: relative;
	border: 0px solid #202020;
	background:#666666;
	height: 388px;
	width: 589px;
	background:url(images/main/031_graypopup.jpg);
	background-image:url(images/main/031_graypopup.jpg);
	background-repeat:repeat;
	padding: 6px;
}


#login {
	position: absolute;
	top: -3000px;
	left: 100px;
	width: 600px;
	height: 400px;
	padding: 9px;
	z-index: 1000;
}

.icon {
height: 32px;
width:  32px;
background-repeat: no-repeat;
padding-top: 1px;
padding-bottom: 1px;
background-color: white;
}
.group {
height: 40px;
background-color: white;
}



#login.popup {
	top: -70px;
	left: 200px;
}

#control, #webmail, #enter, #browsing, #register, #profiles, #mail, #screen, #compose, #onliners, #downloads, #moderators, #video, #friends, #various {
	min-height: 500px;
	display: none;
	border: 0px solid #dadada;
	background-position: 404px 6px;
	background-repeat: no-repeat;
	padding: 30px;
	height: 342px;
}

#control, #webmail, #enter, #browsing, #register, #profiles, #mail, #screen, #compose, #onliners, #downloads, #moderators, #video, #friends, #various {
	min-height: 272px;
	background-position: 361px 20px;
	padding: 23px;
}

#close {
	display: block;
	width: 130px;
	background: #dfdfdf;
	text-align: center;
	position: absolute;
	top: -12px;
	right: 10px;
}

#login-frame.webmail #webmail, #login-frame.control #control, #login-frame.screen #screen, #login-frame.enter #enter, #login-frame.browsing #browsing, #login-frame.register #register, #login-frame.profiles #profiles, #login-frame.mail #mail, #login-frame.compose #compose, #login-frame.onliners #onliners, #login-frame.downloads #downloads, #login-frame.moderators #moderators, #login-frame.video #video, #login-frame.friends #friends, #login-frame.various #various {
	display: block;
}