.easyAjax {
   max-width: 100%; 
}
.easyAjax div {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.easyAjax label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}

.easyAjax input[type="radio"], .easyAjax input[type="checkbox"] {
    line-height: normal;
    margin: 0;
}


.easyAjax input[type=text],
.easyAjax input[type=date],
.easyAjax input[type=datetime],
.easyAjax input[type=number],
.easyAjax input[type=search],
.easyAjax input[type=time],
.easyAjax input[type=url],
.easyAjax input[type=email],
.easyAjax textarea,
.easyAjax select{
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
    width: 96%;
}
.easyAjax .error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

.easyAjax input[type=text]:focus,
.easyAjax input[type=date]:focus,
.easyAjax input[type=datetime]:focus,
.easyAjax input[type=number]:focus,
.easyAjax input[type=search]:focus,
.easyAjax input[type=time]:focus,
.easyAjax input[type=url]:focus,
.easyAjax input[type=email]:focus,
.easyAjax textarea:focus,
.easyAjax select:focus{
    border: 1px solid #88D5E9;
}
.easyAjax .field-divided{
    width: 49%;
}

.easyAjax .field-long{
    width: 100%;
}
.easyAjax .field-select{
    width: 100%;
}
.easyAjax .field-textarea{
    height: 100px;
}
.easyAjax input[type=submit], .easyAjax input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.easyAjax input[type=submit]:hover, .easyAjax input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.easyAjax .required{
    color:red;
}

.easyAjax .lbl-checkbox, .easyAjax .lbl-radio {
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.ea-fieldset .eax-checkbox, .ea-fieldset .eax-radio{
    display: inline-block;
}
.easyAjax textarea {
    height: 150px;
}

.ea-fieldset > button {
    border: medium none;
    color: #fff;
    padding: 8px;
}
.easyAjax-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    display: block;
    padding: 10px;
}
.easyAjax-success {
     background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    display: block;
    padding: 10px;
}