
.UIContactUs {
    padding: 20px 10px 10px;
}
.UIContactUs .Head {
    padding: 0;
}
.UIContactUs .Head .Title {
    color: #E71D1D;
    font: bold 12pt Arial;
    height: 30px;
    padding: 4px;
    text-transform: uppercase;
}
.UIContactUs .InfoError {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    height: 20px;
    padding: 4px;
}
.UIContactUs .InfoError .Msg {
    color: #FF0000;
    font: 10pt Arial;
}
.UIContactUs .FormBody {
    width: 100%;
}
.UIContactUs .InputText input {
    height: 25px;
}
.UIContactUs .FormBody .FormContact {
}
.UIContactUs .FormBody .FormContact .LabelText {
    height: 35px;
    width: 110px;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
    width: 200px;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
    height: 90px;
    width: 380px;
}
.UIContactUs .SubmitForm {
    margin: 10px 0;
    text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit {
    background: -moz-linear-gradient(center top , #E71D1D, #00678E) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0076A3;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    width: 80px;
}
.UIContactUs .SubmitForm .btnSubmit:hover {
    background: -moz-linear-gradient(center top , #00ADEE, #0078A5) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.UIContactUs .SubmitForm {
}
.UIContactUs .SubmitForm .btnSubmit {
    background-color: #465B76;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    margin: 10px;
    width: 80px;
}
.UIContactUs .Simple {
}
.UIContactUs .Title {
    color: #E71D1D;
    font: bold 12pt Arial;
    height: 25px;
}
.UIContactUs .Simple > table {
    border-spacing: 10px;
    text-align: center;
}
.UIContactUs .Simple .lblAlert {
    color: #E71D1D;
    font: italic 10pt/30px arial;
}
.UIContactUs .Simple .txtName, .txtEmailContact {
    display: inline-block;
    height: 25px;
    margin-right: 10px;
}
.UIContactUs .Simple .itemSubmit a {
    background: none repeat scroll 0 0 #E71D1D;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #DDDDDD;
    color: #FFFFFF;
    display: inline-block;
    font: bold 10pt/23px arial;
    margin-right: 10px;
    text-align: center;
    transition: all 0.5s ease 0.2s;
    width: 50px;
}
.UIContactUs .Simple .itemSubmit a:hover {
    background: none repeat scroll 0 0 #F83F00;
}
