
.infopack_teach_english_abroad {
    background-image: url(/uploads/courseguide_backdrop_dec14.jpg);
    max-width: 1200px;
    height: 260px;
    margin-left: 0;
    font-size: 12px;
}
.infopack_cta_form {
    padding: 7px 15px;
    background-color: #FFFFFF;
    width: 375px;
    border: 5px solid #333;
    position: absolute;
    left: 175px;
    z-index: 100;
}

.green {
    color: #367d4f;
}

.lead {
    font-size: 12px!important;
    font-weight: normal!important;
}

input[type="submit"] {
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #367d4f;
    color: #fff !important;
    background: #367d4f;
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: 5px;
}


#infoPackageForm {
    background-color: #FFFFFF;
    padding-top: 25px;
}
.valid {
    border: #0C0 solid 2px;
}

#infoPackageForm .error {
    display: block!important;
}
label.error {
    color: #FF0000!important;
    clear: both!important;
    font-weight: normal!important;
}

.width_two_thirds {
    width: 66%;
}
.padding_right_10 {
    padding-right: 10px;
}
.padding_bottom_10 {
    padding-bottom: 10px;
}
.padding_right_10 {
    padding-right: 10px;
}
.float_left {
    float: left;
}
.text_right {
    text-align: right;
}
.width_one_third {
    width: 33%;
}

.width_full {
    width: 100%;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input, button, select, textarea {
    border-radius: 3px;
    border-width: thin;
}

input, select {
    border: 1px solid #ccc;
    border-radius: 5px !important;
}




@media screen and (max-width: 600px) {
    .infopack_teach_english_abroad {
        height: auto;
        margin-left: 0px;
        background-image: none;
    }
    .infopack_cta_form {
        position: static;
        width: 96%;
        border: none;
        margin-left: initial !important;
        margin-right: initial !important;
        padding: 15px 2%;
    }

    .infopack_cta_form input, button, select, textarea {
        width: 250px;
        height: 30px;
    }
}
@media screen and (max-width: 800px) {

    .infopack_cta_form input {
        font-size: 15px;
        padding: 3px;
    }
}
