			.vypolzen {
				position: fixed;
				z-index:2000;
				right:-350px;
				bottom:10px;
				border:#c7cdd1 solid 10px;
				border-radius:3px;
				box-shadow:0 0 3px 0px #cacaca;
				padding:10px;
				background:white;
				width:310px
			}
			.vypolzen .header {
				font:bold 14px/14px Arial;
				color:#939fa7;
				display: inline-block;
				text-transform: uppercase;
				margin-bottom:10px;
			}
			.vypolzen .small_grey {
				display:inline-block;
			}
			.vypolzen time {
				font: normal 12px/12px Arial;
				color: #939FA7;
			}
			.vypolzen h3 {
				color: #671A1D;
				font:bold 18px/18px "PT Serif";
				padding: 0px;
				margin: 5px 0
			}
			.vypolzen article {
				overflow:hidden;
				border-top:1px solid #d2d7da;
				padding:10px 0;
			}
			.vypolzen img {
				width: 90px;
				height: 60px;
				float: left;
				margin-bottom: 5px;
				margin-right: 5px;
			}
			.vypolzen .intro {
				font: normal 14px/16px Arial;
				color: #332B22;
				margin-bottom: 5px;
			}
			.vypolzen .close {
				float:right;
				background:#d2d7da;
				width:16px;
				height:16px;
				text-align: center;
				font-size:16px;
				line-height: 14px;
				border-radius:50%;
				color:white;
				font-weight:bold;
				cursor:pointer;
			}	
			.vypolzen .info {
				border:0;
				margin-bottom:0;
			}
