body{
	background-color: black;
	color: white;
	font-family: Verdana;
	font-size: xx-small;
}
a{
	color: #433FB8;
	text-decoration: none;
}
a:hover{
	text-decoration: underline overline;
}
table{
	border-collapse: collapse;
}

#principal{
	position: absolute;
	margin-top: -8px;
	margin-left: -390px;
	left: 50%;
	width: 780px;
	height: 600px;
	z-index: 1;
}
#prin{
	width: 780px;
	height: 600px;
}
#head{
	height:204px;
	background-image: url(imgs/header.jpg);
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid white;
z-index: 2;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #000000;
background-image: url(imgs/head2.jpg);
background-repeat: no-repeat;
min-width: 100px; 
height: 20px;
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

#expo_imgs{
	cursor: pointer;
	width: 750px;
	height: 370px;
	overflow:auto;
}

#mails{
	width: 350px;
}
#mails td{
	border: 1px solid #433FB8;
}
#mails th{
	border: 1px solid #433FB8;
	width: 5px;
}

fieldset{
	border: 1px solid #433FB8;
	color: #433FB8;
}
input{
	border: 1px solid #433FB8;
	background-color: black;
	color: #433FB8;
}
input:hover{
	border: 1px solid white;
	background-color: black;
	color: white;
}
textarea{
	border: 1px solid #433FB8;
	background-color: black;
	color: #433FB8;
}
textarea:hover{
	border: 1px solid white;
	background-color: black;
	color: white;
}
.adm{
	border: 1px solid #433FB8;
}