body,html {
	margin:0px;
	background-color:#000000;
}

.panel {
	left:600;
	top:50;
	width: 310px;
	height: 401px;
	background-image:url(interface/chat.jpg);
	background-repeat:no-repeat;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	position:absolute;
	visibility:hidden;
}

.alive {
	text-decoration:none;
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
}
.dead {
	text-decoration:none;
	color:#888888;
	font-family:Tahoma;
	font-size:11px;
}

.panel td { vertical-align:top; text-align:left; }


.panelcontent {
	margin-right:24px;
	margin-top:6px;
	margin-left:8px;
	color:#dcd9dc;
	font-family: "Tahoma";
	font-size: 11px;
	line-height:19px;
}

.panelcontent a a:visited {
	color: #6697ff;
	text-decoration: underline;
	line-height:27px;
}

.panelcontent a {
	color: #6697ff;
	text-decoration: underline;
	line-height:27px;
}

.panelcontent input {
	background-color:#000000;
	border:1px solid #111111;
	color:#dcd9dc;
	font-family: "Tahoma";
	font-size: 11px;
}

.button {
	width: 76px;
	height: 22px;
	background-image:url(interface/button.jpg);
	cursor:pointer;
}
.button td {
	font-family: "Tahoma";
	font-size: 11px;
      	color: #e7d9bf;
	text-align: center;
	vertical-align:middle;

}
.button div {
	margin-top:3px;
}
