BODY.shoutbox_body {
	background-color:#313131; /* Background colour of frame */
	background-image : url(../../tlo.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	SCROLLBAR-FACE-COLOR: #454545;
	SCROLLBAR-HIGHLIGHT-COLOR: #C0C0C0;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #C0C0C0;
	SCROLLBAR-ARROW-COLOR: #C0C0C0;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	}

TABLE.shoutbox_table {
	background-color:#3A3A3A; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#6CF2F4; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 1px solid #000000;
	font-size:11px;
	}

TD.shoutbox_posts {
	background-color: #494949;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 3px;
	}

TD.shoutbox_2nd_posts {
	background-color: #313131;
	padding: 3px;
	}

TD.shoutbox_form {
	padding:3px;
	}

INPUT.textfields {
	background-color: #000000;
	color: #6CF2F4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 130px; /* Expand the text fields accordly with the width of your shoutbox */
	}

INPUT.buttons {
	background-color: #000000;
	color: #6CF2F4;
	border: 2px outset #3BBFB2;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

P.error {
	text-align:center;
	color: #FF0033;
	font-weight: bold;
	}

A:LINK.shoutbox_link { 
	text-decoration: none; 
	color: #6CF2F4; 
	}
A:VISITED.shoutbox_link { 
	text-decoration: none; 
	color: #6CF2F4; 
	}
A:HOVER.shoutbox_link { 
	text-decoration: underline; 
	color: #6CF2F4; 
	}

A:LINK img.smilies { 
	border: 0px solid #3BBFB2; 
	}
A:VISITED img.smilies { 
	border: 0px solid #3BBFB2; 
	}
A:HOVER img.smilies { 
	border: 0px solid #3BBFB2; 
	}
.copyright {
	color: #6CF2F4;
	}