div.book_suggestions_wrapper {
	position: relative;
    padding: 18px;
    z-index: 100;
    background-color: #f8f8f8;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
	margin-bottom: 25px;
}
.tab_form div.book_suggestions_wrapper {
	position: relative;
    padding: 0px;
    z-index: 0;
    background-color: #f8f8f8;
    border: none;
	margin-bottom: 0px;
}

div.book_suggestions_wrapper .suggestions-title {
    font-size: 19px;
    font-family: "Arial";
    color: rgb(217, 120, 90);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.579;
}

div.suggestions_captcha img,
div.suggestions_captcha input
{
    width: 100%;
    box-sizing: border-box;
}

div.suggestions_captcha input[name="captcha_word"] {
    margin-top: 7px;
    padding: 5px;
    height: 30px;
    box-sizing: border-box;
}

div.book_suggestions_message textarea {
	width: 100%;
    box-sizing: border-box;
    resize: none;
    height: 100px;
    padding: 6px;
	font-size: 14px;
}

div.book_suggestions_wrapper input[type="text"] {
	border: 1px solid #a8a8a8;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px;
    line-height: 14px;
    height: auto;
	margin: 10px 12px 15px 0;
	border-color: #e0e0e0;
	width: 685px;
}

div.book_suggestions_wrapper input[type="text"]:first-child {
	margin-top: 15px;	
}

div.book_suggestions_wrapper input[type="text"].city_input {
	margin-top: 15px;	
}

div.book_suggestions_wrapper input[type="radio"] {
	margin: 0px 10px -6px 0;
}

div.book_suggestions_message textarea,
div.suggestions_captcha img,
div.suggestions_captcha input {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 0;
    margin-top: 10px;
}

div.book_suggestions_wrapper input[type="email"] {
	border: 1px solid #a8a8a8;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px;
    line-height: 14px;
    height: auto;
	margin: 10px 12px 15px 0;
	border-color: #e0e0e0;
	width: 685px;
}

span.suggestions-req {color:red;}
div.suggestions_ok_text {color:green; font-weight:bold; padding-bottom: 1em;}


div.suggestions_captcha input::-webkit-input-placeholder {
    font-family: courier, Arial, Helvetica, sans-serif;
    color: #494949;
}
div.suggestions_captcha input:-moz-placeholder { /* Firefox 18- */
    font-family: courier, Arial, Helvetica, sans-serif;
    color: #494949;
}
div.suggestions_captcha input::-moz-placeholder {  /* Firefox 19+ */
    font-family: courier, Arial, Helvetica, sans-serif;
    color: #494949;
}
div.suggestions_captcha input:-ms-input-placeholder {
    font-family: courier, Arial, Helvetica, sans-serif;
    color: #494949;
}