.UIContactUs {
    margin-top: 0;
}
.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 .item input {
	padding: 5px 10px;
	width: 80% !important;
	border-radius: 10px;
	border: 1px solid lightgray;
	font-size: 16px;
	margin: 10px 0px;
}

.UIContactUs .itemComment textarea {
	padding: 5px 10px;
	width: 90% !important;
	border-radius: 10px;
	border: 1px solid lightgray;
  font-size: 18px;
}
.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: 100px;
}
}
.UIContactUs .Simple > table {
    border-spacing: 5px;
}
.UIContactUs .Simple .lblAlert {
    color: #FFFFFF;
    font-size: 18px;
  text-shadow: 0px 0px 6px black;
}
.UIContactUs .Simple .txtName, .txtEmailContact {
    height: 25px;

}
.UIContactUs .itemSubmit {
	padding-top: 10px;
}

.UIContactUs .Simple .itemSubmit a {
    color: #FFFFFF;
    font-family: arial;
margin-right: 10px;
font-size: 18px;
background-color: darkgreen;
padding: 5px 20px;
border-radius: 10px;
text-align: center;
}
@media only screen and (max-width: 768px) {
        .UIContactUs{
        display:none;
        }
}