input[type="text"],textarea {
    width: 476px;
    border: 1px solid #aaaaaa;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.2);
    outline: none;
    padding: 0 10px;
    line-height: 27px;
    color: #848484;
    font-size: 13px;
    font-family: arial;
    font-style: italic;
}
input[type="text"] {height: 27px;}
.alx_feed_back_form_submit_block input[type="submit"] {
	padding: 0;
    width: 237px;
    height: 44px;
    background-color: #70bcce;
    outline: none;
    border: none;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 28px;
    font-family: 'OpenSans-BoldItalic';
}
textarea {
	resize: none;
	height: 92px;
	vertical-align: bottom;
    overflow: hidden;
}
.alx_feed_back_form_name {
	font-weight: 300;
    font-size: 15px;
    margin: 0 0 10px;
    padding-top: 24px;
}
.alx_feed_back_form_required_text {
    font-size: 12px;
}
.bottom_text {
	font-size: 12px;
	font-weight: 300;
	margin-top: 40px;
    padding-bottom: 27px;
}
.alx_feed_back_form_title_error {
	color: red;
    font-size: 14px;
    text-indent: 6px;
    margin-bottom: 5px;
}
.alx_feed_back_form_error_list li {
	color: red;
    font-size: 13px;
}
.alx_feed_back_form_feedback_poles {
    padding-left: 35px;
}
.alx_feed_back_form_error_block {
    padding-left: 35px;
    padding-top: 29px;
    color: orange;
}
.fb_close:hover {
    background: #70bcce; /* Old browsers */
    background: -moz-linear-gradient(top,  #70bcce 0%, #509fb2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70bcce), color-stop(100%,#509fb2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70bcce 0%,#509fb2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70bcce 0%,#509fb2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70bcce 0%,#509fb2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #70bcce 0%,#509fb2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bcce', endColorstr='#509fb2',GradientType=0 ); /* IE6-9 */
}