body{
	scrollbar-face-color: #5E3D01;
	scrollbar-shadow-color: #715201;
	scrollbar-highlight-color: #715201;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #715201;
	scrollbar-track-color: #DB8703;
	scrollbar-arrow-color: #DB8703;
	background-color: black; margin: 0px; font-family: arial; font-size: 12px; color: white;
	background-image: url(../img/popupback.gif);
	background-repeat: repeat-y;
}

a img{border: none;}

a{
	text-decoration: none;
	color: White;
}
a:hover{
	text-decoration: underline;
}
a.item{
	background-image: url(../img/menusquare.gif); 
	background-repeat: no-repeat; 
	margin-bottom: 7px; 
	font-size: 11px; 
	font-weight: bold;
	padding-left: 20px;
	display: block;
}
input, select, textarea, button{
	background-color: #DB8703;
	border: 1px solid black; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}
input.submit, button.submit{
	font-size: 12px; font-weight: bold
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
form{
	margin: 0px;
	padding: 0px;
}
.title{
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
	height: 19px;
	padding-top: 4px;
	padding-left: 8px;
	text-transform: uppercase;
	background-color: #5B3801;
	background-image: url(../img/titleback.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.topitem{
	float: left; width: 135px; color: silver; text-align: center;
}
.topitem a{
	color: silver;
}
#menu{
	border-top: 1px solid #BF7603; border-bottom: 1px solid #BF7603; padding: 0px 10px 0px 10px;
}
#topmenu{
	border-left: 1px solid #BF7603; border-right: 1px solid #BF7603; height: 20px; padding-top: 5px;
}
#leftmenu{
	float: left; width: 150px; margin-left: 10px; _margin-left: 5px; padding: 5px; padding-top: 10px;
}
#links{
	border: 1px solid #BF7603; background-color: #5B3801; padding: 8px; text-transform: uppercase;  margin-bottom: 20px; height: 179px;
}
#login{
	border: 1px solid #BF7603; background-color: #5B3801; padding: 8px; margin-bottom: 20px; line-height: 20px; padding-bottom: 20px;
}
#welcome{
	margin-top: 10px;
}
#welcome #camera{
	float: left; width: 300px; margin-right: 10px; height: 225px;
}
#welcome #signup{
	float: left;
}
#welcome #signup #form{
	border: 1px solid #BF7603; background-color: #5B3801; padding: 8px; width: 215px; min-height: 133px;
}