.leftside form {
    width: 100%;
    clear: both;
}
label {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    float: left;
    color: #5a4c40;
    line-height: 40px !important;
    padding-right: 5px;
}
label strong.required-item { color: #ed1c24; font-weight: normal }
label span {
    font-size: 12px;
}
input,
textarea {
    padding: 12px 10px ;
    border-radius: 3px;
    background: #fdfaf3;
    border: 0;
    font-size: 14px;
    width: 415px;
    color: #5d5d5d;
    transition: all 0.5s ease;
    float: left;
}
input.datepicker {
    background: #fdfaf3 url(../images/calendar.gif) no-repeat top 7px right 10px;
}
textarea {
    width: 700px;
    height: 140px;
    border: 1px solid #cfdac2;
    border-radius: 2px;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
}

input.radioinput,
input.radioinput2 {
    width: 435px;
    clear: none;
    margin: -5px 0 0 -25px;
}
input.radioinput2 {
    width: 300px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{ color: #9e9e9e }
input:-moz-placeholder,
textarea:-moz-placeholder
{ color: #9e9e9e }
input::-moz-placeholder,
textarea::-moz-placeholder
{ color: #9e9e9e }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{ color: #9e9e9e }

.form button {
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    padding: 0 20px;
    color: #fff !important;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    border: 0;
    background-color: #efb076;
    cursor: pointer;
}
a.button {
    margin: 15px auto;
    display: inline-block;
    float: none;
}

/**
    file upload
                **/

div.fileUpload {
    float: left;
    width: 100%;
}
div.fileUpload input[type=text] {
    border-right: 0;
    display: block;
    float: left;
    width: -moz-calc(100% - 106px);
    width: -webkit-calc(100% - 106px);
    width: calc(100% - 106px);
    border-radius: 2px 0 0 2px;
}
div.fileUpload button {
    /*background: #438097;
    background: -moz-linear-gradient(top,  #438097 0%, #29667e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#438097), color-stop(100%,#29667e));
    background: -webkit-linear-gradient(top,  #438097 0%,#29667e 100%);
    background: -o-linear-gradient(top,  #438097 0%,#29667e 100%);
    background: -ms-linear-gradient(top,  #438097 0%,#29667e 100%);
    background: linear-gradient(to bottom,  #438097 0%,#29667e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#438097', endColorstr='#29667e',GradientType=0 );*/
    margin: 0;
    float: left;
    border-radius: 0 2px 2px 0;
}

div.fileUpload button[disabled] {
    opacity: 0.5;
    cursor: default!important;
}
div.fileUpload button[disabled]:hover {
    background: #595a5a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NWE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #595a5a 0%, #414141 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595a5a), color-stop(100%,#414141));
    background: -webkit-linear-gradient(top,  #595a5a 0%,#414141 100%);
    background: -o-linear-gradient(top,  #595a5a 0%,#414141 100%);
    background: -ms-linear-gradient(top,  #595a5a 0%,#414141 100%);
    background: linear-gradient(to bottom,  #595a5a 0%,#414141 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595a5a', endColorstr='#414141',GradientType=0 );
}

/**
    select
            **/

div.select {
    position: relative;
    height: 30px;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    margin: 0;
    float:  left;
    margin-bottom: 10px;
}
div.fullwidth div.select {
    width: 100%;
}
div.select button {
    width: 100%;
    font-size: 12px;
    color: #5a4c40;
    border: 1px solid #cfdac2;
    border-radius: 2px;
    margin: 0;
    padding: 0 25px 0 10px;
    background: #fff url(../pic/formstyle/bg_select.png) no-repeat 100% 0;
    cursor: pointer;
    text-align: left;
    height: 30px;
    line-height: 28px;
    text-transform: none !important;
    font-weight: normal;
    float:  none;
    font-family: Arial;
}



/*
div.select button:focus,
div.select button:hover,
div.select button.active {
    background: #fff url(../pic/formstyle/bg_select_hover.png) no-repeat top right;
    border: 1px solid #1bbc9d !important;
}*/
div.selectContainer {
    width: 100%;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 29px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    z-index: 100;
}
div.selectContainer ul {
    width: inherit;
    max-height: 245px!important;
    overflow-x: hidden;
    overflow-y: auto;
}
.selectContainer li {
    padding: 7px 0;
    border-bottom: 1px solid #d1d1d1;
    list-style: none;
    /*float: left;*/
    width: inherit;
    vertical-align: middle !important;
    font-size: 12px;
    color: #818181;
    font-family: Arial;
}
.selectContainer li.group {
    color: #555555;
    font: 13px Arial;
    font-weight: bold;
    background-color: #f2f2f2;
    cursor: default;
    padding: 6px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.selectContainer li:last-child {
    border: 0;
}
.selectContainer .search {
    width: auto;
    background: #0098ab;
    padding: 0 9px 5px 9px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.selectContainer .search input[type=text] {
    margin: 6px 0 0 0 !important;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: #fff url(../pic/formstyle/bg_search.gif) no-repeat 0 0;
    padding: 2px 5px 3px 25px;
    font: 12px Arial;
    width: 100%;
    color: #000;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.selectContainer .search a {
    font: 12px Arial;
    font-weight: bold;
    text-decoration: none;
    padding-left: 18px;
    background: transparent url(../pic/formstyle/filter.png) no-repeat 0 3px;
    color: #fff;
    display: inline-block;
    margin: 5px 10px 0 0;
}
.selectContainer .search a.none { background-position: 0 -12px }
.selectContainer .search a.change { background-position: 0 -27px }

.selectContainer li img {
    float: right;
    margin: 5px 10px;
}
.selectContainer span {
    font: 11px Arial;
    color: #555;
    font-style: italic;
    padding-left: 10px;
}

/**
    checkbox + multiselect checkbox
                                    **/

.selectContainer li label,
label.checkbox,
label.radio {
    padding: 9px 10px;
    display: block;
    color: #555;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    color: #818181;
    font-family: Arial;
}
.selectContainer li label {
    padding: 0 9px !important;
    clear: none !important;
    float: none;
    text-align: left;
    width: auto !important;
    line-height: normal !important;
    display: inline-block !important;
}
label.checkbox,
label.radio {
    display: inline-block;
    width: auto !important;
}
.selectContainer li {
    cursor: pointer;
}
.selectContainer li:hover {
    background-color: #ededed;
}
.selectContainer li:hover label {
    color: #000 !important;
}
.selectContainer li.group:hover {

}
label.checkbox,
label.radio {
    padding: 10px 0 0 0;
    line-height: 27px !important;
}
.selectContainer li label i,
label.checkbox i,
label.radio i {
    display: inline-block;
    width: 27px;
    height: 27px;
    font-style: normal;
    background: transparent url(../images/formstyle/bg_checkbox.png) no-repeat 0 0;
    margin: 2px 14px -8px 0;
}
/*
.selectContainer li:hover i,
label.checkbox:hover i {
    background-position: 0 -56px;
}*/
.selectContainer li.selected {
    background-color: #82badb;
    color: #fff !important;
}

.selectContainer li.selected label {
    color: #fff !important;
}
.selectContainer li.selected i,
label.checkbox.selected i {
    background-position: 0 0;
}/*
.selectContainer li.selected:hover i,
label.checkbox.selected:hover i {
    background-position: 0 -14px;
}*/
.selectContainer li.disabled {
    background-color: #fafafa;
    color: #9a9a9a;
    cursor: default;
}
.selectContainer li.disabled label {
    cursor: default;
}
div.select .selectContainer li.disabled i,
label.checkbox.disabled i                           { background-position: 0 -70px }
div.select .selectContainer li.disabled:hover i,
label.checkbox.disabled i                           { background-position: 0 -70px }

div.select .selectContainer li.disabled.selected i,
label.checkbox.disabled.selected i       { background-position: 0 -28px }
div.select .selectContainer li.disabled.selected:hover i,
label.checkbox.disabled.selected:hover i { background-position: 0 -28px }

label.checkbox.disabled { cursor: default }

/**
    radio
            **/

label.radio i                   { background: transparent url(../pic/formstyle/bg_radio.png) no-repeat 0 0 }
label.radio.selected i           { background: transparent url(../pic/formstyle/bg_radio.png) no-repeat 0 -16px }
label.radio.disabled i          { opacity: .8 }
label.radio.disabled.selected i  { opacity: .8 }

label.radio.disabled            { cursor: default }

/**
    checkbox
            **/

label.checkbox i                   { background: transparent url(../images/formstyle/bg_checkbox.png) no-repeat 0 0 }
label.checkbox.selected i           { background: transparent url(../images/formstyle/bg_checkbox.png) no-repeat 0 -27px }
label.checkbox.disabled i          { opacity: .8 }
label.checkbox.disabled.selected i  { opacity: .8 }

label.checkbox.disabled            { cursor: default }

/**
    error state
                **/

input.inputError,
textarea.inputError { border: 1px solid #ed1c24; border-right: 5px solid #ed1c24; }



input.inputValid,
textarea.inputValid { background: #8eb58a }


/**
    other
            **/

.ui-dialog label {
    color: #555555;
    font-size: 13px;
}
.ui-dialog input {
    margin-bottom: 0;
    width: 220px;
}
.ui-dialog .regDiv input {
    margin-bottom: 10px;
}
.ui-dialog .regDiv label {
    width: 140px;
    display: inline-block;
}

/**
    formError
                **/

.formError {
    margin: 0 0 20px 0;
    border: 1px solid #ed1c24;
    border-radius: 0;
    background: #fae4e1;
    color: #e57a6a;
    padding: 10px;
    width: 100%;
    float: left;
    clear: both;
}
.formError h2 {
    margin: 0 0 10px 0;
    color: #e57a6a;
    float: none;
}
.formError ul {
    margin: 0 25px;
    line-height: 20px;
}

.otherWidth div.select {
    width: 100%;
}
#registerDialog .formError {
    margin-left: 0;
    width: 100%;
}
.submenu form > button,
a.button,
.ui-dialog.register button {
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    border-radius: 0 0 5px 0;
    background: transparent url(../images/bg_button.gif) repeat-x 0 0 !important;
    margin: 0 !important;
    border: 0;
    padding: 0 67px 0 0;
    letter-spacing: normal;
    font-family: 'exo_2.0semi_bold';
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}
a.button:before,
.ui-dialog.register button:before,
.submenu form > button:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -75px;
    background: transparent url(../images/button_left.png) no-repeat 0 0 !important;
    width: 75px;
    height: 60px;
}
a.button:after,
.ui-dialog.register button:after,
.submenu form > button:after {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
}
.ui-dialog.register button {
    position: relative;
}
a.button2 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin: 20px 0 0 0 !important;
    border: 0;
    padding: 0 56px 0 20px;
    letter-spacing: normal;
    font-family: 'exo_2.0semi_bold';
    font-size: 18px;
    color: #e57a6a;
    font-weight: normal;
    border-radius: 6px;
    position: relative;
}
a.button2:after {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 9px;
    right: 20px;
    color: #e57a6a;
}
.ui-dialog.register label {
    float: left;
    width: 100px;
    clear: none;
    padding-left: 20px;
    color: #5a4c40;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}
.ui-dialog.register input {
    float: left;
    width: 340px;
    height: 40px;
    background-color: #fdfaf3;
    border-radius: 4px;
    clear: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
.register.ui-dialog .ui-dialog-content {
    overflow: visible;
    height: 520px !important;
}
.ui-dialog.register button {
    right: 0;
    position: absolute;
    bottom: -10px;
}
.form input {
    height: 40px;
    background-color: white;
    border: 1px solid #cfdac2;
    border-radius: 2px;
}
.form input.datepicker {
    width: 140px;
}
.form {
    width: 100%;
    clear: both;
    float: left;
    padding: 10px 0 0 0;
}
.form.formOwn input {
    width: 250px;
    margin-bottom: 10px;
}
.form.formOwn textarea { margin-bottom: 10px }
.form.formOwn label {
    float: left;
    width: 80px;
}
.form.formOwn label:nth-child(3),
.form.formOwn label:nth-child(7) {
    width: 120px;
    padding-left: 40px
}