
HTML.phpshout_body {
	/*background-color:#BBD1E8;  Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	
	scrollbar-face-color: #DDEEFF;	
	SCROLLBAR-HIGHLIGHT: #006699;
	SCROLLBAR-SHADOW-COLOR: #006699;
	SCROLLBAR-3DLIGHT-COLOR: #006699;
	SCROLLBAR-ARROW-COLOR: #363636;
	SCROLLBAR-TRACK-COLOR:#0099cc;
	SCROLLBAR-DARKSHADOW-COLOR: #363636;
	SCROLLBAR-BASE-COLOR: #A64E4D;
	}
	
TABLE.phpshout_table {
	allowtransparency="true" background-color="transparent"
	/*background-color: #DDEEFF;  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 #3399CC;
	font-size:11px;
	}

TD.phpshout_posts {
	allowtransparency="true" background-color="transparent"
	/* background-color: #DDEEFF;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
	height: 25px;
	padding: 2px;
}

TD.phpshout_2nd_posts {
	allowtransparency="true" background-color="transparent"
	/*background-color: #CEE7FF;*/
	height: 25px;
	padding: 2px;
}

TD.phpshout_form {
	padding:3px;
}

TH.phpshout_th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

INPUT.textfields {
	allowtransparency="true" 
	background-color="transparent"
	color: #ffffff;
	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: 1px ridge #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: #000000; }
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; }