@charset "utf-8";
/* CSS Document */

	div#shoutbox{
		
		background:#403428;
		width:400px;	
		margin:0 auto;
		text-align:center;
		margin-top:5px;
	}

	div#shout_container{
		width:390px;
		height:265px;
		overflow: scroll;
		overflow-y: scroll;
		overflow-x: hidden;
		overflow:-moz-scrollbars-vertical;
		margin:0 auto;
		margin-left:10px;
	}
	
	div#show_messages{
		width:370px;
	}
	
	div#panel{
		background:#403428;
		margin:0 auto;
		padding-top:10px;
		padding-bottom:10px;	
		width:380px;
		overflow:hidden;	
		height:90px;
	}
	
	
	textarea#message,input#pseudo{
		font-size:11px;font-family:Tahoma;line-height:17px;color:#999999;height:17px;border:1px solid #CCCCCC;
	}
	
	input#pseudo{
		width:135px;
		background:#eaebec url(shoutbox_images/man_pseudo.jpg) left center no-repeat;
		padding-left:18px;
		color:#614e3c;	
		}
	
	
	
	textarea#message{
		width:360px;
		height:34px;
		background:#eaebec url(shoutbox_images/chmurka.jpg) left top no-repeat;
		padding-left:18px;
		overflow: scroll;
		overflow-y: scroll;
		overflow-x: hidden;
		overflow:-moz-scrollbars-vertical;
		color:#614e3c;
		}
	
	
	
	
	
	img#emot{ padding-left:1px;padding-right:1px;cursor:pointer;}
	div#pola{text-align:left;}		
	div#dodatkowe_pola_1{padding-top:4px;padding-bottom:4px;width:385px;overflow:hidden;}
	span#pomoc{font-size:12px;color:#fe9900;font-family:Arial;cursor:pointer;}	
	
	div#div_message,div#div_message_bg{
		width:370px;
		border-bottom: 1px dashed #999999;
		overflow:hidden;	
		background:#614e3c;
		}
	div#div_message_bg{background:#8c7157;}	
	table#table_message{width:360px;}
	td#td_pseudo{background:url(shoutbox_images/chlopek.gif) left no-repeat;
			  padding-left:18px; text-align:left;text-decoration:none;
			  font-weight:bold;color:#ff9900;font-size:12px;font-family:Tahoma;line-height:18px;}
	td#td_pseudo a{text-decoration:none; font-weight:bold;color:#ff9900;font-size:12px;font-family:Tahoma;line-height:18px;}		  
			  
			  
	td#td_czas{color:#bdbebe;font-size:10px;font-family:Tahoma;text-align:right;}
	td#td_message,p#p_message{color:#ffffff;font-family:Tahoma;font-size:11px; 
							  margin:0;padding:0;line-height:20px;
							  padding-left:10px;text-align:justify; 
							  width:345px;
							  }
							  
	p#p_message a,p#p_message a:hover,p#p_message a:visited{color:#c3c6e7;text-decoration:none;}						  
				  			
