.yorum {
	background-color: #444444;
	padding: 0 0 25px 0;
	color: #ffffff;

	background-image: url(res/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.yorum-head img {
	width: 100%;
	max-width: 100%;
}

#yorum_form {
	display: block;
	margin: 0;
	padding: 0;
}
#yorum_form input,
#yorum_form textarea {
	display: block;
	font: inherit;

    background-color: transparent;
    border: 1px solid #b69d74;
    color: #ffffff;
}
#yorum_form input,
#yorum_form textarea {
	margin: 0 0 8px 0;
	box-sizing: border-box;
	padding: 6px 8px;
	width: 100%;
    height: 50px;
    border-radius: 2px;
}
#yorum_form textarea {
    height: 160px;
}
#yorum_message {
	display: none;
	text-align: center;
	margin: 10px 0;
	line-height: 1.4;
}

#yorum_form input::-moz-placeholder{color:#cccccc;opacity:1;}
#yorum_form input:-ms-input-placeholder{color:#cccccc;}
#yorum_form input::-webkit-input-placeholder{color:#cccccc;}

#yorum_form textarea::-moz-placeholder{color:#cccccc;opacity:1;}
#yorum_form textarea:-ms-input-placeholder{color:#cccccc;}
#yorum_form textarea::-webkit-input-placeholder{color:#cccccc;}




