﻿.panelLoginContainer {
	align-self: center;
	width: 312px;
	display: block;
	box-shadow: 0px 2px 5px 1px rgba(153,153,153,1);
	border-radius: 5px;
	margin-top:20px;
}

#login {
	display: block;
	float: right;
	font-size: 0.85em;
	height: 30px;
	margin: -24px 0 0;
	vertical-align: baseline;
	width: 140px;
	font-weight: bold;
	color: #005764 !important;
	background-color: transparent !important;
	background-position: 45px;
	background-repeat: no-repeat;
	text-decoration: none;
	z-index: 1;
}

	#login a {
		text-decoration: none;
		color: #005764 !important;
		margin: -9px 0 0 30px;
		width: 96px;
		display: block;
	}

		#login a.username {
			text-decoration: none;
			color: #005764 !important;
		}

	#login ul {
		margin: 0;
		margin-top: -21px;
	}

	#login li {
		display: inline;
		list-style: none;
	}

#loginLiID{
	display:block;
	float:left;
	width:40px;
	height:20px;
	margin-top:15px;
}
#btnLogoffID {
	display: block;
	float: left;
	border-color: transparent;
	background-color: transparent;
	font-weight: normal;
	margin-top: 11px;
	width: 70px;
	color: white;
	box-shadow: none;
}

.loginLoggedIn {
	margin-top: -21px !important;
	margin-left: 70px !important;
	display: block;
}

.loginPanel {
	width: 290px;
	height: 180px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
	display: block;
	float: left;
}

#divLoginUser, #divLoginPW {
	width: 290px;
	height: 30px;
	margin-bottom: 5px;
}

#divLoginCode {
	width: 290px;
	height: 30px;
	margin-bottom: 5px;
}

.loginFailureText {
	display: block;
	float: left;
	width: 290px;
	color: red;
	font-weight: 600;
	height: 35px;
	margin-top: 15px;
	padding: 5px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.lblLoginUser, .lblLoginPW {
	font-weight: normal;
	width: 85px;
	display: block;
	margin: 6px 2px 0 5px;
	float: left;
	height: 24px;
}

.lblResetPWHeader {
	font-weight: normal;
	width: 380px;
	display: block;
	margin: 6px 2px 0 5px;
	float: left;
	height: 24px;
}

.edtLoginUser {
	display: block;
	float: left;
	width: 150px;
	display: inline-block;
	position: relative;
	height: 24px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 10px;
}

.edtLoginPW {
	display: block;
	float: left;
	width: 150px;
	position: relative;
	height: 24px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 10px;
}

.lblLoginPWDisabled {
	float: left;
	width: 85px;
	position: relative;
	height: 20px;
	margin-top: 2px;
	margin-right: 10px;
	background-color: #f5f5f5;
	color: #595959 !Important;
	border-radius: 2px;
	border: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 4px 0 0 5px;
}

.edtLoginCode {
	float: left;
	width: 60px;
	position: relative;
	height: 24px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 100px;
	text-align: left;
}

.panelPWRecovery {
	width: 310px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
	display: block;
	float: left;
	min-height: 200px;
}

.btnLogin {
/*	background-image: url(../Images/BtnLogin.png) !Important;*/
	width: 150px;
	margin: 10px 25px 0 3px;
/*	padding: 0 0 0 27px;
*/}

.btnPasswordRecovery {
	background-image: url(../Images/BtnPasswordSend.png) !Important;
	width: 80px;
	margin: 10px 25px 0 3px;
	padding: 0 0 0 27px;
}
