table.box {
	background: rgba(0,0,0,0.5);
}

th .admintitle {
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight:bold;
	text-shadow: -2px -2px 0 #000;
	line-height: 25px;
	height: 55px;
}

div hr {
	border: 1px solid #666;
	border-shadow: -2px -2px 0 #000;
}

div.titleheader {
	font-size: 14px;
	font-weight:bold;
	text-shadow: -1px -1px 0 #000;
	color: #cccccc;
	height: 25px;
	width: 100%
}

div.titlelabel {
	font: normal 13px Verdana;
	text-shadow: -1px -1px 0 #000;
	color: #F90;
	width: 100%
}
td img.profile {
	margin-top: 10px;
	border-radius: 15px;
	background: rgba(255,255,255,0.4);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

div.textlabel {
	font: normal 13px Verdana;
	text-shadow: -1px -1px 0 #000;
	color: #0F0;
	width: 100%
}

p.indent1 {
	text-indent: 25px;
}

div.titlelabel a {
	color:#F60;
}
div.titlelabel a:hover {
	color:#F60;
}