.khayr_main_comment {
	position:relative;
	font-size: 16px;
}
.khayr_main_comment .clear {
	clear: both;
}
.khayr_main_comment .pt10 {
	padding-top: 20px;
}
.khayr_main_comment .w-45 {
	width: 45%;
}
.khayr_main_comment .comments {
	border-top: 0px solid #ececec;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.khayr_main_comment .comments .stock {
	padding: 20px 0 0;
	position: relative;
}

.khayr_main_comment .comments .stock .userInfo {
	/*background: url("img/comment_bg.png") no-repeat 30px 100%;*/
	float: left;
	height: 41px;
	color: #b5b5b5;
	/*font: normal 18px/13px 'bebas', sans-serif;*/
}
.khayr_main_comment .comments .stock .userInfo span {
	/*background: #a88a37;*/
	display: block;
	/*padding: 10px 14px;*/
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 5px;
}
.khayr_main_comment .comments .stock .userInfo b {
	color: black;
}
.khayr_main_comment .comments .stock .userText {
	clear: both;
	margin: 0 0 15px;
	/*padding: 15px 0 0;*/
	padding: 0;
}


.khayr_main_comment .comments .stock .userText p {
	text-align: justify;
	text-indent: 25px;
}


.khayr_main_comment .comments .stock .userText img:not([alt=CAPTCHA]) {
	float: left;
	max-width: 50px;
	max-height: 50px;
	padding: 0 10px 10px 0;
}
.khayr_main_comment .comments .stock .userText a {
	display: inline-block;
	margin: 10px 0 0;
}
.khayr_main_comment .comments .stock .userText .action {
	clear: both;
}
.khayr_main_comment .comments .stock .stock {
	margin-left: 40px;
}
.khayr_main_comment .comments .stock .stock .stock {
	margin-left: 80px;
}
.khayr_main_comment .form {
	/*margin-top: 15px;
	background: url("img/bit_bg.png") repeat 0 0;
	padding: 4px;*/
}
.khayr_main_comment .form form {
	background: #f3f3f3;
	display: block;
	padding: 30px 30px;
}

.khayr_main_comment .form.comment input[type="submit"] {
	margin: 0 auto;
	display: block;
	/*width: 136px;*/

	padding: 9px 40px 10px;
	border: 1px solid #dadada;
	color: #696969;
	background-color: white;
}
.khayr_main_comment .form.comment input[type="submit"]:hover {
	color: #fff;
	border-color: #e82f2c;
	background-color: #e82f2c;
}

.khayr_main_comment form input,
.khayr_main_comment form select,
.khayr_main_comment form textarea,
.khayr_main_comment textarea {
	/*padding: 4px 6px;*/
	/*border: 1px solid #b59e5f;*/
	/*font-family: Verdana, sans-serif;*/
	/*margin: 5px 0 5px;*/
	/*font-size: 11px;*/
	/*line-height: 16px;*/
	border-radius: 2px;
	box-shadow: none;
	border: 1px solid #d7dee3;
	padding: 6px 12px;
}
.khayr_main_comment form textarea {
	display: block;
	margin: 0 0 20px;
	width: 100%;
	/*font: italic 11px/16px Verdana, sans-serif;*/
}
.khayr_main_comment form input[type="text"],
.khayr_main_comment form input[type="password"] {
	/*height: 27px;
	line-height: 27px;
	padding: 0 6px;
	font-family: Verdana, sans-serif;*/

	border-radius: 2px;
	box-shadow: none;
	border: 1px solid #d7dee3;
	height: 46px;
	padding: 6px 12px;
}
.khayr_main_comment form input[type="checkbox"],
.khayr_main_comment form input[type="radio"] {
	border: none;
}
.khayr_main_comment form label {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.khayr_main_comment form label * {
	vertical-align: middle;
}
.khayr_main_comment form label input {
	margin: 0 2px 0 0;
}
.khayr_main_comment form input[type="submit"],
.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited {
	/*background: #a88a37;*/
	/*color: #fff;*/
	/*font: normal 18px/18px 'bebas', sans-serif;*/
	/*text-decoration: none;*/
	/*padding: 10px 30px;*/
	/*cursor: pointer;*/
	/*border: none;*/
	/*display: block;*/
	/*text-align: center;*/
	/*margin: 0 auto 10px;*/
}
.khayr_main_comment a.button {
	max-width: 120px;
}
.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited {
	/*font-size: 14px;*/
	line-height: 28px;
	margin: 0 10px;
	padding: 0 30px;
}
.khayr_main_comment form input[type="submit"]:hover,
.khayr_main_comment form button:hover,
.khayr_main_comment button:hover,
.khayr_main_comment a.button:hover {
	color: #000;
}
/*.khayr_main_comment .close {
	float: right;
	margin-right: 10px;
	margin-top: 9px;
	background:url('img/delete.gif') no-repeat 0 0;
	width:16px;
	height:16px;
}*/
.khayr_main_comment .form_for {
	display:none;
}
.khayr_main_comment .comments .stock .userText .rating-vote span.rating-vote-result,
.khayr_main_comment .comments .stock .userText .rating-vote a {
	margin: 0;
}
.khayr_main_comment_suc_exp {
	display: none;
	cursor: pointer;
	position: fixed;
	height: 40px;
	width: 100%;
	background: #0B690B;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	bottom: 0;
}
.khayr_main_comment_err_exp {
	display: none;
	cursor: pointer;
	position: fixed;
	height: 40px;
	width: 100%;
	background: #ca1700;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	bottom: 0;
}

.main_form label{
	display: block;
	padding-bottom: 5px;
}

form .moredator{
	font-size: 16px;
	color: #9e9e9e;
	text-align: justify;
}

.khayr_main_comment .underline span{
	padding-left: 0;
}