/*BEGIN News display */
#news .about_daskoo .content_center
{
	background: url("about_daskoo.png") 10px 20px no-repeat;
	padding-left: 100px;
}
/*END News display */

/*BEGIN Piece of news */
div#piece_of_news
{
	width: 80%;
	margin: auto;
}

#content div#piece_of_news div.header_center h1
{
	margin: 0;
	color: white;
	padding-top: 6px;
	font-size: 1.4em;
	border-bottom: none;
}

#content div#piece_of_news div.header_center h2
{
	margin: 0;
	padding-top: 2px;
	font-size: 1.1em;
	color: black;
	border-bottom: none;
}

#content div#piece_of_news div.header_center h3
{
	padding-left: 50px;
	border-bottom: none;
}

div#piece_of_news #author
{
	font-weight: normal;
}

div#piece_of_news p#date
{
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 1px;
}

p#no_comment
{
	font-style: italic;
}

form#new_com fieldset
{
	margin-top: 10px;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px;
}

form#new_com fieldset legend
{
	color: rgb(0, 76, 101);
	font-weight: bold;
}

form#new_com label
{
	font-weight: bold;
}

form#new_com span.activated
{
	text-decoration: underline;
}

form#new_com input[type="submit"]
{
	float: right;
	cursor: pointer;
}

form#new_com textarea, form#new_com input[type="text"]
{
	border-top: 1px solid rgb(127, 157, 185);
	border-right: 1px solid rgb(127, 157, 185);
	border-bottom: 1px solid rgb(127, 157, 185);
	border-left: 3px solid rgb(196, 62, 62);
}

div#content div.comment a.author
{
	text-decoration: none;
	font-weight: bold;
}
/*END Piece of news */

