img {
  border:none;
}

hr {
	border-top: 1px dotted #CCCCCC;
	width: 100%;
	height: 1px;
	border-right: 0 none;
	border-left: 0 none;
}

.container {
  padding: 0 10px;
	background-color:#FFFFFF;
	color: #666666;
	width: 650px;
	text-align: left;
	min-height: 650px;
	float: left;
	display: block;
}

.container a:link {
  color: #999901;
	text-decoration: underline;
}

.container a:visited {
	color: #999933;
	text-decoration: underline;
}
	
.container a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

.container strong {
  font-size: 1.4em;
  color: #999901;
}

.hintstext {
	display : block;
	padding: 0 10px;
}
	
.hintsleft {
	width: 655px;
	float: left;
}

.comment-title {
  color: #999901;
  font-size: 10pt;
  font-weight: bold;
}

.hint-body {
	font-size: 1em;
	width: 600px;
}

.comment {
	background-color: #fcfce3;
	margin-top: 3px;
	margin-bottom: 5px;
}

.comment-head {
	font-weight: bold;
	background-color: #eeecce;
	display: block;
	padding: 3px;
}

.comment-body {
  margin-left: 8px;
  margin-right: 8px;
}

.reply {
	padding-left: 35px;
}

.add-comment {
  background-color: #eeecce;
  padding: 5px;
}

.postdate {
  font-weight: normal;
}

.note {
  font-size: xx-small;
  font-weight: normal;
}

.error {
  font-size: small;
  color: #f00;
}

.error_sm {
  font-size: xx-small;
  font-weight: normal;
  color: #f00;
}

.errorField {
  background-color: #fbb;
}

.hh_adsense {
	width: 160px;
	background-color: #F4F2DC;
	float: right;
	padding: 10px;
}

