/*Form styles*/
/*Farah 2010 by Maciej Derulski*/


/*-------------------------------------*/
/*              COMMENTS               */
/*-------------------------------------*/

/*indirect form items*/
h2.comments-header{
	clear: both; 
	margin: 0 auto 16px auto;
	width: 576px;
	border-bottom: 3px solid #ccc;
	font-size: 18px;
	color: #00024d;
}

div #comments-form {
	margin: auto;
	width: 576px;
	/*border: 1px solid #CCCCCC;*/
}

div #comment_form_left{
	float: left;
	margin: 0 0 0 16px;
	width: 220px;
}

div #comment_form_right{
	float: right;
	margin: 0 32px 0 0;
	width: 260px;
}

/*Meta data*/
div.comment-meta{/*author, date, time (container)*/
	/*margin: 0 0 4px 0;*/
}

span.comment-date{
	float: right;
	margin: 0 0 -4px 0;
	padding: 0;
	font-size: 12px;
}

span.comment-author{
	float: left;
	margin-bottom: -4px;
	font-size: 12px;
	font-weight: bold;
}

/*div.comment-text p{
	margin-top : -6px;
}*/

/*Comment list*/
#comments{ /*<ol>*/
	margin: auto;
	padding: 0;
	width: 544px;
	/*border: 1px solid #CCCCCC;*/
	list-style-type: none;
}

#comments li{
	/*border-bottom: 1px solid #cccccc;*/
}

#comments li p{
	clear: both;
	margin: 0 0 16px 0;
	font-size: 12px;
	line-height: 20px;
}

div.comment-text{
	border-top: 3px solid #B3B3B3;/*#F5821F;*//*;#0C3089;blue*/
	background-color: #E6E6E6; /*#E6E6E6;*/
}

/*Input fields*/
span.smaller{
	font-size: 10px;
}

#commentform p{
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	width: 220px;
}

#commentform input{
	float: left;
	height: 22px;
	width: 220px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #808080;
}

#commentform input:focus{
	border: 1px solid #071951;
	color: #000;	
}

#commentform h4{
	margin: 0 0 4px 0;
	padding: 0;
	width: 220px;
	font-size: 12px;
	color: #1A1A1A;
}

p.comment_txt{
	float: right;	
}

#comment{ /*post comment textbox*/
	border: 1px solid #ccc;
	height: 136px;
	width: 272px;
	font-family: "Myriad", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
}

#comment:focus{
	border: 1px solid #071951;
	color: #000;
}
