BODY.phpshout_body {
	background-color:#FFFFFF; /* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

TABLE.phpshout_table {
	background-color:#FFFFFF; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#7E6266; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 2px solid #F1D6DF;
	font-size:11px;
}

TD.phpshout_posts {
	background-color: #FFFFFF;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#F1D6DF;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#F1D6DF;
	padding: 3px;
}

TD.phpshout_2nd_posts {
	background-color: #FFFFFF;
	padding: 3px;
}

TD.phpshout_form {
	padding:3px;
}

TH.phpshout_th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

INPUT.textfields {
	background-color: #FFFFFF;
	color: #7E6266;
	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: #F1D6DF;
	color: #7E6266;
	border: 1px ridge #F1D6DF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

P.error {
	color: #4E2D36;
	font-weight: bold;
}

A:LINK.phpshout_link { text-decoration: none; color: #CE6E7A; }
A:VISITED.phpshout_link { text-decoration: none; color: #CE6E7A; }
A:HOVER.phpshout_link { text-decoration: underline; color: #CE6E7A; }

A:LINK img.smilies { border: 0px solid #000000; }
A:VISITED img.smilies { border: 0px solid #000000; }
A:HOVER img.smilies { border: 0px solid #000000; }
