@CHARSET "UTF-8";

.layout-body {
	background-image: url(../images/background/login_bg.jpg);
}

.textbox .textbox-text {
	font-size: 14px;
}

.l-btn-text {
	font-size: 14px;
	line-height: 30px;
}

.container {
	width: 300px;
	margin: 0px auto 30px;
	border-radius: 10px;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.4);
}

.formPanel {
	/* Size and position */
	padding: 15px;
	position: relative;
	/* Styles */
	background: #fffaf6;
	border-radius: 0px 4px 4px 4px;
	color: #7e7975;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.formTable {
	font-size: 14px;
	margin: auto;
	width: 100%;
}

.formTable td {
	text-align: center;
	border-radius: 4px;
}

.inputCell {
	height: 40px;
	vertical-align: center;
}

#loginPane {
	margin: 50px auto;
	width: 900px;
	height: 580px;
	position: relative;
	left: 50%;
	margin-left: -460px;
	/* background-image: url(../images/background/bg_aboutMind_light.gif); */
	background-repeat: no-repeat;
	background-position: right bottom;
}

.moduleCell {
	background-color: #CC0000;
	background: linear-gradient(#CC0000, #4C0000);
	height: 40px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
	font-family: Verdana;
}

#tabbox {
	height: 40px;
}

.tab {
	background: #e3e3e3;
	color: gray;
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 40px;
	text-align: center;
	float: left;
	border-radius: 4px 4px 0px 0px;
	font-size: 16px;
	font-family: Verdana;
	text-decoration: none;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

#loginTab, #forgotPasswordTab {
	margin-right: 8px;
}

.selected {
	background-color: #fffaf6;
	color: brown;
	font-weight: bold;
}

#pwdComplexity {
	display: inline-block;
	margin-top: 4px;
}

.pwdComplexityInsufficient {
	padding-right: 18px;
	color: red;
	background: url(../images/button/cancel_16x16.png) no-repeat center right;
}

.pwdComplexityWeak {
	padding-right: 18px;
	color: orange;
	background: url(../images/misc/thumbDown_16x16.png) no-repeat center right;
}

.pwdComplexityMedium {
	padding-right: 18px;
	color: green;
	background: url(../images/misc/smile_16x16.png) no-repeat center right;
}

.pwdComplexityStrong {
	padding-right: 18px;
	color: blue;
	background: url(../images/misc/thumbUp_16x16.png) no-repeat center right;
}