BODY.phpshout_body {
	background-color:#000000; /* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	SCROLLBAR-SHADOW-COLOR: #0000ff;
    SCROLLBAR-3DLIGHT-COLOR: #666666;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #666666;
    SCROLLBAR-DARKSHADOW-COLOR: #666666;
	}

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

TD.phpshout_posts { color: black; background-color: #ffffff; padding: 3px; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }

TD.phpshout_2nd_posts { color: silver; background-color: black; padding: 3px; }

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	background-color: #FFFFFF;
	color: #000000;
	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: #CCCCCC;
	color: #000000;
	border: 2px outset #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

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

A:LINK.phpshout_link { text-decoration: none; color: white; background-color: black; }
A:VISITED.phpshout_link { 
	text-decoration: none; 
	color: #000000; 
	}
A:HOVER.phpshout_link { 
	text-decoration: underline; 
	color: #000000; 
	}

A:LINK img.smilies { 
	border: 0px solid #000000; 
	}
A:VISITED img.smilies { 
	border: 0px solid #000000; 
	}
A:HOVER img.smilies { 
	border: 0px solid #000000; 
	}
	SCROLLBAR-HIGHLIGHT-COLOR: #ccccff;
