BODY.phpshout_body {
/**	background-color:#fccbc5; /* Background colour of frame */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(http://kimchiu.mycelebsite.info/images/mnu_background.jpg);
}

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

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

TD.phpshout_2nd_posts {
	background-color: #80bdf9;
	color: #000000;
	padding: 3px;
}

TD.phpshout_form {
	padding:3px;
}

TH.phpshout_th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

INPUT.textfields {
	 font-size: 14px; 
 color: #000000f;
 font-weight: bold;
 background-color: #156fc7; 
 border: 1px solid #1c1c1c; 
 width: 130px;
}

INPUT.buttons {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px ridge #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

P.error {
	color: #FF0033;
	font-weight: bold;
}

A:LINK.phpshout_link { text-decoration: none; color: #006699; }
A:VISITED.phpshout_link { text-decoration: none; color: #006699; }
A:HOVER.phpshout_link { text-decoration: underline; color: #006699; }

A:LINK img.smilies { border: 0px solid #000000; }
A:VISITED img.smilies { border: 0px solid #000000; }
A:HOVER img.smilies { border: 0px solid #000000; }


