
.UIContactUs {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px 0px;
}
.UIContactUs .Head {
    padding: 0;
}
.UIContactUs .Head .Title {
    color: #0074bc;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    height: 30px;
    padding: 4px;
}
.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 {
}
.UIContactUs .FormBody .FormContact .LabelText 
{ font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  height: 30px;
  padding: 5px 5px;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
    width: 200px;
    height: 25px;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
    height: 90px;
    width: 380px;
}
.UIContactUs .SubmitForm {
  padding: 15px
}
.UIContactUs .SubmitForm .btnSubmit {
    background: #0074bc;
    border-radius: 3px;
    box-shadow: 0 1px 2px #ddd;
    border:none;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 15px;
    text-transform: uppercase;
    margin: 15px 0;
    display: inline-table;
    width:100px;
  	cursor:pointer;
}
.UIContactUs .SubmitForm .btnSubmit:hover {
	background: #ef59a1;
}