/*  --==STYLE DLA OBRAMOWANIA==--

	grove
	ride
	inset
	
*/


img.myBorder
{
	border: 4px inset silver;
	margin: 5px;
	/*float:left;*/
}

img.myBorder:hover
{
	border: 4px inset red;
	margin: 5px;
}


div.messageStd
	{
		position:relative;
		max-width:550px;
		min-height:130px;
		height: auto;
	
		
		border: 1px solid #856d56;
		margin: 35px 5px 5px 5px;
	    padding: 2px 2px 2px 2px;
	
			
		z-index:100;
	}
	
div.messageStdImg
	{
		border:10px solid red;
		
		position: absolute;
	    left:-10px;
		top:-40px;
		width:164px;
		height:152px;
		background-image: url('http://cod.diecezja.elk.pl/images/myimg/obrazek.png');
		background-repeat: no-repeat;
		z-index: 20;
	}
	
div.myExBorder
{
	
	max-width: 250px;
	max-height:150px;
	
	width: 250px;
	height: 160px;
	
	padding:5px;
	
	float:left;
	
	margin:5px;
	
	overflow: hidden;

	background: url('images/myimg/ramka.png') no-repeat;
}


div.myTittle
{
	border: 1px dotted silver;
	color: #c64934;
	font-weight: bold;
	font-size: 10pt;
	line-height: 20px;

}

div.myTxtBox{

	max-width: 550px;
	overflow: hidden;
	padding: 3px;
	/*border: 1px dotted silver;*/
}

div.myCenterBox
{
	width:100%;
	border: 1px solid black;
	text-align:center;
	margin: 0px auto;
}
