<!--        
body {
	background-color: #F6F8F3;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
td {
	font-size: 12px;
}
tr {
	font-size: 12px;
}
.chattext {
/*
	font-size: 12px;
	border: 1px solid #716d6d;
	background-color: #fff;
	background-image: url('../images/fdwhite.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50 10;
*/
}
.online {
	width: 100px;
	background-color: #fff;
	border-bottom: #716d6d 2px solid;
	border-left: #716d6d 1px solid;
	border-right: #716d6d 2px solid;
	border-top: #716d6d 1px solid;
}
.uson {
	width: 100%;
}
.nickechat {
}
.avatars {
	background-color: #CBCFB7;
	border: #716d6d 1px solid;
}
.panel {
	width: 100%;
}
.skins {
	text-align: left;
}
.echatbuttons{
	text-align: right;
}
input {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	border: #716d6d 1px solid;
/*
	border-bottom: #716d6d 2px solid;
	border-left: #716d6d 1px solid;
	border-right: #716d6d 2px solid;
	border-top: #716d6d 1px solid;
*/
}
SELECT {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	border: #716d6d 1px solid;
/*
	border-bottom: #716d6d 2px solid;
	border-left: #716d6d 1px solid;
	border-right: #716d6d 2px solid;
	border-top: #716d6d 1px solid;
*/
	text-align:center;
	cursor: pointer;
}
-->