#topbar_wrapper {
	position:absolute;
	width: 100%;
	z-index: 999999;
}

#topbar_container {
	position:relative;
}

#topbar {
	padding-top: 8px;
	display:none;
	background-color:#4B4239;
	margin: 0px;
}

#topbar label {
	display:inline;
	color: #dddddd;
	margin-right: 10px;
}

#topbar input[type=password] { display:inline; }

#topbar input[type=text] {
	display:inline;
	margin-right: 20px;
}

#topbar .button {
	margin-left: 10px;
}


#pacman {
	float:right;
	position:relative;
	top: 5px;
	behavior: url('/static/iepngfix/iepngfix.htc');
	margin-left: 20px;
}

#lowertrim {
	width: 100%;
	height: 7px;
	background-color:#4B4239;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#closeButton {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#DDDDDD;
	border:1px solid #555555;
	color:#555555;
	cursor:pointer;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:13px;
	line-height:11px;
	padding:0 0 0 3px;
	width:10px;
}

#closeButton:hover {
	background-color: #555;
	color: #ddd;
	border-color: #ddd
}

#login_controls {
	color: #969696;
	text-align: left;
}

#login_controls input{vertical-align:middle; margin: 0 5px 1px;}
#login_controls label{font-size:11px; margin-right:0px;}

#login-button {width: 60px; cursor: pointer; text-align: center; padding: 2px 0; font-size: 1em;}
#login-button:disabled {background-color: #888; cursor: default;}

#login-form {height:auto; margin:0 auto; text-align: left;}

#rememberme_wrap {
	display:inline;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background-color: #AFD7FF;
	color:#336699;
	margin-left: -4px;
	margin-right: 10px;
	padding: 4px 10px 3px 5px;
}

#rememberme_wrap input[type=checkbox] {
	vertical-align:middle; margin: 0 0 1px;
}

#error_msg {
	color: #DF0019;
	padding-left: 20px;
	background: transparent url('/static/images/error.png') no-repeat;
	width: 100%;
	display: none;
	behavior: url('/static/iepngfix/iepngfix.htc');	
}

#status_msg {
	color: #AFD7FF;
	padding-left: 20px;
	width: 100%;
	display: none;
}