#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	z-index: 90;
}

#box {
	position: relative;
    background-color:#ffffff;
    font-family: arial;
    font-size: 12px; }
     
#boxtitle {
	position: absolute;
	top: 31px;
	left: 28px; }
    
#close {
    position:absolute;
    top:17px;
    right:18px;
    cursor:pointer; }

#formtable {
	position: absolute;
	left: 30px;
	top: 160px; }

#textbox {
	position: absolute;
	top: 80px;
	left: 30px;
	width: 350px;
}

.textb {
	color: #444343;
	font-size: 11px;
	margin: 11px 0px 10px 0px;
}

#box p {
	color: #444343;
	font-size: 11px;	
}

#boxcheck {
	position: relative;
	margin: 10px 6px 0px 0px;
	padding: 0px;
	left: 0px;
}
	
.tabletext
{
	width: 80px;
	text-align: left;
	vertical-align: bottom;
	font-size: 11px;
	color: #444343;
	padding: 0px;
	margin: 0px;
}

.tablefield
{
	padding: 3px 0px 0px 0px;
	font-size: 11px;
	margin: 0px;
}

#formtable>.tablefield
{
	padding: 5px 0px 0px 0px;
}

#separator
{
	height: 15px;
}
    
.signupform {
	position: relative;
	text-align: left; }

.signupf {
	position: relative;
	width: 166px;
	padding: 1px;
	height: 16px;
	border: 1px solid #2b2b2b; }

#newsletter {
	height: 16px;
	margin: 1px; }
	
#ssubmit {
	border: 0px;
	margin-top: 15px;
	padding: 0px;
	width: 89px;
	height: 23px;
	background: url('../images/boxsubmit.gif');  }

#submitc {
	display: none;
	visibility: hidden; }
	
#sitemap {
	position:relative;
	width:300px;
	height:300px;
	background-color:red; }
	
#uploadform {
	position: relative;
	top: 170px;
	left: 30px;
	width: 320px;
	height: 170px; }
	
#uploadsubmit {
	position: absolute;
	left: 0px;
	bottom: 0px; }

#message {
	color: #2b2b2b; }
	
#busy {
	position: absolute;
	bottom: 4px;
	left: 100px;
	}
	
#box a:link { 
	color: #665dad;
	text-decoration: none; }

#box a:visited { 
	color: #665dad;
	text-decoration: none; }
	
#box a:active { 
	color: #665dad; 
	text-decoration: none; }
	
#box a:hover { 
	color: #665dad;
	text-decoration: underline; }