.comments {
	margin-bottom: 10px;
}

.comments textarea,
.comments input {
	padding: 5px 0 5px 5px;
	border-radius: 5px;
	border: 1px solid #ececec;
	background: #fefefe;
}

.comments textarea:focus,
.comments input:focus {
	border: 1px solid #0193de;
}

.comments textarea {
	width: 99%;
	height: 80px;
	resize: vertical;
	margin-bottom: 10px;
}

.captcha {
	display: inline-block;
}

.captcha img{
	width: 90px;
	height: 24px;
}
.comments .alert-error 
{
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48; 
	border-radius: 4px 4px 4px 4px;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	display:none;
}