﻿@import url('Styles/Font.css');

.div_Contact
{
    background-image: url('../Images/bk_contact.png');
    position: relative;
    margin: 20px auto;
    width: 961px;
    height: 388px;
}
    .div_Contact fieldset
    {
        border: 0px;
    }

    .div_Contact p
    {
        margin: 0px;
        font-family: 'Gisha', Verdana;
        font-size: 16px;
        color: #53595E;
    }

.contactLeft
{
    width: 180px;
    position: absolute;
    top: 50px;
    left: 50px;
}

.contactRight
{
    width: 600px;
    position: absolute;
    top: 70px;
    right: 90px;
}

    .contactRight .btnSend
    {
        position: absolute;
        right: 90px;
        bottom: 50px;
    }