/********** novinky *************/
#detail {
  overflow: auto;
  width: 450px;
  height: 480px;
  position: absolute;
  left: 55px;
  top: 27px;
  z-index: 1;
  float: left;
}

#detail h3 {
  margin: 0;
  margin-top: 14px;
  margin-bottom: 6px;
}

#detail p {
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

#newPost {
  font-size:14px;
  font-weight: bold;
  position:absolute;
  right:0pt;
  top:10px;
}

#newPostForm {
	margin-top: 27px;
	width: 325px;
	float: right;
	display: block;
}

/*form*/
td {
	vertical-align: top;
}


input {
	background-color:white;
	border:0px none;
}
textarea {
	background-color:white;
	border:0px none;
	width: 200px;
	#width: 210px;
	padding: 0 2px;
}

#captchaCell img {
	margin-top: 5px;
}