.UIContactUs {
        background: #ffffff none repeat scroll 0 0;
        padding: 0;
        /* padding-right: 50px; */
}
.UIContactUs .Head {
        padding: 0;
        text-align: center;
        display: inline-block;
}
.UIContactUs .Head .Title {
        color: #ba0000;
        font-size: 13px;
        /* font-family: 'Roboto Condensed', sans-serif; */
        /* height: 30px; */
        padding: 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
}
.UIContactUs .InfoError {
        background-color: transparent;
        border: 0 none;
        height: 20px;
        padding: 4px;
}
.UIContactUs .InfoError .Msg {
        color: Red;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
}
.UIContactUs .FormBody {
        width: 100%;
}
.UIContactUs .FormBody .FormContact {
        width: 100%;
}
.UIContactUs .FormBody .FormContact .LabelText 
{
        font-size: 13px;
        /* font-family: 'Roboto Condensed', sans-serif; */
        /* height: 30px; */
        padding: 0;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
        width: 100%;
        padding: 5px 5px;
        border-radius: 3px;
        border: 1px solid #ccc;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
        height: 90px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 5px;
}
.UIContactUs .SubmitForm {
        padding: 15px;
        text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit {
        background: #c20000;
        /* border-radius: 3px; */
        /* box-shadow: 0 1px 2px #ddd; */
        border:none;
        color: #ffffff;
        font-size: 12px;
        /* font-family: 'Roboto Condensed', sans-serif; */
        padding: 5px 10px;
        text-transform: uppercase;
        margin: 15px 0;
        display: inline-table;
        cursor:pointer;
        font-weight: bold;
        margin-top: 0;
        border-radius: 5px;
}
.UIContactUs .SubmitForm .btnSubmit:hover {
        background: #278cc4;
}
td.InputText {
        line-height: 0;
}
.UIContactUs .FormBody .FormContact input, .UIContactUs .FormBody .FormContact textarea {
        font-size: 13px;
}
td.InputText input {
        border-radius: 3px;
        border: 1px solid #ccc;
        width: 100%;
        padding: 5px;
}
.UIContactUs .FormBody .FormContact td {
        padding: 5px 0;
        font-size: 15px;
}
.UIContactUs .gvwAnswer {
        width: 100%;
}
.UIContactUs *{
        box-sizing: border-box;
}