﻿
/* ------------------	Commenting System CSS stylesheet Group --------------------------- */
 
.comments-container {
	width: 96%;
	padding: 2%;
	float: left;
	background: url(/images/icons/comment-bg.jpg) repeat-x;
	margin-top: 20px !important;
}
.cmnt-fld-area {
	height: auto;
	width: 100%;
	float: left;
	border: solid 1px #d9d9d9;
	margin-bottom: 10px;
	background: #ffffff;
	padding: 3%;
	box-sizing: border-box;
}
.cmnt-fld {
	height: 27px;
	width: 96%;
	background: #f4f4f4;
	border: solid 1px #cacaca;
	padding: 5px;
	float: left;
	margin: 8px 8px 0 0;
}
.cmnt-fld input[type="text"] {
	height: 20px;
	width: 730px;
	background: #f4f4f4;
	border: solid 1px #cacaca;
	padding: 5px;
	float: left;
	margin: 4px 0px;
}
.dta-img {
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 20px;
}
.dta-img img {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.language ul {
	list-style: none;
	display: block;
}
.language li {
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 11px;
	background: url(/images/icons/gry-divider.jpg) no-repeat right center;
}
.cmnt-head-area {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.cmnt-head-area-cntnt {
	width: 90%;
	float: left;
}
.us-op, .c-option {
	float: left;
	width: 100%;
	margin-top: 2px;
	font-size: 11px;
	color: #388ae0;
}
.us-op ul {
	list-style: none;
}
.us-op li {
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-right: 14px;
	background: url(/images/icons/gry-divider.jpg) no-repeat right center;
	font-size: 11px;
	color: #b4b4b4;
}
.sub-cmnt-op li {
	list-style: none;
	float: left;
	margin-right: 5px;
	padding-right: 8px;
	background: url(/images/icons/gry-divider.jpg) no-repeat right center;
	font-size: 10px;
	color: #b4b4b4;
}
.sub-cmnt-area {
	margin-left: 9%;
	width: 91%;
	float: left;
	border: solid 1px #d7d7d7;
}
.sub-cmnt-area-infobox {
	border-bottom: solid 1px #d7d7d7;
	width: 100%;
	padding: 0.5%;
	float: left;
	font-size: 10px;
}
.sub-cmnt-area-text {
	width: 90%;
	float: left;
}
.sub-cmnt-img {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 10px;
}
.sub-cmnt-img img {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rlmrgn {
	margin-left: 5px;
	margin-right: 5px;
	color: #bbbbbb;
}
.cls {
	float: right;

	font-size: 10px;
	font-weight: normal;
	margin-right: 5px;
}
.cmnt-fld-short {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	float: left;
	height: 40px;
	margin: 0 2% 0 0;
	padding: 5px;
	width: 48%;
}
.cmnt-fld-captcha {
	height: 30px;
	width: 165px;
	background: #f4f4f4;
	border: solid 1px #cacaca;
	padding: 5px;
	float: left;
	margin: 4px 0px;
}
.cmnt-fld-captcha-text {
	height: 30px;
	width: 150px;
	background: #f4f4f4;
	border: solid 1px #cacaca;
	padding: 5px;
	float: left;
	margin: 8px 8px 0 0;
	margin-right: 7px;
}
/*.cmnt-fld-short-reply{ height:27px; width:335px; background:#f4f4f4; border: solid 1px #cacaca; padding:5px; float:left; margin:4px 0px;}

.cmnt-fld-short-reply{
 background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #cacaca;
    float: left;
    height: 27px;
    margin: 0px 14px 0 0;
    padding: 5px;
    width: 46%;
}
*/

.cmnt-fld-short-reply {
	background: none repeat scroll 0 0 #f4f4f4;
	border: 1px solid #cacaca;
	float: left;
	height: 27px;
	margin: 0px 0px 0 0;
	padding: 5px;
	width: 44%;
	margin-left: 10px;
	margin-right: 10px;
}
/*.cmnt-fld-reply{ height:27px; width:106%; background:#f4f4f4; border: solid 1px #cacaca; padding:5px; float:left; margin:4px 0px;}
*/
.cmnt-fld-reply {
	height: 27px;
	width: 103%;
	background: #f4f4f4;
	border: solid 1px #cacaca;
	padding: 5px;
	float: left;
	margin: 8px 8px 0 0;
	margin-left: 10px;
}
.cmnt-fld-reply input[type="text"] {
	height: 20px;
	width: 690px;
	background: #f4f4f4;
	border: solid 1px #cacaca;
	padding: 5px;
	float: left;
	margin: 4px 0px;
}
.cmnt-fld-label {
	margin: 8px 8px 0 0;
	background-image: url(/images/captcha_img.png);
	font-size: 31px;
	font-weight: bold;

	letter-spacing: 16px;
	text-align: center;
}
div#nameEmailDiv {
	float: left;
	width: 100%;
}
div#commentDiv {
	float: left;
	width: 100%;
}
div#captchaDiv {
	float: left;
	width: 100%;
}
input#txtemail {
}
input#btnSubmitComment {
	margin-top: 8px;
	padding: 13px;
}
.afterComment {
	float: left;
	width: 100%;
	margin-left: 0px;
}
.afterComment-1 {
	float: left;
	width: 150px;
	margin-right: 10px;
	display: block;
}
