#ezblog-body #blog-comment .comment-row + .comment-row {
	margin-top:10px;
}
#eblog-wrapper li.comment-row.comment-style-1 ,
#eblog-wrapper li.comment-row.comment-style-0{
	background:url(../images/comment-item_bg.png) top left repeat-x;
	padding-top:17px;
	padding-left:12px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
#eblog-wrapper li.comment-row.comment-style-1.comment-replied ,
#eblog-wrapper li.comment-row.comment-style-0.comment-replied{
	background:none;
		padding-top:0px;
	padding-left:0px;

}

#eblog-wrapper li.comment-row.comment-style-1 .comment-author b,
#eblog-wrapper li.comment-row.comment-style-0  .comment-author b{
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
	color:#f2992f;
	font-size:16px;
	font-weight:normal;
}
#eblog-wrapper li.comment-row.comment-style-1.comment-replied  .comment-author b,
#eblog-wrapper li.comment-row.comment-style-0.comment-replied  .comment-author b
 {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
	color:#89bb1b;
	font-size:16px;
	font-weight:normal;
}

#eblog-wrapper .comment-date {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
	color:#333;
	font-size:16px;
}

#eblog-wrapper .comment-text p{
	font-size:12px;
	color:#666;
	line-height:20px;
}

#eblog-wrapper li.comment-row.comment-style-0.comment-replied a.cancel,
#eblog-wrapper li.comment-row.comment-style-0.comment-replied a.reply ,
#eblog-wrapper li.comment-row.comment-style-1.comment-replied a.cancel,
#eblog-wrapper li.comment-row.comment-style-1.comment-replied a.reply
 {
	background-color:#89bb1b;
	
	
}

#eblog-wrapper li.comment-row.comment-style-1 a.cancel,
#eblog-wrapper li.comment-row.comment-style-1 a.reply,
#eblog-wrapper li.comment-row.comment-style-0 a.cancel,
#eblog-wrapper li.comment-row.comment-style-0 a.reply {
	background-color:#f2992f;
	color:white;
	padding:2px 9px 3px 9px;
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	border-radius:3px;
	
}

#eblog-wrapper .comment-control {
	margin-top:5px;
		margin-bottom:10px;
}

#eblog-wrapper li.comment-row {
	border-bottom:1px solid #eee;
}

#eblog-wrapper div.comment-control {
	text-align:right;
}

#eblog-wrapper #frmComment {
	background:#f1f1f1;
	padding:0 10px;
}
#eblog-wrapper #comment-form-title {
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
	font-size:18px;
	color:#000;
	font-style:italic;
	padding:5 0px;
	font-weight:normal;
	text-transform:inherit;
}

#eblog-wrapper #frmComment .comment-head {
	display:none;
}

#ezblog-body .form-row.half {
	width:100%;
}
#ezblog-body .form-row.half  .prm {
	padding-right:0px;
}

#eblog-wrapper #frmComment input ,
#eblog-wrapper #frmComment label{
	color:#666;
}
#eblog-wrapper #frmComment  a{
	color:#000;
	text-decoration:none !important;
}
#eblog-wrapper #frmComment input.button {
	width:100%;
	background-color:#48283C;
	border:1px solid #48283C;
	border-radius:3px;
	padding:9px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:15px;
		font-family: 'Archer A', 'Archer B', "Courier New", monospace;
		font-size:15px;
}

#empty-comment-notice {
	color:#999;
	margin-top:10px;
	font-size:14px;
}

#section-comments.style-default > .section-title {
	display:none;
}

.rated {
	color:#48283C;
	font-family: 'Archer A', 'Archer B', "Courier New", monospace;
		font-size:15px;
		margin-top:4px;
		text-align:center;
}

.preparation form {
  margin-left:20px;
	padding-top:8px;
}
	