@CHARSET "UTF-8";

div#komunikatyList {
	
}

div#komunikatyList h3 {
	margin: 0 0 0 0;
	color: #414140;
	font-weight: bold;
	font-size: 12px;
}

div#komunikatyList div.data {
	padding: 0 0 15px 0;
}

div#komunikatyList div.komunikat {
    position: relative;
	background-color: #e5e5e5;
	margin-right: 37px;
	margin-bottom: 13px;
	padding: 20px 83px 15px 25px;
	_width: 100%;
}
div#komunikatyList div.komunikat .print {
    position: absolute;
    right: 20px;
    top: 20px;
}
div#komunikatyList div.komunikat p {
    padding-bottom: 14px;
}

div#komunikatyUzytkownika {
	
}

div#komunikatyUzytkownika div.komunikat {
	border-bottom: 1px solid #B8B8B8;
	color: #696767;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 25px;
}

div#komunikatyUzytkownika h3 {
	height: 15px;
	margin: 0 0 0 0;
	color: #414140;
	font-weight: bold;
	font-size: 12px;
}

div#komunikatyUzytkownika div.data {
}
div#komunikatyUzytkownika div.tresc {
	margin-top:15px;
}

.porcjowanie{
	text-align:center;
	
}
.porcjowanie a{
	text-decoration: none;
	font-weight: bold;
}

button.button {
    font-family: Verdana; font-size: 11px;
    margin: 0; padding: 0;
    background: url('/repository/layout/bttn.gif') no-repeat;
    width: 102px; 
	border: none;
	height: 24px;
    color: #fff;
    cursor:pointer;
}