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

TABLE.phpshout_table {
	background-color:white; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#3C6F9A; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 1px dotted white;
	font-size:12px;

	}

TD.phpshout_posts {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: #3C6F9A;
	border-bottom-color: white;
	border-top-width: 1px;
	border-top-style: #3C6F9A;
	border-top-color: white;
	padding: 3px;
	}

TD.phpshout_2nd_posts {
	background-color: #F1DFC9;
	padding: 3px;
	}

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	background-color: #B5C8D8;
	color: white;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px; /* Expand the text fields accordly with the width of your shoutbox */
	}

INPUT.buttons {
	background-color: #B5C8D8;
	color: white;
	border: 1px  #B5C8D8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

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

A:LINK.phpshout_link { 
	text-decoration: none; 
	color: #3C6F9A; 
	}
A:VISITED.phpshout_link { 
	text-decoration: none; 
	color: #009900; 
	}
A:HOVER.phpshout_link { 
	text-decoration: none; 
	background-color: #F1DFC9;
	color: #3C6F9A; 
	}

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