.AskQuestion {
        background: #ffffff url(images/faq.png) no-repeat scroll 1px 5px;
    border: 1px solid #efefef;
    box-shadow: 0 0 5px #0000004d;
    margin: 0;
    padding: 20px;
    font-family: 'Merriweather';
    font-size: 15px;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-top: 40px;
   /* position: absolute;
    top: 84px;
    left: 36%;
    right: 20%;*/

}
.AskQuestion select, .AskQuestion input {
        min-width: 100%;
        padding: 5px;
        height: unset;
        font-size: 13px;
        border-radius: 3px;
        border: 1px solid #ccc;
}
.AskQuestion input {
}
.AskQuestion .RadEditor.Office2007.reWrapper {
        margin: 10px 0;
}
.AskQuestion>table>tbody>tr>td span {
        font-size: 13px;
}
.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: #0094de none repeat scroll 0 0;
        border-radius: 3px;
        color: #ffffff;
        padding: 6px;
        text-transform: uppercase;
        font-size: 13px;
        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: 768px){
        div.AskQuestion {
                padding-top: 35px;
                border: none;
        }
}
