BODY.phpshout_body {
	background-color: #000000; /* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
      color: #FF64B1;
	}

TABLE.phpshout_table {
	background-color: #646D7E; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color: #FF64B1; /* Font colour in table */
	width: 90%; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: transparent;
	font-size:12px;
	}

TD.phpshout_posts {
	background-color: #646D7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding: 3px;
	}

TD.phpshout_2nd_posts {
	background-color: #4A4A95;
	padding: 3px;
	}

TD.phpshout_form {
	padding:3px;
	}

INPUT.textfields {
	background-color: #000000;
	color: #FF64B1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px; /* Expand the text fields accordly with the width of your shoutbox */
	}

INPUT.buttons {
	background-color: #CCCCCC;
	color: #000000;
	border: 2px outset #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

P.error {
	color: #FF0033;
	font-weight: bold;
	}

A:LINK.phpshout_link { 
	text-decoration: none; 
	color: #B3D9FF; 
	}
A:VISITED.phpshout_link { 
	text-decoration: none; 
	color: #B3D9FF; 
	}
A:HOVER.phpshout_link { 
	text-decoration: underline; 
	color: #FF64B1; 
	}

A:LINK img.smilies { 
	border: 0px solid #B3D9FF; 
	}
A:VISITED img.smilies { 
	border: 0px solid #B3D9FF; 
	}
A:HOVER img.smilies { 
	border: 0px solid #FF64B1; 
	}