

/* @group Structure */

#toppanel-container {
position: relative;
z-index: 5000;
}

#topmod {
width: 350px;
height: 100px;
position: absolute;
left: 0;
top: -50px;
color: #ccc;
}

#topmod .wrapper {
width: 300px;
overflow: hidden;
}

#top-tab {
	width: 195px;
	height: 30px;
	position: absolute;
	top: 80px;
	text-align: center;
	cursor: pointer;
	margin-left: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#topmod {
	background-image: url(images/login-pane.png);
	background-repeat: no-repeat;
	background-position: 2 -94px;
	/*IE*/
filter: alpha(opacity=60) ;
/*Firefox*/
opacity: .6 ;
}
#login{

}

#login a{
	color: #004777;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #004777;
	font-weight: bold;
}
#login a:hover{
	color: #ffffff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}