@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	clear: right;
}
body {
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	}
#wrapper
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 900px;
	text-align: center;


}
#below #Bleft {
	float: left;
	width: 450px;
}
#below #Belowright {
	float: left;
	width: 350px;
	margin-left: 100px;
}
#below {
	clear: both;
}
#footer {
	top: 10px;
	float: none;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}
.user {
	color: #990000;
	font-weight: bolder;
	text-transform: capitalize;
}




#frmlogin {
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #282828;
	border-right-color: #282828;
	border-bottom-color: #282828;
	border-left-color: #282828;
	
}
#wrapper #below #Bleft li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCD8E6;
}
#wrapper #below #Bleft a {
	color: #009966;
	font-weight: bold;
	text-decoration: none;
	display: list-item;
}
#wrapper #below #Bleft a:hover {
	background-color: #98C888;
	color: #FFFFFF;
}
#wrapper   #below   #Bleft   ul {
	text-align: left;
	list-style-type: none;
}
/*below right properties*/
#wrapper #below #Belowright li {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCD8E6;
	margin-bottom: 4px;
	margin-top: 4px;
}
#wrapper #below #Belowright a {
	color: #009966;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-image: url(images/3_023.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-bottom: 4px;
}
#wrapper #below #Belowright a:hover {
	background-image: url(images/3_023.gif);
	background-repeat: no-repeat;
	background-position: 100px center;
}

#wrapper #below #Belowright ul {
	text-align: center;
}
/*form properties*/
#frmlogin #cmdlogin {
	border: thin solid #F0F0F0;
	background-color: #990000;
	padding: 5px;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
span.success  {
	color: #00CC00;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}
#wrapper #frmlogin #mainlogin {
	text-align: right;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}

#frmlogin a.logintop {
	font-size: 16px;
	background-position: left;
}
span.fail {
	color: #FF0000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}
span.failactive {
	color: #990000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}
.usernotactive {
	color: #006666;
	font-weight: bolder;
	text-transform: capitalize;
}
.removelink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

