﻿body {
}
.dvmaincontact
{
    padding: 50px;
    background-position: center center;
    max-height: 400px;
    min-height: 400px;
    min-width: 600px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/Contact/contact_bg.png');
    background-repeat: no-repeat;
    margin-top: -10px;
}
.tdlbl
{
    max-width: 100px;
    min-width: 100px;
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.tdmail
{
    max-width: 160px;
    min-width: 160px;
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.txtmail
{
    background-position: center center;
    max-width: 150px;
    min-width: 150px;
    min-height: 29px;
    max-height: 29px;
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/Contact/user_bg.png');
    background-repeat: no-repeat;
    background-color: #333333;
}
#dvmidd
{
    width: 500px;
    height: 300px;
    margin: 50px;
}
.tdmessag
{
    max-width: 400px;
    min-width: 400px;
    min-height: 120px;
    max-height: 120px;
    text-align: right;
}
.txtmessag
{
    margin: 1px auto 1px auto;
    background-position: center center;
    max-width: 300px;
    min-width: 300px;
    min-height: 118px;
    max-height: 118px;
    font-family: tahoma, arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    text-align: right;
    background-image: url('../images/Contact/message_bg.png');
    background-repeat: no-repeat;
}
.btnsubmit
{
    background-position: center center;
    max-height: 35px;
    min-height: 35px;
    max-width: 90px;
    min-width: 90px;
    background-image: url('../images/Contact/send.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.btnreset
{
    background-position: center center;
    max-height: 35px;
    min-height: 35px;
    max-width: 90px;
    min-width: 90px;
    background-image: url('../images/Contact/reset.png');
    background-repeat: no-repeat;
    cursor: pointer;
}