/* comments */
.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;
}

/* add */

.form__add__new {
	margin: 40px;
}


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

.form__add__new select
{
	padding: 4px 2px 4px 5px;
	border-radius: 5px;
	border: 1px solid #ececec;
	background: #fefefe;
	margin-bottom: 5px;
	width: 348px;
}

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

.form__add__new textarea {
	height: 80px;
	resize: none;
}

.form__add__new  input[type="checkbox"]{
    opacity: 0; 
	z-index: 99;
	margin-top: 10px;
	margin-left: -4px;
	position: relative;
	cursor: pointer;	
}

.form__add__new  input[type="checkbox"] + label{
  position: relative;
  left: -40px;
  top: 4px;
  z-index: 90;
}

.form__add__new  input[type="checkbox"] + label::before{
  cursor: pointer;
}


.form__add__new input[type="checkbox"] + label::before{
    content: "";
	position: relative;
	top: 4px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 5px 0 0;
	background-image: url(/img/checkbox.png);
    background-repeat: no-repeat;
}

.form__add__new input[type="checkbox"] + label::before {
   background-position: 0px 0px;    
}

.form__add__new input[type="checkbox"]:checked + label::before {
    background-position: -76px 0px;
}

.form__add__new input[type="submit"]
{
	background-color: #ececec;
	border: 1px solid #d4d4d4;
}

.form_window {
	margin: 0;
	font-size: 14px;
	margin-top: -15px;
}

.form_window h2{
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom: 5px;
}

.form_window select
{
	width: 446px;
}

.form_window input[type="checkbox"]{
	margin-left: -23px;
}

.form_window input[type="submit"] {
	right: 45px;
}

.form_window textarea {
	height: 150px;
	resize: none;
}
