.article
{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.article .title
{
	float: left;
	width: 100%;
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
	font-size: 110%;
	margin-bottom: 4px;
}
.regulartext
{
 	background-color: #FFFFFF;
  color: #4A4A4A;
  border: 1px solid #000000;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
  margin-bottom: 3px;
}
.errorimg
{
	height: 180px;
 	background: #FFF8FF url(../images/imgerror.gif) bottom center no-repeat;
}
.error
{
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.offset
{
	text-align: center;
	margin-top: 15px;
	color: #E80FCA;
}

.acomment
{
	margin-bottom: 15px;
	float: left;
}
.acomment .title
{
	width:100%;
	color: #000000;
	padding-left: 4px;
	padding-top: 1px;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 4px;
}
.acomment .date
{
	padding-left: 4px;
	color: #000000;
	padding-top: 1px;
	margin-bottom: 4px;
}
.acomment .text
{
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #696969;
}
.acomment .info
{
	width: 100%;
	text-align: right;
	color: #696969;
	padding-left: 4px;
	padding-right: 4px;
}