#chatbox 						{ z-index:100; display:none; position:fixed; bottom:0; right:20px; width:190px; height:160px; overflow:hidden; font-family:Arial, Verdana, sans-serif; }
#chatbox .chatbox-menubar		{ margin:0; padding:0; list-style:none; display:block; background:#282828; height:20px; text-align:right; -moz-border-radius:5px 5px 0 0; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; }
#chatbox .chatbox-menubar li	{ display:inline; }
#chatbox .chatbox-menuicon		{ position:absolute; top:2px; display:block; width:16px; height:16px; background-image:url(/images/chatbox-menubar-icons.png); background-repeat:no-repeat; }
#chatbox .chatbox-menuicon span	{ display:none; }
#chatbox .chatbox-close			{ right:2px; background-position:0 0; }
#chatbox .chatbox-close:hover	{ background-position:-16px 0; }
#chatbox .chatbox-minimize		{ right:18px; background-position:0 -16px; }
#chatbox .chatbox-minimize:hover{ background-position:-16px -16px; }
#chatbox .chatbox-content 		{ padding:10px; color:#fff; text-align:left; background:#151515; height:120px;}
#chatbox .chatbox-content h2	{ margin:0 0 14px 0; font-size:22px; font-weight:normal; color:#fff; }
#chatbox .chatbox-content p		{ margin:0 0 14px 0; font-size:14px; }
#chatbox .chatbox-button		{ display:block; padding:7px; background:#00640a; color:#fff; font-weight:bold; text-decoration:none; text-align:center; -moz-border-radius:2px; -webkit-border-radius:2px;}
#chatbox .chatbox-button:hover	{ background-color:#009a31; }
#chatbox .chatbox-button span	{ width:146px; }

#chatbox .chatbox-minimize		{ display:none; } /* Hide this as the minimize function is not done yet */