.comment-item{
	margin-bottom: 25px;
}

.comment-item .section-1{
	width: 90px;
	margin: 0px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;   
}

.comment-item .section-2{
	margin: 0px;
	margin-left: 50px;
	border: 1px solid #d3d3d3;
	position: relative;
	z-index: 2;
	width: 635px;
	padding: 10px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;   
}

.comment-item .section-2 .triangle{
	width:30px;
	height:26px;
	position:absolute;
	top:10px;
	left:-30px;
	background-image:url(img/tr.png);
	background-repeat:no-repeat;
	display:block;  
}

.comment-item .cmt-author{
	font-family: 'Arial';
	font-size: 15px;
	color: #081334;
	display: block;
	margin-bottom: 3px;
}

.comment-item .cmt-date{
	font-family: 'Arial';
	font-size: 12px;
	color: #444;
	display: block;
	line-height: 1.2;
}

.comments-list{
	margin: 30px 0px;
}

.cmt-form{
	display: block;
	margin: 30px 0px;
}

.cmt-form textarea{
	width: 630px;
	height: 90px;
	border: 0px;
	
}

.cmt-err{
	line-height: 1.2;
}

.cmt-form textarea:focus{
	outline: none;
}

.cmt-form input[type='button']{
	background: #f9a225 none repeat scroll 0 0;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font: 14px/1 "OpenSansBold";
	margin-top: 10px;
	padding: 11px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

::-webkit-input-placeholder {color:#444; font-family: 'Arial';}
::-moz-placeholder          {color:#444; font-family: 'Arial';}/* Firefox 19+ */
:-moz-placeholder           {color:#444; font-family: 'Arial';}/* Firefox 18- */
:-ms-input-placeholder      {color:#444; font-family: 'Arial';}

.cmt-form input[type='button']:hover{	
background: #297146; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5NzE0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZmM2YjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #297146 0%, #1fc6b0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#297146), color-stop(100%,#1fc6b0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #297146 0%,#1fc6b0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #297146 0%,#1fc6b0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #297146 0%,#1fc6b0 100%); /* IE10+ */
background: linear-gradient(to right,  #297146 0%,#1fc6b0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297146', endColorstr='#1fc6b0',GradientType=1 ); /* IE6-8 */
}

.comments-list img{
	border-radius:3px;
	
}

.cmt-form input[type='text']{
	padding: 5px 10px;
	border:1px solid #ccc;
	display: block;
	margin: 15px 0px 12px 0px;
	width: 250px;
	
}

.cpt-wrap{
	
}

.cmt-form input[type='text']:focus{
	outline: none;
}

#cmt-ok{
	font-size: 18px;
	color: green;
	display: none;
	margin: 20px 0px 10px 0px;
}
