.w900 {
    width: 70% !important
}

.w300 {
    width: 23% !important
}

.dots {
    text-align: center;
}

.w900 .dots .form2 {
    margin: 0 auto;
}

.center40 {
    width: 40%;
    margin: 0 auto;
}

.form2 {
    padding: 2%;
}

.form2 div {
    overflow: hidden;
    clear: both;
}

.form2 div.input {
    text-align: left;
    margin-bottom: 5px;
}

.form2 div.input input[type=text],
.form2 div.input select,
.form2 div.input input[type=password],
.form2 div.input input[type=email],
.form2 div.input textarea {
    width: 65%
}

.form2 label {
    width: 30%;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.form2 div.error-message {
    padding-left: 30%;
    margin-left: 5px;
    font-size: smaller;
    text-align: left;
}

.form2 div.checkbox.error {
    padding: 10px 0;
}


/*.form2 div.checkbox {padding-left:0%;}*/

.form2 div.checkbox input {
    float: left;
}

.form2 div.checkbox label {
    width: auto;
    float: none;
    text-align: left;
    font-size: smaller
}

.form2 div.checkbox.error label {
    color: #E15130
}

.form2 div.checkbox div.error-message {
    padding-left: 0
}

.form2 div.submit {
    margin-top: 10px;
    text-align: center;
}

.form2 div.submit input {
    background-color: #54B235;
    border-radius: 7px;
    font-weight: bolder;
    font-size: 11px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
    text-transform: uppercase;
}

.form2 div.submit input:hover {
    background-color: #D3171D;
}

@media screen and (max-width:649px) {
    #footer,
    .footer {
        display: none;
    }
    .w900 {
        width: 100% !important
    }
    .w300 {
        display: none;
    }
    .w900 .dots .form2 {
        width: 90%;
    }
    .form2 div.input input[type=text],
    .form2 div.input select,
    .form2 div.input input[type=password],
    .form2 div.input input[type=email],
    .form2 div.input textarea {
        width: 75%;
    }
    .center40 {
        width: 80%;
    }
}

@media screen and (max-width:400px) {
    #footer,
    .footer {
        display: none;
    }
    .w900 {
        width: 100% !important
    }
    .w300 {
        display: none;
    }
    .w900 .dots .form2 {
        width: 100%;
    }
    .center40 {
        width: 100%;
    }
    .form2 label {
        width: 100%;
        text-align: left;
    }
    .form2 div.checkbox {
        padding-left: 0;
    }
    .form2 div.error-message {
        padding-left: 0
    }
    .form2 div.input input[type=text],
    .form2 div.input select,
    .form2 div.input input[type=password],
    .form2 div.input input[type=email],
    .form2 div.input textarea {
        width: 90%
    }
}