.comment { margin-top: 25px;}
.comment_heading { background-color: #DCE7E6;}

#comment-form { margin-top: 30px;}

/**** The following attributes are using in comments section ****/

/*
 * For creating a boundary box on each comment
 */
.td_box { 
   border: 1px solid #DCE7E6;
   border-width: 0px 1px 1px 1px;
}

/*
 * For applying the following attribute into a comment's title
 */
.comment_title {
    font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px;
	text-align:left;
}

/*
 * For applying the following attribute into a comment's contents
 */
.comment_text {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align:justify;
}

/*
 * For applying the following attribute into a comment's date and time
 */
.comment_date {
    font-family: arial, verdana, helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px;
	text-align:right;
}

/*
 * For applying the following attribute on each zorpian's info (user_name, country_name and city_name or so on)
 */
.zorpian_info {
    font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
}

/*
 * For applying the following attribute into option hyperlinks (such as Reply, Edit or Delete)
 */
.options
{
   font-family: tahoma, arial, helvetica, sans-serif; 
   font-size: 11px;
   text-align:right;
   border-top: 1px solid #dce7e6;
}

/*
 * Dividing the spaces between description and comment
 */
.padding_comment {
   padding: 10px 0px 0px 0px;
}
