﻿form {
    border-width: 0px; 
    margin: 0; 
    padding: 20px 20px 0 40px;
    max-width:900px;
}
@media (max-width: 768px) {
    .copyright {
        position:static !important;
    }
}

@media (min-width: 768px) {
    /*form {
        width:1000px;
        width:90%;
    }*/
    .control-label {
        padding-right:0px;
    }
    .form-control, .form_datetime{
        display:inline;
        width: 75%;
        /*height: 28px;*/
        /*padding: 3px 12px;*/
        /*font-size: 12px;*/
    }
    .form-group {
        margin-bottom: 20px;
    }
    .input-group {
        width: 75%;
    }
    .date{
        width: 65%;
    }
    .input-group-addon {
        padding: 3px 12px;
    }
    .gformcheckboxCon {
        width: 75%;
    }
}

input.error { border: 1px dotted red; float:left;}
label.error {
    background:url("images/unchecked.gif") no-repeat 0px 0px;
    margin-left:3px;
    font-size:14px;
    /*float:left;*/
    /*padding-left: 16px;*/
}
label.success {
    background:url("images/checked.gif") no-repeat 0px 0px;
    /*float:left;*/
    /*padding-left: 16px;*/
}

.inputText {
    border: 1px solid #AECAF0;
}

.required {
    color:red;
}
.l-dialog-buttons {
    height: 36px;
}
.checkboxitem {
    float: left;
    margin-right: 10px;
}
.gformcheckboxCon, .gformradioCon {
    padding-right: 10px;
}
.checkboxitem label, .checkboxitem input[type=checkbox],.checkboxitem input[type=radio] {
    cursor: pointer;
    margin-right: 2px;
}
.otherinput{
    height:30px;
    width:150px;
}