html { overflow-x:hidden;}
body{ 
	
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:7pt;
	color:black;
/*
scrollbar-face-color: white;
scrollbar-shadow-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-track-color: white;
scrollbar-arrow-color: black;
*/
}

#chat-contact-info {
	font-size:7pt;
	padding:10px;
	color:#666666;
	border-top:1px solid #e8edf1;
	border-left:1px solid #e8edf1;
	border-right:1px solid #c8cdd1;
	border-bottom:1px solid #c8cdd1;

}
.chat-link {
	border-top:1px solid #e8edf1;
	border-left:1px solid #e8edf1;
	border-right:1px solid #c8cdd1;
	border-bottom:1px solid #c8cdd1;

	margin-bottom:1px;
	background-color:#d8dde1;

}
.chat-link img{
	border-right:1px solid #c8cdd1;
	background-color:#d8dde1;
	padding:2px;
}

a.online {font-size:7pt;}
a.online:link {font-size:7pt;color:#000000; font-weight:normal}
a.online:visited {font-size:7pt;color:#000000; font-weight:normal}
a.online:hover {font-size:7pt;color:#000000; font-weight:normal}
a.offline {font-size:7pt;color:#000000; font-weight:normal;font-style:italic;}

#chat-loader-icon {
	text-align:right;
	width:100%;
}

a.big-link {
color:#345C75;
font-family:verdana;
font-size:7pt;
font-weight:bold;
text-decoration:none;
}
.link-image {
height:11px;
margin-right:5px;
margin-top:2px;
vertical-align:top;
width:12px;
}
#status {
/*	margin:10px 0px 0px 0px;
	padding-top:5px;
	font-size:7pt;
*/
}
#chat-username {
	font-family:verdana;
	font-size:7pt;
	width:141px;
}
.formbutton{
	background-color: #345c75;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	background-image:url(buttonBG.gif);

	font-family: verdana, arial, helvetica, sans-serif;
	font-size:7pt;
	border:1px solid #3b3b3b;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;

}
.cam-contact {
}
.chat-box{ 
	background-repeat:repeat-x;
	background-image:url(chat-bg.jpg);
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:7pt;
	color:#000000;
	background-color:#d8dde1;

}

.chat-box-area {
	font-family:verdana;
	font-size:7pt;
	padding-right:10px;
	border-left:1px solid #e8edf1;
	border-right:1px solid #c8cdd1;
	border-bottom:1px solid #c8cdd1;

}

.chat-box-area td {
	font-family:verdana;
	font-size:7pt;
	color:#666666;
}
th{ 
	text-align:left;
}