.AskQuestion {
        background: transparent url("images/faq.png") no-repeat scroll 1px 5px;
        margin: 0px 0;
        padding: 0px;
        padding-top: 45px;
}
.AskQuestion select, .AskQuestion input {
        min-width: 100%;
        padding: 5px;
        height: unset;
        font-size: 13px;
        border-radius: 3px;
        border: 1px solid #ccc;
}
.AskQuestion input {
        /* height: 23px; */
        background: content-box;
}
.AskQuestion .RadEditor.Office2007.reWrapper {
        margin: 10px 0;
}
.AskQuestion>table>tbody>tr>td span {
        font-size: 15px;
}
.AskQuestion td {
}
.AskQuestion>table>tbody>tr>td {
        min-width: 150px;
        font-size: 13px;
        text-align: left;
}
.AskQuestion .td-Header:first-child{
        /* color:transparent; */
}
.AskQuestion .Email {
        margin: 5px 0 10px;
}
.AskQuestion .lnkSubmit, .lnkReset {
        background: var(--bg-blue-weight);
        border-radius: 3px;
        color: #ffffff;
        padding: 6px 20px;
        text-transform: uppercase;
        font-size: 15px;
        margin-top: 20px;
        display: inline-block;
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
        background: #cf3433 none repeat scroll 0 0;
}
.AskQuestion .lnkReset {
        margin-left: 5px;
}
@media only screen and (max-width: 1023px){
        div.AskQuestion {
                padding-top: 35px;
                border: none;
        }
}
