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

TABLE.phpshout_table {
	table-layout: fixed;
	background-color:#060708; /* Background colour of table */
	font-family: Arial, Geneva, Tahoma, Helvetica, Verdana, sans-serif;
	color:#FFFFFF; /* Font colour in table */
	width: 160px; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 0px solid #060606;
	font-size:10px;
	margin-top: 0px;
	margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        }

TD.phpshout_posts {
	background-color: #070809;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #262626;
	padding: 3px;
	}

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

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	border: 1px solid #A0A0AE;
	background-color: #010203;
	color: #686868;
	padding: 2px;
	cursor: text; 
	font-family: Arial, Geneva, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	width: 145px; /* Expand the text fields accordly with the width of your shoutbox */
	}

INPUT.textfields:hover {
	border: 1px solid #AEAEC0;
	color: #868686;
	}

INPUT.textfields:focus {
	border: 1px solid #E8E8FF;
	color: #CECECE;
	}

INPUT.buttons {
	background-color: #111213;
	color: #FFFFFF;
	border: 1px solid #999999;
	cursor: pointer;
	font-family: Arial, Geneva, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	}

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

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

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

