BODY.phpshout_body {
	background-color:#CCCCCC; /* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

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

TD.phpshout_posts {
	padding:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ADADAD;
}

TD.phpshout_form {
	padding:3px;
}

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

INPUT.textfields {
	background-color: #EEEEEE;
	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: #DEE5EF;
	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:#666666; }
A:VISITED.phpshout_link { text-decoration:none; color:#666666; }
A:HOVER.phpshout_link { text-decoration:underline; color:#666666; }

A:LINK img.smilies { border: 0px solid #666666; }
A:VISITED img.smilies { border: 0px solid #666666; }
A:HOVER img.smilies { border: 0px solid #666666; }