#tlokomunikat 
{
	position:absolute;
	width: 100%; 
	height: 100%;
	top:0px;
	left:0px;
	background-color: #E8E6D7;
	text-align: center;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6; 
	z-index:2;	
}

#komunikat 
{
	position:absolute;
	top:0px;
	left:0px;
	text-align: center;
	z-index:3;
	background-color : #fbfbf8;
	border : 5px solid #4b030f;
	font-family: aplos, Geneva, Verdana, Helvetica, sans-serif; 
	padding: 1px;
}

#komunikat img
{
	margin-left:5px;
	margin-right:5px;
}

#komunikat h1
{
	background-color : #cac9b5;
	border : 1px solid #4b030f;
	background: #cac9b5 url(../img/naglowek_t01.jpg) repeat-x;
	height : 15px;
	font-size: 12px;
 	text-indent: 0em;
	text-align: left;
 	font-weight: bold;
 	text-decoration: none;
	padding: 5px;
	margin: 0px;
 	color: #000000;
}

#komunikat p
{
	font-size: 10px;
 	text-indent: 0em;
 	font-weight: normal;
 	text-decoration: none;
	text-align: left;
	padding: 5px;
	margin: 0px;
 	color: #000000;	
	height : 35px;
	
}

#komunikat input
{
 background-color: #76051a;
 color: #ffffff;
 font-size: 11px;
 font-family: Verdana;
 font-weight: bold;
 border: 1px solid #000000;
}