body.phpshout_body {
	background-color:#FFFFFF; /* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}

table.phpshout_table {
	background-color: #FFFFFF; /* Background colour of table */;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /* Font colour in table */;
	width: 99%; /* Width of table inside iframe. Will expand when iframe width is changed*/;
	border-collapse: collapse;
	border: 1px #C0C0C0 solid;
	font-size: 11px;
}

td.phpshout_posts {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding: 3px;
	}

td.phpshout_2nd_posts {
	background-color: #E5E5E5;
	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: #FFFFF;
	color: #FFFFFF;
	border: 1px #C0C0C0;
	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; 
	}