div#switcher {
	position: absolute;
	top: 0px;
	left: 389px;
	width: 120px;
	z-index: 100;
	background:url(../img/ms_login.gif) left top no-repeat;
}
div#switcher a {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 22px;
	width: 123px;
	text-decoration: none;
	cursor:pointer;
	_cursor:hand;
}
div#switcher a#switcher-trigger {
	text-indent:-9999px;
}
div#switcher a:hover {
	text-decoration:underline;
}
div#switcher.show {
	border: 1px solid #f00;
}
* html div#switcher a {
	height: 22px;
}
body div#switcher a.hide, body div#switcher a.hover {
	display: none;
}
div#links {
	float: left;
	width: 254px;
	background-color: #e4e2dd;
	border: 1px solid #f8f8f5;
	border-top:none;
	display: none;
}
div#links.show {
	display: block;
}
div#links div {
	width: 254px;
}
div#links form {
	padding:12px;
}
div#links form label{
	width:80px;
	display:block;
	float:left;
}
div#links form input#username {
	background:url(../img/email_bg.gif) left top no-repeat;
	width:75px;
	height:22px;
	color:#5f5f5e;
	padding: 4px 8px 0px 8px;
	float:left;
	border:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div#links form input#password, input#pass {
	background:url(../img/pass_bg.gif) left top no-repeat;
	width:75px;
	height:22px;
	color:#5f5f5e;
	padding: 4px 8px 0px 8px;
	float:left;
	border:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

div#links form input#button {
	background:url(../img/login_bg.gif) right top no-repeat;
	width:45px;
	height:22px;
	color:#5f5f5e;
	padding: 0 0 2px 0;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	border:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div#links a {
	float:right;
	text-align:right;
	margin-top:5px;
}

