/*Navigation CSS*/

body{
	font-family: verdana;
	font-size: 80%;
}

#lnavcontainer{
	padding: 0px;
	margin: 0px;
}

.listwrap{
	background-image: url('bar.png');
	position: relative;
	width: 143px;
	padding-top: 2px;
}

.listwrap2{
	background-color: E8E8E8;
	position: relative;
	width: 143px;
	padding-top: 2px;
}

#adlist{
	background-image: url('bar2.png');
	position: relative;
	width: 143px;
	height: auto;
	border-bottom: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
}

#adspace{
	background-color: #dadada;
	width: 135px;
	height: 429px;
	margin: auto;
	border: 1px solid black;
}

.navli{
	list-style-type: none;
	background-image: url('nav_back2.png');
	width: 135px;
	height: 19px;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: auto;
}

.rnavli{
	list-style-type: none;
	background-image: url('nav_back2.png');
	width: 135px;
	height: 19px;
	font-size: 80%;
	line-height: 19px;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: auto;
}

.bborder{
	border-bottom: 1px solid black;
}

.marg{
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

.firstli{
	border-top: 1px solid black;
}

.navili{
	padding: 0px;
	margin: 0px;
}

.listitem{
	display: block;
	text-decoration: none;
	color: black;
	padding-left: 12px;
	width: 121px;
	height: 19px;
}

.rlistitem{
	display: block;
	text-decoration: none;
	color: black;
	padding-left: 6px;
	width: 127px;
	height: 19px;
}

.blistitem{
	text-decoration: none;
	color: black;
}

.listitem:visited{
	text-decoration: none;
	color: black;
}

.listitem:hover{
	color: white;
}

.navbg{
	background-color: #e3e3e3;
	width: 135px;
	margin: auto;
	border: 1px solid black;
	border-bottom: 0;
	text-align: left;
}

/* Form CSS */

#form{
	position: relative;
	padding-left: 4px;
	font-size: 80%;
	font-weight: bold;
	height: 112px;
}

#uname{
	background-image: url('fieldbg.png');
	border: 1px solid black;
	width: 123px;
	height: 19px;
	padding: 0px;
	position: absolute;
	top: 18px;
	left: 5px;
}

#pass{
	background-image: url('fieldbg.png');
	border: 1px solid black;
	width: 95px;
	height: 19px;
	padding: 0px;
	position: absolute;
	top: 54px;
	left: 5px;
}

#sub{
	background-image: url('formgo.png');
	border: 0px;
	width: 24px;
	height: 19px;
	position: absolute;
	top: 55px;
	left: 106px;
}

#u_name{
	position: absolute;
	top: 4px;
	left: 5px;
}

#ppass{
	position: absolute;
	top: 40px;
	left: 5px;
}

#forgot{
	font-size: 90%;
	position: absolute;
	top: 80px;
	left: 10px;
}

#reg{
	font-size: 110%;
	position: absolute;
	top: 93px;
	left: 23px;
}