﻿body {
}


.wrapper {
    background: url(../Image/back3.jpg) no-repeat;
    width: 950px;
    min-height: 600px;
    background-color: #E1E1E1;
    height: auto;
    margin: 0 auto;
}

.EnqImg {
    width: 948px;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    height: 236px;
    margin: 0 auto;
    background-color: black;
    border-bottom: solid 2px #019DDD;
    background: url(../Image/enquiry_banner.jpg) no-repeat;
}

.content {
    width: 100%;
    min-height: 600px;
    height: auto;
    padding-top: 70px;
}

.topSlide {
    background-color: #019DDD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 40px;
}


.tblContact p {
    font: bold 13px arial;
    float: right;
    margin: 0 20px 0 0;
    float: right;
    color: #878683 !important;
}

.tblContact {

    margin: 0 auto;
}

    .tblContact tr td {
        padding: 10px;
        vertical-align: middle;
    }

.txt {
    border: 1px solid #CACACA;
    border-radius: 5px;
    box-shadow: 0 0 1px #888;
    color: #666;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    outline: none;
    font: normal 12px tahoma;
}

.btnIns {
    cursor: pointer;
    color: #fff;
    border: 1px solid  #E1E1E1;
    background: #019ddd;
    border-radius: 5px;
    height: 40px;

}

    .btnIns:hover {
        background: #016ABC;
        cursor: pointer;
        height: 40px;
        color: #fff;
    }
