.s1feedback_cont {
    background: #008bbf; /* Old browsers */
    background: -moz-linear-gradient(top,  #008bbf 0%, #16b2ec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008bbf), color-stop(100%,#16b2ec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #008bbf 0%,#16b2ec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #008bbf 0%,#16b2ec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #008bbf 0%,#16b2ec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #008bbf 0%,#16b2ec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bbf', endColorstr='#16b2ec',GradientType=0 ); /* IE6-9 */

    border-bottom: 4px solid #1290bf;
    border-radius: 6px;
    padding: 20px 25px;
    position:relative;
    color: #fff;
    width: 300px;
}
.s1feedback_cont .intext,
.s1feedback_cont textarea {
    background: #fff;
    border: none;
    padding:9px 4%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #888888;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.s1feedback_cont textarea {
    resize: none;
}
.s1feedback_cont .intext.err {
    border-color: #ff0000 !important;
}
.s1feedback_cont .s1zag {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}
.s1feedback_cont .s1zag b {
    font-size: 26px;
    text-transform: uppercase;
    display: block;
}
.s1feedback_cont .bt_2 {
    width: 100%;
}

.s1fb_msg {
    position: absolute;
    background: #d9524d url("img/err_pic.png") 10px 10px no-repeat;
    color: #ffffff !important;
    font-size: 13px;
    padding: 5px 10px 5px 40px;
    width: 217px;
    border-radius: 8px;
    left: 50%;
    margin-left: -110px;
    bottom: 68px;
}
.s1fb_msg p {
    margin: 5px 0 !important;
}
.s1fb_msg font.errortext {
    color: #ffffff !important;
}
.s1fb_msg.oktext {
    background: #6bc455 url("img/ok_pic.png") 10px 10px no-repeat;

}