.AskQuestion {
        /* background: #ffffff url("images/faq.png") no-repeat scroll 1px 5px; */
        border: 1px solid #ddd;
        margin: 10px 0;
        padding: 12px;
}
.AskQuestion input {
        height: 30px;
}
.AskQuestion .RadEditor.Office2007.reWrapper {
        margin: 10px 0;
}
.AskQuestion .td-Content {
        padding-top: 10px;
        padding-left: 0;
}

.reload_cap{
	    margin-left: 0px !important; 
}

.AskQuestion .td-Header span, .AskQuestion .td-Title span, 
.AskQuestion .td-CustomerName span, .AskQuestion .td-Phone span, 
.AskQuestion .td-Address span, .AskQuestion .td-Email span,
.LabelText span, .AskQuestion .td-Content>span{
        padding: 10px 0;
        font-size: 14px;
        font-family: 'Roboto';
        font-weight: 600;
}
.AskQuestion .Email {
        margin: 5px 0 10px;
}
.AskQuestion .lnkSubmit, .lnkReset {
        background: #f2751c none repeat scroll 0 0;
        border-radius: 3px;
        box-shadow: 0 1px 2px #444444;
        color: #ffffff;
        padding: 5px 10px;
        font-family: 'Roboto';
        /* text-transform: uppercase; */
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
        background: #cf3433 none repeat scroll 0 0;
}
.AskQuestion .lnkReset {
        margin-left: 5px;
}
.AskQuestion input[type="text"] {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.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 {
        width: 50% !important;
        padding: 0.375rem 0.75rem;
        height: 30px;
        font-size: 1rem;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
        padding: 0 14px;
        transition: all 0.2s ease;
        background: #fff;
        color: #212529;
}
.AskQuestion select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.AskQuestion select:disabled {
        background-color: #e9ecef;
        opacity: 1;
}
