
.AskQuestion {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 3px #d0d0d0;
    margin: 10px 0;
    padding: 10px;
}
.AskQuestion select {
    height: 30px;
}
.AskQuestion input {
    height: 30px;
}
.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 #AE0002;
    border-radius: 3px;
    box-shadow: 0 0 1px #444444;
    color: #ffffff;
    font: bold 10pt/26px Arial;
    padding: 6px;
}
.AskQuestion .lnkSubmit:hover, .lnkReset:hover {
    background: none repeat scroll 0 0 #0061A7;
}
.AskQuestion .lnkReset {
    margin-left: 5px;
}
