

	
BODY.phpshout_body {
	background-color:#FFFFFF;/* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-repeat:no-repeat;
	}

TABLE.phpshout_table {
	background-color: #FFFFFF; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#000000; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 1px solid #c2c2c2;
	font-size:11px;
	}

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

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

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2c2c2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c2c2c2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c2c2c2;
	padding: 3px;
 
	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:#c2c2c2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
		font-weight: bold;
}

P.error {
	color: #000000;
	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; 
	}