/* CSS Document */
#container_container
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #F2F2F2;
	border: 3px solid #DFDFDF;
	font-size: 12px;
		
}

#container_container input {
	border:1px solid #4b7c9f;
	padding:2px;
	font-size:12px;
	color:#666666;
	width:250px;
	float:left;
	height: 17px;
}
#container_container textarea {
	border:1px solid #4b7c9f;
	padding:2px;
	font-size:12px;
	color:#666666;
	width:250px;
	float:left;
	height: 150px;
}
#container_container input.submit {
	width:62px;
	height:24px;
	border:none;
	padding:0;
	float:left;
	margin:0 0 0 7px;
	position:relative;
}
.comment_header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	border-top: 1px solid #990000;
	height: 39px;
	padding-left: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background: url(../images/com_header_bg.jpg) repeat-x;
	padding-top: 4px;
}
.art_headline
{
font:Verdana;
font-size: 10px;
font-weight: bold;
}
