/* CSS Document */
#mainID{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:815px;
	height:500px;
	margin-top:45px;
}
#contentLeft{
	position:relative;
	float:left;
	background:url(../images/infotraq-login-img.jpg);
	width:396px;
	height:447px;
	border:1px solid #ebebeb;
}
#signup{
	position:absolute;
	font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
	font-weight:lighter;
	font-size:34px;
	color:#FFFFFF;
	height:50px;
	width:352px;
	bottom:65px;
	text-align:center;
	margin-left:23px;
	
}
#buttonSignup{
	position:absolute;
	bottom:20px;
	right:28px;
}

#contentRight{
	float:right;
}
#contentRight ul{
	list-style:none;
	list-style-image:none;
}
#logoID{
	position:relative;
	margin-top:30px;
	margin-left:35px;

}
.edit{
	width:320px;
	height:30px;
	padding-left:5px;
	padding-top:0px;
	margin-bottom:10px;
}
.select{
	width:340px;
	height:30px;
	padding-left:10px;
	padding-top:0px;
	margin-bottom:10px;

}

#infoLinks{
	position:relative;
	margin-top:10px;
	color:#8ebc00;
	
}
#infoLinks li{
	margin-bottom:4px;
	margin-left:-5px;
}

#loginID ul{
	margin-left:-7px;
}
#copyrightID{
	position:absolute;
	bottom:50px;
	color:#898989;
	font-size:13px;
	margin-left:35px;
}
#bottomMenu{
	position:absolute;
	right:10px;
	bottom:45px;
}
#bottomMenu li {
	float:left;
	margin-left:10px;
}

#bottomMenu a:link{ 	color:#898989; 	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:13px; font-weight:500; position:relative;top:12px; display:block;  height:100%; width:100%; text-decoration:none;}
#bottomMenu a:hover{ 	color:#8ebc00;	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:13px; font-weight:500; position:relative;top:12px; display:block;  height:100%; width:100%;text-decoration:none;}
#bottomMenu a:visited{	color:#898989;	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:13px; font-weight:500; position:relative;top:12px; display:block; height:100%; width:100%;text-decoration:none;}
#bottomMenu a:active{  color:#898989;	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:13px; font-weight:500; position:relative;top:12px; display:block;  width:100%;text-decoration:none; }

#infoLinks a:link{ 	color:#8ebc00; 	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:15px; font-weight:500; position:relative;top:12px; height:100%;  text-decoration:none;}
#infoLinks a:hover{ 	color:#898989;	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:15px; font-weight:500; position:relative;top:12px;  height:100%; text-decoration:none;}
#infoLinks a:visited{	color:#8ebc00;	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:15px; font-weight:500; position:relative;top:12px; 	height:100%; text-decoration:none;}
#infoLinks a:active{  color:#8ebc00;	font-family:Segoe UI,Arial, Helvetica, sans-serif;font-size:15px; font-weight:500; position:relative;top:12px;   text-decoration:none; }

.loginError{
	float:right;
	width:20px;
	margin-top:5px;
}
.warning-img{
	margin-left:3px;
}
#editPassword{
	font-size:17px;
}
#docQuote{
	position:absolute;
	font-family:"Segoe UI",Arial,Verdana,Helvetica,sans-serif;
	font-weight:lighter;
	font-size:32px;
	line-height:32px;
	color:#FFFFFF;
	bottom:30px;
	margin-left:23px;

}