.AskQuestion {
        background: #ffffff url("images/faq.png") no-repeat scroll 1px 5px;
        margin: 10px 0;
        padding: 12px 12px 30px 12px;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
}
.AskQuestion .divInfo{
        margin-top: 30px;
        font-family: "UTM Time";
        font-size: 16px;
}
.AskQuestion table tr:last-child td{
        padding-top: 25px;
}
.AskQuestion span {
        font-size: 16px;
        font-weight: 600;
}
.AskQuestion input, .AskQuestion select {
        height: 36px;
        border: 1px solid #d5d5d5;
        width: 100% !important;
        border-radius: 3px;
}
.AskQuestion .RadEditor.Office2007.reWrapper {
        margin: 10px 0;
}
.AskQuestion .td-Content {
        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;
}
.AskQuestion .Email {
        margin: 5px 0 10px;
}
.AskQuestion .lnkSubmit, .lnkReset {
        background: #d70000 none repeat scroll 0 0;
        border-radius: 3px;
        box-shadow: 0 1px 2px #444444;
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px;
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
        background: #cf3433 none repeat scroll 0 0 !important;
        color: #fff;
}
.AskQuestion .lnkReset {
        margin-left: 5px;
        background: #979797;
}
@media only screen and (max-width: 768px){
        .AskQuestion{
                border: none;
                margin-bottom: 15px !important;
        }
}
