* { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #595959;
	background-color: #fff;
	text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
}
#formWrapper {
	width: 440px;
	margin: 0 auto;
	min-width: inherit;
	padding: 0px 20px 10px 20px;
	text-align: left;
}
#formCasing {
	background: url("../images/login-case.png") no-repeat top left;
	padding: 20px 27px 1px 27px;
	zoom: 1.0;
	background-size: 100% 100%;
}
#formFooter {
	background: url("../images/login-footer.png") no-repeat top left;
	height: 18px;
	background-size: 100% 100%;
}
#additional {
	width: 500px;
	margin: 100px auto 0 auto;
}
form dl {
  	margin: 15px 0;
}
form dt {
  	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	color: #a5a5a5;
	padding-top: 5px;
}
form dd {
  	margin: 0 0 10px 90px;
	font-size: 12px;
	line-height: 24px;
	color: #a5a5a5;
	margin-left: 80px;
}
dd span {
	color: #ccc;
}
h1 {
	font-size: 24px;
	margin: 7px 0 8px 0;
	padding: 0 0 12px 0;
	text-align: left;
	line-height: 26px;
	padding: 12px 0 12px 0 !ie;
}
h2 {
	font-size: 14px;
	color: #2ba02c;
}
input.input {
	font-size: 14px;
	padding: 8px 5px;
	font: normal 14px arial, helvetica, sans-serif;
	border: 1px solid #dcdcdc;
	color: #444;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
input.input:focus {
	border: 1px solid #bfbfbf;
	outline: none;
}
input.button {
	padding: 0;
	vertical-align: middle;
}
input#username {
	width: 280px;
}
input#password {
	width: 150px;
	margin-right: 5px;
}
input#emailpassword {
	vertical-align: middle;
	margin-right: 5px;
}
input#forgot {
	width: 280px;
}
input.checkbox {
	border: 0;
	padding: 0;
}
p {	
	margin-bottom: 18px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
p em {
	font-style: italic;
	color: #a1a1a1;
}

p.error {
	width:"100%"; 
	margin-bottom:15px; 
	padding:10px; 
	border: 1px solid #f12634; 
	background-color:#f5dadc; 
	color:#f12634; 
}

p.message {
	width:"100%"; 
	margin-bottom:15px; 
	padding:10px; 
	border: 1px solid #003d8c; 
	background-color:#d0e0f5; 
	color:#003d8c;
}

.copyright { display:none; }

.resetButton { margin: 4px 0 17px 0; }

.resetClear { clear: both; }

.resetLeft { float: left; }

.resetMb { margin-bottom: 13px; }

.resetOrCancel { color:#999999; float:left; margin: 22px 0 0 6px; }

.resetPt { margin-top: 11px; }

/* ------- Tooltip ----- */
#text {margin:50px auto; width:500px}
.hotspot {color:#3081dd; padding-bottom:1px; cursor:pointer;}
#tt {z-index:1000;position:absolute; display:block;}
#tttopz-index:1000;display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {z-index:1000;display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {z-index:1000;display:block; height:5px; margin-left:5px; overflow:hidden}

/* Lightbox */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
 
.lightbox_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 60%;
	padding: 20px;
	border: 2px solid #ccc;
	background: #ffffff;
	color:black;
	z-index:1002;
	overflow:auto;
}
#light a { 
	color:#6995ca;
}
