#comment-form {
	z-index: 12;
    position: relative;
    display: block;
	width: 70%;
	background-color: black;
	margin-bottom: 20px;
   
}

div#comment-form h1 {
    margin-bottom: 83px;
}

div#email-author-form-right #title {
    padding-right: 35px;
    margin-right: 9px;
}


#comment-form-left {
	width: 460px;
    display: inline-block;
	font-size: 18px;
	vertical-align: top;
}
span#comment-validation {
    color: red;
	display:none;
}

span#recaptcha-validation {
    color: red;
	display:none;
}

#comment-form-button {
	display: inline-block;
    background-color: #fefefe ;
    color: #2e2e2e;
    margin-top: 0;
}

#comment-form h1 {
	color: #fefefe ;	
}
.cover {
    position: fixed;
    height: 560px;
    width: 100%;
    top: 108px;
    left: 0;
    background-color: rgba(0,0,0,1);
    z-index: 999;
    display: none;
}
.pushdown-comments {
	padding-top: 560px;
}
#add_comment {
	background-color: black;
    padding: 15px;
    border-radius: 0 15px 15px 0;
    width: 300px;
    margin: 40px auto 60px;
    display: block;
	border: none;
	color: #D0D0BB !important;
}

#comment-form input[name=name] {
	width:100%;
	padding-left:30px;
}



