#MSLogin{
	position:relative;
}

#MSLogin, .MSLoginBar, .MSLoginOpacity, .MSLoginContainer{
	width:100%;
}

.MSLoginBar, .MSLoginOpacity{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}

.MSLoginContainer{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	z-index:1001;
	position:relative;
}

.MSLoginButton div{
	float:left;
	height:25px;
	z-index:1002;
	position:relative;
}

.MSLoginButtonL{
	width:8px;
	background:url(../images/msloginbuttonl.png) no-repeat top left;
}

.MSLoginButtonC{
	text-align:center;
	padding-top:5px;
	background:url(../images/msloginbuttonc.png) repeat-x;
}

.MSLoginButtonR{
	width:20px;
	background:url(../images/msloginbuttonr.png) no-repeat top left;
}

.MSLoginButton a, .MSLoginButton a:link, .MSLoginButton a:visited, .MSLoginButton a:hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	padding:0 10px 0 10px;
	color: #ffffff!important;
	text-decoration: none;
}

.MSLoginBar TD.bordered{
	padding:5px 0 5px 10px;
} 

.MSLoginBar TD.bordered{
	border-left: 1px solid;
} 

.MSLoginOpacity{
	border-bottom: 3px solid;
}

.MSLoginLoginform{
	float:right;
	width:auto;
}

.MSLoginLoginform div, .MSLoginLoginform a, .MSLoginLoginform input, .MSLoginLoginform label{
	float:left;
	margin-left:8px;
}

.MSLoginLoginform div{
	padding-top:7px;
}

.MSLoginLoginform .inputbox, .MSLoginLoginform .inputbox:hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:normal;
	width:205px;
	border:solid 1px #5F5F5F;
	margin-top:5px;
}

.MSLoginLoginform a, .MSLoginLogin{
	width:24px;
	height:24px;
	background-position:top left;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
}


.MSLoginLoginform .MSLoginProfile{
	background: url( ../images/icon-24-profile.png );
}

.MSLoginLoginform .MSLoginLogout{
	background: url( ../images/icon-24-logout.png );
}

.MSLoginLoginform .MSLoginUsername{
	background: url( ../images/icon-24-username.png );
}

.MSLoginLoginform .MSLoginPassword{
	background: url( ../images/icon-24-password.png );
}

.MSLoginLoginform .MSLoginLogin{
	background: url( ../images/icon-24-login.png );
}

.MSLoginLoginform .MSLoginForgot{
	background: url( ../images/icon-24-forgot.png );
}

.MSLoginLoginform .MSLoginRegister{
	background: url( ../images/icon-24-register.png );
}

.MSLoginAjaxLoading{
	width:310px;
	height:25px;
	position:absolute;
	padding:10px 20px 0 10px;
	background-color:#000000;
	color:#ffffff;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	z-index:1000;
	top:10000px;
	display: none;
}	

.MSLoginAjaxLoading SPAN{
	font-size:11px;
	font-weight:normal;
	float:left;
	margin-right:10px;
	color:#ffffff;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #000000;
	padding: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	max-width:170px;
	min-width:100px;
}

#tooltip h3, #tooltip div{
	margin: 0;
	color:white;
	font-size:11px;
}

.MSLoginloginError{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	height:30px;
	margin:0 0 15px 15px;
	padding:15px 0 0 40px;
	color: #c00!important; 
	background: #E6C0C0 url(../images/notice-alert.png) 4px center no-repeat;
	border-top: 2px solid #DE7A7B; 
	border-bottom: 2px solid #DE7A7B;
}