/* 

* (C) BoonEx Ltd., 2007
* IMPORTANT: This is a commercial product made by BoonEx Ltd. and cannot be modified for other than personal usage.
* This product cannot be redistributed for free or a fee without written permission from BoonEx Ltd. 
* This notice may not be removed from the source code. 

*/
@charset "iso-8859-1";
@import url(../../base/css/shoutbox.css);
	body
	{
		border:0px solid red;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		margin:0px;
		background-color:#DEDEFE;
	}
/*##############################################################*/
	.shoutbg1
	{
		height:15px;
		line-height:15px;
		vertical-align:middle;
		width:150px;
		border:0px solid red;
		background-color:#ccf;
	}
	.shoutbg2
	{
		height:15px;
		line-height:15px;
		vertical-align:middle;
		background-color:#DEDEFE;
		border:0px solid blue;
	}
	
	.shoutinp
	{
		width:135px;
	}
	

/*##############################################################*/