#commentLayout{
	width:410px;
	float:right;

}

div.comments_list {
	width: 100%;	
	margin-left: -20px;
	padding-right: 100px;
}

.comments .text {
	width:100%;
	margin: 20px 0 0 0;	
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

.comments .date_hidden {
	display:none;
}

.author{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	color: #56540f;
	margin: 5px 0;
	font-family: 'roboto_slabbold', sans-serif;
}
.date{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #6d6e71;
	margin: 5px 0;
}
.commentHeader{
	margin-top:0px;
	padding-bottom:7px;
	border-bottom: 1px solid green;
	color:#7A7A7A;
	font-weight:bold;
	font-size:20px;
	width:460px;
}
.descriptionHeader{
	color:#000000;
	font-size: 18px;	
}

.comments{
	width:460px;
	font-size:14px;
	margin-bottom:32px;
}
.comment {
	margin: 0;
	padding: 20px 100px 20px 20px;
	box-sizing: border-box;
	background-color: #f1f2f2;
}
.comment.white {
	background-color: #ffffff;
}

#commentForm{
	width:572px;
}
.formElement{
	width:460px;
}
.button{
	padding-left:0px;
	padding-right:0px;
}
.textarea{
	width:560px;
	height:145px;
	margin-bottom:5px;
	border: solid 1px #8d8a7b;
	behavior:url('/includes/PIE.htc');
	position:relative;
	overflow:auto;
	padding:5px;
	font-family: "simbalregular",sans-serif;
    font-size: 20px;
	line-height: 22x;
}
.authorField{		
	border: 1px solid #8d8a7b;
    box-sizing: border-box;
	behavior:url('/includes/PIE.htc');
    float: left;
    font-family: "simbalregular",sans-serif;
    font-size: 20px;
	line-height: 22x;
    height: 42px;   
    margin: 0 0 26px;
    padding: 0 10px;
    position: relative;
    width: 572px;	
}
.authorLabel{	
	width: 100%;
	font-size:14px;
	line-height: 16px;
	margin-bottom: 10px;
}
#strike{
	float:left;
	height:25px;
}
input.publish{
	float:right;
	font-size:15px;
	height:40px;
	width:175px;
	color: #656253;
	border: solid 3px #656253;
	background-color: #ffffff;
	behavior:url('/includes/PIE.htc');
	position:relative;
	padding-bottom:2px;
	text-transform: uppercase;
	cursor: pointer;
}
input.publish:hover {
	color: #ffffff;
	border: solid 3px #656253;
	background-color: #656253;
}
input.publish.left{
	float:left;
}
#siimage{
	
	behavior:url('/includes/PIE.htc');
	position:relative;
	float:left;
	margin-right:10px;
	width:167px;
	height:40px;
	margin-right: 24px;
}
 
input.captchaField{
	float:left;
	border: 1px solid #8d8a7b;
	behavior:url('/includes/PIE.htc');
	position:relative;
	width:170px;
	
	height:28px;
	padding:5px;

	font-size: 22px;	
} 
.erorrForm{
	font-size:13px;
	color:#7A7A7A;
	margin-top:0px;
	margin-bottom:0px;
	color:red;
}
.captchaLabel{	
	font-size:14px;	
	width: 100%;
	margin: 10px 0 15px;
}


#embedCode {
	display:none;
	
	border: 1px solid #8d8a7b;
    font-family: "simbalregular",sans-serif;
    font-size: 20px;
    height: 100px;
    margin: 20px 0;
    overflow: auto;
    padding: 5px;
    position: relative;
    width: 560px;
	
}