div.cnt-contact-form{
    position: relative;
    float: left;
}
div.cnt-contact-form form{
    margin-bottom: 10px;
}
form.contact-form textarea{
    width: 97%;
    height: 200px;
}
form.contact-form p{
    text-align: right;
}
form.contact-form input[type='submit']{
    color: #ffffff;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
form.contact-form input[type='submit']:hover{
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #45484d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#45484d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#45484d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#45484d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000 0%,#45484d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000 0%,#45484d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
}
div.send-ok{
    position: absolute;
    bottom: 0;
    left: 60%;
    color: green;
    display: none;
}
section.contact-map small{
    display: none;
}
div.contact-info p{
    width: 50%;
    float: left;
}
div.contact-info p.contact-name{
    color: red;
    font-weight: bold;
}
figure#cnt-img-contactus{
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden
}
figure#cnt-img-contactus img{
    position: absolute;
    top: 50%;
    margin-top: -25%;
}
