﻿body {
}

.conWrapper {
    width: 100%;
    height: auto;
    min-height: 900px;
}

.contactCon {
    width: 850px;
    height: auto;
    min-height: 830px;
    margin: 0 auto;
    margin-top: 30px;
}

.txtStyle {
    border: 1px solid #CACACA;
    border-radius: 5px;
    box-shadow: 0 0 1px #888;
    color: #666;
    float: right;
    padding: 5px;
    width: 157px;
    outline: none;
    font: normal 12px tahoma;
}

.contactTxt {
    float: left;
    width: 450px;
    height: 570px;
}

.tpCn {
    color: #019DDD;
    font: bold 16px arial;
    width: 90px;
    height: 40px;
    padding-left: 15px;
}

.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;
}

.contactTxt p {
    font: bold 13px arial;
    float: right;margin: 0 20px 0 0;float: right;
    color: #878683 !important;
}


.txtmsg {
   
    border: 1px solid #CACACA;
    border-radius: 5px;
    box-shadow: 0 0 1px #888;
    color: #666;
    float: left;
    padding: 5px;
    outline: none;
    font: normal 12px tahoma;
    width: 300px;
    height: 150px;

}



.btnIns {

    
    cursor: pointer;
color: #fff;width: 100px;
    float: right;
border: 1px solid #eee;
 background:#019ddd;
border-radius: 5px;
height: 40px;
box-shadow: 5px 5px 5px #eee;
}

.btnIns:hover {
  background:#016ABC;
    cursor: pointer;height: 40px;
color: #fff;

}


.rightC {
    float: right;
    width: 350px;
    height: 570px;
}
.rightC table {
   margin-top:34px;
}
.rightC table tr td {
    padding: 10px 0;
}
.rightC h1 {
    color: #019DDD;
    font: bold 16px arial;
}

.rightC p {
    color: #878787;
    font: normal 13px arial;

}

.rightC h2 {
    color: gray;
    font: bold 13px arial;
  
}

.tblContact {
    width: 100%;
    height: 100%;
}



    .tblContact tr td {
        height: 50px;
        vertical-align: middle;
  
    }
