@import "main.css";
@import "right_col.css";

.form-feedback {
    margin-bottom: 40px;
}

.form-feedback h3 {
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 19px;
    font-weight: bold;
    color: #e15218;
}

.form-feedback > div:nth-of-type(1) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(2) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(2) input {
    min-width: 330px;
}

.form-feedback > div:nth-of-type(3) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(4) {
    margin-bottom: 20px;
    min-width: 316px;
    border: 1px solid #5d5d5d;
}

.form-feedback > div:nth-of-type(4) div {
    margin: 10px;
}

.form-feedback > div:nth-of-type(4) textarea {
    font-size: 13px;
    font-family: Arial;
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: 200px;
    padding: 0px;
    border: 0;
}

.form-feedback > div:nth-of-type(5) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(6) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(6) input {
    width: 330px;
}

.form-feedback > div:nth-of-type(7) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(8) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(8) input {
    min-width: 330px;
}

.form-feedback > div:nth-of-type(9) {
    margin-bottom: 10px;
}

.form-feedback > div:nth-of-type(10) {
    height: 50px;
    margin-bottom: 20px;
}

.form-feedback > div:nth-of-type(10) > div:nth-of-type(1) {
    float: left;
    width: 150px;
    height: 51px;
}

.form-feedback > div:nth-of-type(10) > div:nth-of-type(2) input {
    width: 100px;
}

/*==================================================*/

/* col1_638 */

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(1) {
    float: left;
    max-width: 638px;
    margin-right: 20px;
    margin-bottom: 20px;
}

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(1) > p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(1) > h1 {
    font-family: Trebuchet MS, Arial;
    font-size: 29px;
    font-weight: bold;
    color: #1874cd;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 1px;
}

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(1) > h2 {
    font-family: Trebuchet MS, Arial;
    font-size: 19px;
    font-weight: bold;
    color: #1874cd;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 1px;
}

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(1) > div {
    border-bottom: 0px solid #1874cd;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    background-color: #1874cd;
}

/* col2_336 */

body > div:nth-of-type(1) > div:nth-of-type(3) > div > div:nth-of-type(2) {
    float: left;
    width: 336px;
}