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

TABLE.phpshout_table {
	background-color:#112132; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#D0E5F7; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 2px solid #4E759C;
	font-size:12px;
	padding:3px;
}

TD.phpshout_posts {
	background-color: #274D74;/*
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#4E759C;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#4E759C;*/
	padding: 3px;
}

TD.phpshout_2nd_posts {
	/*background-color: #4E759C;*/
	padding: 3px;
}

TD.phpshout_form {
	padding:3px;
}

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

INPUT.textfields {
	border: 1px ridge #4E759C;
	background-color: #4E759C;
	color: #112132;
	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: #4E759C;
	color: #112132;
	border: 1px ridge #4E759C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

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

A:LINK.phpshout_link { text-decoration: none; color: #D0E5F7; }
A:VISITED.phpshout_link { text-decoration: none; color: #D0E5F7; }
A:HOVER.phpshout_link { text-decoration: underline; color: #D0E5F7; }

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