body {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, times;
}

#container {
	width: 1000px;
	margin: auto;
}

div#top {
	background-image: url('images/topout.jpg');
	width: 640px;
	height: 278px;
	padding-left:360px; padding-right:0; padding-top:150px; padding-bottom:0
}

div#menu {
	background-image: url('images/menu.jpg');
	width: 850px;
	height: 57px;
	padding-left:130px; padding-right:0; padding-top:0; padding-bottom:0
}

div#bar {
	background-image: url('images/bar.jpg');
	width: 1000px;
	height: 28px
}

div#bar2 {
	background-image: url('images/bar2.jpg');
	width: 1000px;
	height: 28px
}

div#content {
	background-image: url('images/content.jpg');
	width: 850px;
	height: 232px;
	padding-left:150px; padding-right:0; padding-top:20px; padding-bottom:0
}

#login {
	float: left;
}

#reg {
	float: left;
	padding: 0 0 0 100px;
}

div#footer {
	background-image: url('images/footer.jpg');
	width: 1000px;
	height: 37px
}

/* MENU STYLE */
.home {  width: 118px; margin: 2px 25px 0 0px; }
.lpass { width: 171px; margin: 2px 25px 0 30px; }
.screen {  width: 158px; margin: 2px 20px 0 20px; }
.contact { width: 118px; margin: 2px 30px 0 35px; }

/* Content */
.toptext {
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
}

/* Forms*/
.formtext {
	font-size: 10pt;
	color: #fff;
	font-weight: normal;
}

td.mar {
	margin-top: 40px;
}

.lost {
	font-size: 10pt;
	color: #fff;
	font-weight: normal;
	margin: 110px 0 0 0;
	float: left;
}

.textfield {
	background-color: #eee;
	width: 200px;
	padding: 3px;
	border: 1px solid #0e5ba3;
	
}
.textfield:focus {
	background-color: #fff;
}

.select {
	width: 208px;
	background-color: #eee;
	border: 1px solid #0e5ba3;
}
.select:focus {
	background-color: #fff;
}

.submit {
	background-image: url('images/button.png');
	background-color: #000;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	width: 111px;
	height: 24px;
	border: 0px none;
	cursor: pointer; margin-left:95px; margin-right:0; margin-top:110px; margin-bottom:0; padding-left:5px; padding-right:0; padding-top:0px; padding-bottom:0
}

.register {
	background-image: url('images/button.png');
	background-color: #000;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	width: 111px;
	height: 24px;
	border: 0px none;
	cursor: pointer; margin-left:95px; margin-right:0; margin-top:10px; margin-bottom:0; padding-left:5px; padding-right:0; padding-top:0px; padding-bottom:0
}

li {
	list-style: none;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url('lightbox/overlay.png'); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url('blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale")
	}
