.UIContactUs {
    margin-top: 0;
    padding: 20px;
}
.UIContactUs .Head {
    padding: 0;
}
.UIContactUs .Head .Title {
    color: #444;
    font: bold 12pt Arial;
    height: 30px;
    padding: 4px;
    text-transform: uppercase;
}
.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: 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:hover {
    background: none repeat scroll 0 0 #238BC8;
}
.UIContactUs .SubmitForm {
}
.UIContactUs .SubmitForm .btnSubmit {
    background-color: #01A8DF;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #444444;
    font-weight: bold;
    height: 30px;
    margin: 10px;
    width: 80px;
    border:none;
    line-height:20px;
}
.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;
}