.Transfer-support-content
{
    /* position: relative !important; */
    /* z-index: 2 !important; */
    /* margin: 0px 0 0 0 !important; */
    /* padding: 0px 0 0 10px !important; */
    /* width: 75% !important; */
    /* float: left; */
}

.customer-support-content-head {
    width: 758px;
    border-bottom: 1px solid #e0e4e4;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 19px;
    color: #F00;
    display: block;
    line-height: 40px;
    height: 37px;
    float: left;
    padding-top: 3px;
}

.Transfer-support-content-text
{
    /* float: left !important; */
    /* width: 100% !important; */
    /* margin: 10PX 0 0 0 !important; */
    /* padding: 10px !important; */
    /* border: 1px solid #DADADA !important; */
    /* min-height: 340px; */
    /* background-color: #fff; */
    /* text-align: justify; */
    /* border-top: none !important; */
}

.Suggestions-form-Group
{
    clear: both;
    margin: 20px;
}

.Suggestions-form-Title
{
    float: left;
    width: 20%;
    height: 36px;
    line-height: 36px;
}

.Suggestions-form-Text
{
    float: left;
}

.RequiredField
{
    float: left;
    color: #f00;
}

.Suggestions-form-Text > input
{
    padding: 7px;
    width: 100% !important;
    border-radius: 0px;
    background-color: #ee3124!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .Suggestions-form-Text > input:focus
    {
        border-color: #0E8DE2;
    }

.Suggestions-form-Text > textarea
{
    padding: 7px;
    width: 271px;
    background-color: #fff!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .Suggestions-form-Text > textarea:focus
    {
        border-color: #0E8DE2;
    }
.Suggestions-form-Text > select
{
    padding: 7px;
    width: 271px;
    background-color: #fff!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

    .Suggestions-form-Text > select:focus
    {
        border-color: #0E8DE2;
    }
.btn-save
{
    border-left: 0 none #51a351;
    border-right: 0 none #51a351;
    border-top: 0 none #51a351;
    border-bottom: 0 none #387038;
    display: inline-block;
    vertical-align: middle;
    padding: .85em 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-repeat: repeat-x;
    font-family: "Open Sans";
    float: right;
    /* background-image: linear-gradient(to bottom,#62c462,#51a351); */
    width: auto !important;
    margin-top: 20px;
    margin-left: 200px;

}

.Transfer-support-content-head, .customer-support-content-head {
    /* background-color: #fff !important; */
}input#SiteMasterContentPlaceHolder_ctl00_txtOrderNumber {
    background-color: #fff;
}

.Suggestions-form-Title {
    width: 20%;
}

input#SiteMasterContentPlaceHolder_ctl00_btnPost {
    margin-top: 20px;
    margin-left: 200px;
}

select#SiteMasterContentPlaceHolder_ctl00_ddBankList {
    width: 271px;
}

.Suggestions-form-Group {
    margin: 0 0 8px 0;
    float: left;
    width: 100%;
}
@media (max-width:767px){
   .Suggestions-form-Title {
    width: 100%;
} 
}