
.UIContactUs {
    margin-top: 0;
    padding: 10px 0;
}
.UIContactUs .Head {
    padding: 0;
}
.UIContactUs .Head .Title {
    color: #1b7fcf;
    font: bold 16px cursive !important;
}
.UIContactUs .InfoError {
    background-color: transparent;
    border: 0 none;
    height: 20px;
    padding: 4px;
}
.UIContactUs .InfoError .Msg {
    color: Red;
    font: 10pt Arial;
}
.UIContactUs .FormBody {
    width: 100%;
}
.UIContactUs .InputText input {
    height: 25px;
}
.UIContactUs .FormBody .FormContact {
}
.UIContactUs .FormBody .FormContact .LabelText {
    height: 35px;
    width: 115px;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
    width: 200px;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
    height: 90px;
    width: 250px;
}
.UIContactUs .SubmitForm {
    margin: 10px 0;
    text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit:hover {
    background: #fbd601 none repeat scroll 0 0;
}
.UIContactUs .SubmitForm {
}
.UIContactUs .SubmitForm .btnSubmit {
    background: rgba(0, 0, 0, 0) url("Images/button.png") no-repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 14px cursive !important;
    height: 29px;
    text-align: center;
    width: 86px;
}
.UIContactUs .Simple {
    position: absolute;
    right: 8%;
    text-align: left;
    top: 40px;
}
.UIContactUs .Simple > table {
    border-spacing: 5px;
}
.UIContactUs .Simple .lblAlert {
    color: #ffffff;
    font: bold 10pt/30px arial;
}
.UIContactUs .Simple .txtName, .txtEmailContact {
    height: 25px;
}
.UIContactUs .Simple .itemSubmit a {
    color: #ffffff;
    font: bold 10pt/30px arial;
    margin-right: 10px;
}
