/* Edited with EditCSS */
/**** LINK-tag style sheet default.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet default.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet default.css ****/

BODY.phpshout_body {
	background-color:#001A3E; /* 

Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
float:left;
}

TABLE.phpshout_table {
	background-color:#FAFAFA; /* Background colour of table */
	font-family: Arial, Helvetica, sans-serif;
	color:#000000; /* Font colour in table */
	width: 140px; /* Width of table inside iframe. Will expand when iframe width is changed*/
	border-collapse:collapse;
	border: 1px solid #D9D9D9;
	font-size:11px;
	}

TD.phpshout_posts {
	background-color: #0090E0;
        color:#1F1F1F;

	}

TD.phpshout_2nd_posts {
	background-color: #001A3E ;
	padding: 3px;
        color:#ccc;
	}

TD.phpshout_form {
	
	}

INPUT.textfields {
	background-color: #feb300;
	color: #000;
        font-weight:bold;
	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: #feb300;
	color: #000000;
	border: 2px outset #CF6B00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:bold;
	}

P.error {
	color: #FF0033;
	font-weight: bold;
	}

A:LINK.phpshout_link { 
	text-decoration: none; 
	color: #F98000; font-weight: bold;
	}
A:VISITED.phpshout_link { 
	text-decoration: none; 
	color: #F98000; font-weight: bold;
	}
A:HOVER.phpshout_link { 
	text-decoration: underline; 
	color: #F98000; font-weight: bold;
	}

A:LINK img.smilies { 
	border: 0px solid #000000; 
	}
A:VISITED img.smilies { 
	border: 0px solid #000000; 
	}
A:HOVER img.smilies { 
	border: 0px solid #000000; 
	}






