

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

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

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

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

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	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;
 
	background-color: #707070;
	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: #FFFFFF;
	color: #000000;
	border: 1px ridge #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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; 
	}
