
.UIProposal {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
}
.UIProposal .Head {
    padding: 0;
}
.UIProposal .Head:before {
  content: "TIẾP NHẬN KIẾN NGHỊ NGƯỜI DÂN DOANH NGHIỆP";
  color: #e80e0e;
    display: inline-block;
    font: bold 15px/30px Tahoma;
    text-transform: uppercase;
    white-space: nowrap;
}
.UIProposal .Head .Title {
    color: #555;
    font: 20px Arial;
    height: 30px;
    padding: 4px;
  	display: none;
}
.UIProposal .InfoError {
    background-color: transparent;
    border: 0 none;
    height: 20px;
    padding: 4px;
}
.UIProposal .InfoError .Msg {
    color: Red;
    font: 10pt Arial;
}
.UIProposal .FormBody {
    width: 100%;
}
.UIProposal .FormBody .FormContact {
}
.UIProposal .FormBody .FormContact .LabelText {
}
.UIProposal .FormBody .FormContact .InputText .InputFied {
    width: 200px;
}
.UIProposal .FormBody .FormContact .InputContact {
}
.UIProposal .FormBody .FormContact .InputContact .Content {
    height: 90px;
    width: 380px;
}
.UIProposal .SubmitForm {
}
.UIProposal .SubmitForm .btnSubmit {
    background: #2d6701 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-family: arial;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    height: 27px;
    line-height: normal;
    margin: 20px 5px;
    width: 80px;
    font-weight: bold;
}
