div.joke {
  font-family:Verdana;
  font-size:12px;
  background-color:#f6f6f6;
  padding:3px;
  width:284px;
  margin-bottom:10px;
  border:none;
  line-height:18px;
}

span.subtitle {
  font-weight:bold;
  display:block;
  margin-top:10px;
  overflow: hidden;
  white-space: nowrap;
}

p.joke-medium {
	background:url(../img/joke_medium_bg.jpg) no-repeat center;
	padding:72px 33px 53px 124px;
	width:134x;
	height:95px;
	text-align:justify;
	color:#666666;
	margin-bottom:28px;
}

p.joke-medium span {
	display:block;
	margin-bottom:10px;
}

p.joke-small {
	width:87px;
	height:78px;
	background:url(../img/joke_small_bg.png);
	padding:12px 12px 0;
}

p.joke-small span {
	display:block;
}

