
.UIContactUs {
}
.UIContactUs .Head {
    padding: 0;
}
.UIContactUs .Head .Title {
    color: #444;
    font: bold 12pt Arial;
    height: 30px;
    padding: 4px;
    text-transform: uppercase;
}
.UIContactUs .InfoError {
    border: 0 none;
    color: #2661a8;
    font: italic 10pt arial;
    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: 140px;
}
.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: #17a141 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    margin: 10px;
    width: 80px;
}
.UIContactUs .SubmitForm .btnSubmit:hover {
    background: #12a73f none repeat scroll 0 0;
}
.UIContactUs .SubmitForm {
}
.UIContactUs .Simple {
}
.UIContactUs .Title {
    color: #2661a8;
    font: bold 12pt Arial;
    height: 25px;
}
.UIContactUs .Simple > table {
    border-spacing: 10px;
    text-align: center;
}
.UIContactUs .Simple .lblAlert {
    color: #c92929;
    font: italic 10pt/30px arial;
}
.UIContactUs .Simple .txtName, .txtEmailContact {
    display: inline-block;
    height: 25px;
    margin-right: 10px;
}
.UIContactUs .Simple .itemSubmit a {
    background: #2661a8 none repeat scroll 0 0;
    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: #12a73f none repeat scroll 0 0;
}
.UIContactUs .FormBody table,
.UIContactUs .FormBody input,
.UIContactUs .FormBody textarea{
	width: 100% !important;
}