@charset "utf-8";
/* CSS Document */

div, img, span {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, fieldset, address { 
	margin: 1em 0; 
}
html, body	{height: 100%;}
a, img {
	border: none;
}
.invisible { display: none; }
body	{
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 1.4em;*/
	margin: 0em;
	padding: 1em;
	color: #000;
	font-weight: normal;
	background: #fff url('../images/bg.png') top left repeat-x;	
}

.main {
	width:616px;
	height: 397px;
	margin:0px auto;
	text-align:left;
	padding:0;
	background: url('../images/logonbg.png') top left no-repeat;	
	margin-top: 150px;
}

.mainReset {
	width:616px;
	height: 450px;
	margin:0px auto;
	text-align:left;
	padding:0;
	background: url('../images/logonbgr.png') top left no-repeat;	
	margin-top: 150px;
		
	
}
#login {
	width:302px;
	margin-left: 292px;
	padding-top: 80px;	
}
label {
	font: 140%/150% "Lucida Grande",Arial,sans-serif;
	color: #5e5e5e;
	font-weight: normal;
	margin:20px 0;	
}
.input {
	width: 270px;
	height: 25px;
	border: #dcdcdc thin solid;
	margin-bottom:2px;	
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #f2f2f2;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button {
	width: 100px;
	height: 32px;
	border: #747474 thin solid;
	margin-bottom:8px;	
	margin-top:10px; 
	font: 125%/150% "Lucida Grande",Arial,sans-serif;
	color: #fefefe;
	background-color: #acacac;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.links {
	text-align:right;
	width:302px;
	margin-top: 12px;
	font-size: 15px;
}
.links a, .link {
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size: 13px;	
	text-decoration:none;
}
.notification {
	width:340px;
	margin-top:43px;	
	margin-left: 270px;
}
.notification a {
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size: 11.4px;	
	text-decoration:none;
}
.notification a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size: 11.4px;	
	text-decoration:underline;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	color:#880000;
	height: 29px;
	font-size: 12px;	
	margin: 0 0 10px 0;	
}
.intro {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;	
	margin: 0 0 5px 0;	
}
.intro h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;	
	margin: 0 0 5px 0;
	font-weight:bold;	
}