.support-content .form_element {
    margin: 20px 0;
}
.support-content .form_element .form_label {
    margin-bottom: 5px;
    font-weight: bold;
}
.support-content button {
    width: 250px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-family: "Times New Roman", serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #f1f1f1;
    text-shadow: 0 1px rgba(0,0,0,.22);
    background: #0f7dba;
    border: none;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.support-content input {
    height: 40px;
    line-height: 40px;
}
.support-content textarea {
    border: 1px solid #cacaca;
    border-radius: 2px;
    box-shadow: inset 0px 1px 2px #e4e4e4;
    padding: 10px;
    color: #666;
    font-size: 13px;
    box-sizing: border-box;
}
.support-content .error {
    color: #ed2939;
    margin-top: 5px;
}
.support-content select {
    border: 1px solid #cacaca;
    border-radius: 2px;
    box-shadow: inset 0px 1px 2px #e4e4e4;
    margin-bottom: 10px;
    padding-right: 5px;
    width: 920px !important;
}
.support-content .form_description {
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.support-content .form_description:empty {
    display: none;
}
.support-content h2 {
    font-size: 24px;
    font-family: "Times New Roman", serif;
    color: #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.support-content h3 {
    font-size: 20px;
    font-family: "Times New Roman", serif;
    color: #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.support-content .panel-default > .panel-heading {
    background: #0f7dba;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}
.support-content .panel {
    margin-bottom: 10px;
}
.support-content .panel-heading {
    border: none;
}
.support-content .panel-default .panel-collapse.collapsed {
    display: none;
}
.support-content input[type="file"] {
    height: inherit;
    line-height: inherit;
}
.support-content .info_message {
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.request-content {
    line-height: 18px;
}
.request-content ul {
    list-style: disc;
}
.request-content ul li {
    margin-left: 20px;
}