/*
* --------------------------------------------------------------------------
* Copyright   : Available.com
* --------------------------------------------------------------------------
*    Revision: 1.2
*        Date: 2003
*      Author: Aaron Smith
* --------------------------------------------------------------------------
* 
* Shortened the list and customized it to the chat.
*
* --------------------------------------------------------------------------
*/


BODY {
	scrollbar-base-color: E7E8FF;
	scrollbar-track-color: C0E2C0;
	scrollbar-face-color: 008000;
	scrollbar-highlight-color: E7E8FF;
	scrollbar-3dlight-color: ffffff;
	scrollbar-darkshadow-color: 505A75;
	scrollbar-shadow-color: 000000;
	scrollbar-arrow-color: C0C0FF;
}

.signin-inputbox {
 	font-family: arial;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	border-top-color: #000000; 
	border-left-color: #000000; 
	border-right-color: #008000; 
	border-bottom-color: #000000;
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	background-color: #49B149;
	padding-left: 7px;
}