.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 {
        height: auto;
        padding: 5px;
        width: 100% !important;
        border: 1px solid #ccc;
        box-sizing: border-box;
}
.AskQuestion input {
        padding: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        width: 100% !important;
}
.AskQuestion .RadEditor.Office2007.reWrapper {
        margin: 10px 0;
}
.AskQuestion .td-Content {
        padding: 0;
        padding-top: 10px;
}
.AskQuestion .td-Header, .AskQuestion .td-Title, .AskQuestion .td-CustomerName, .AskQuestion .td-Phone, .AskQuestion .td-Address, .AskQuestion .td-Email {
        padding: 10px 0;
        width: 200px;
        font-size: 15px;
}
.AskQuestion .Email {
        margin: 5px 0 10px;
}
.AskQuestion .lnkSubmit, .lnkReset {
        background: #0074bc;
        border-radius: 3px;
        box-shadow: 0 1px 2px #ddd;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
        padding: 5px 15px !important;
        text-transform: uppercase;
        margin: 20px 0;
        display: inline-block;
        font-family: 'Merriweather';
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
        background: #ef59a1 none repeat scroll 0 0;
}
.AskQuestion .lnkReset {
        margin-left: 5px;
}
@media only screen and (max-width: 768px){
        div.AskQuestion {
                border: none;
                padding: 0 15px;
                padding-top: 40px;
        }
        div.AskQuestion select {
                height: auto;
        }
        div.AskQuestion input {
                height: auto;
        }
        div.AskQuestion{position:unset;margin: 10px 25px 10px 15px;}
}
