.AskQuestion {
        background: #ffffff url("Images/faq.png") no-repeat scroll 1px 5px;
        border: 1px solid #ddd;
        margin: 10px 0;
        padding: 12px;
}
.AskQuestion select {
        height: 23px;
}
.AskQuestion input {
        height: 23px;
}
.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;
}
.AskQuestion .Email {
        margin: 5px 0 10px;
}
.AskQuestion .lnkSubmit, .lnkReset {
        background: none repeat scroll 0 0 #049be2;
        border-radius: 3px;
        box-shadow: 0 1px 2px #444444;
        color: #ffffff;
        font: bold 9pt/26px Arial;
        padding: 6px;
        text-transform: uppercase;
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
        background: none repeat scroll 0 0 #cf3433;
}
.AskQuestion .lnkReset {
        margin-left: 5px;
}
.AskQuestion input[type="text"] {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #b5b5b5;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        height: 33px;
}
.AskQuestion input[type="text"]:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.AskQuestion select {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #b5b5b5;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none;
        /* Hides the default dropdown arrow for consistency */
        position: relative;
        height:33px
}
.AskQuestion select:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Optional: Add a custom arrow icon if needed */
.AskQuestion select::after {
        content: '';
        position: absolute;
        pointer-events: none;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        border: 0.375rem solid transparent;
        border-top-color: #212529;
}
