font.font2php {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #929292; 
	font-size: 9px;
	font-style:italic;
	}

TABLE.phpshout_table {
	background-color:#FFFFFF; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#000000; /* Font colour in table */
	width: 400px; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	font-size:11px;
	padding:0px;
	spacing:0px;
}

TD.phpshout_posts {
	background-color: #fafafa;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cccccc;
	font-size:11px;
	padding: 10px;
}

TD.phpshout_2nd_posts {
	background-color: #f0f0f0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cccccc;
	padding: 10px;
}
TD.phpshout_form {
	padding:3px;
}

TH.phpshout_th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

INPUT.textfields {
	background-color: #FFFFFF;
	color: #333333;
	border:1 solid #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px; /* Expand the text fields accordly with the width of your shoutbox */
}

INPUT.buttons {
	border:1 solid #999999;
	background-color:#F0F0F0;
	cursor:hand;
	font-family:arial,verdana;
	color:#000000;
	font-size:11px;
}

P.error {
	color: #FF0033;
	font-weight: bold;
}

A:LINK.phpshout_link { text-decoration: none; color: #006699; }
A:VISITED.phpshout_link { text-decoration: none; color: #006699; }
A:HOVER.phpshout_link { text-decoration: underline; color: #006699; }

A:LINK img.smilies { border: 0px solid #000000; }
A:VISITED img.smilies { border: 0px solid #000000; }
A:HOVER img.smilies { border: 0px solid #000000; }