#news
{
	width: 644px;
	float: left;
}

#news p
{
  padding: 0;
  margin: 3px;
}

#news table.message, #news table
{
	width: 100%;
}
#news table.message th
{
        background-image: url("../../../../templates/brotherhood/images/nadpis.gif");
        background-repeat: no-repeat;
	border-width: 0px; 
	border-style: solid;
	border-color: #d7baa0;
	text-align: left;
	padding: 5px 8px;
}
#news table.message td.time
{
	text-align: right;
	padding: 1px 2px;
	width: 25%;
}

#news table.message td.comments
{
	text-align: left;
	padding: 1px 2px;
	width: 75%;
}

#news a
{
  color: #009900;
}

#news a:hover
{
  color: silver;
}

#news table td.left
{
	text-align: left;
	width: 80px;
}

#news table td.center
{
	text-align: center;
	width: 65%;
}

#news table td.right
{
	text-align: right;
	width: 80px;
}

#news table.comment_add td
{
	padding: 0;
}

#news table.comment_add th
{
	vertical-align: top;
	width: 25%;
	padding: 2px 4px;
	text-align: right;
}

#news table.comment_add input
{
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 200px;
	height: 20px;
	font-size: 1em;
	border-width: 1px;
	border-color: #d7baa0;
	border-style: solid;
	color: white;
	background-color: transparent;
}

#news table.comment_add textarea
{
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 500px;
	height: 100px;
	font-size: 1em;
	border-width: 1px;
	border-color: #d7baa0;
	border-style: solid;
  color: white;
  background-color: transparent;
}

#news hr
{
	background-color: #d7baa0;
	width: 50%;
	height: 5px;
	border: 0;
	background-image: url("../../../../templates/brotherhood/images/hr.gif");
	background-position: center center;
}

#news table.comment_add td p
{
	padding: 3px 5px;
	margin: 0;
}
#news table.comment_add input.button
{
	width: auto;
        height: 25px;
	padding: 4px 10px;
	border: 1px solid yellow;
	background-color: #996600;
	color: white;
}

#news table.comment_add input.button:hover
{ 
  color: silver;
	cursor: pointer;
}