form.forms div.item {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    min-height: 30px;
}

form.forms .item .title {
    float: left;
    width: 14%;
    margin-right: 3%;
    height: 30px;
    line-height: 30px;
    display: table;
    vertical-align: middle;
}

form.no_hint .item .title {
    width: 30%;
}

form.forms .item .title div {
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
    word-break: break-all;
}

form.forms p {
    font-size: 14px;
    color: #333;
}

form.forms .item .input {
    float: left;
    width: 50%;
    margin-right: 3%;
    line-height: 14px;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    outline: none;
    border: 1px solid #aaa;
}

form.no_hint .item .input {
    width: 65%;
    margin-right: 0;
}

form.forms .item .check, form.forms .item .checkbox {
    float: left;
    width: 50%;
    margin-right: 3%;
    line-height: 14px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    background-color: transparent;
    outline: none;
    border-width: 0;
}

form.forms .item .check input[type=checkbox], form.forms .item .checkbox input[type=checkbox]
{
    height: 28px;
    width: 28px;
}

form.forms .item .inputerror, form.forms .item .checkerror {
    border-color: #f00;
}

form.forms .item .hint {
    float: left;
    width: 29%;
    height: 30px;
    display: table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
}

form.forms .item .hint div {
    color: #999;
    display: table-cell;
    vertical-align: middle;
}

form.forms .item .hinterror {
    float: left;
    width: 29%;
    height: 30px;
    display: table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
    display: none;
}

form.forms .item .hinterror div {
    color: #f00;
    display: table-cell;
    vertical-align: middle;
}

form.forms .item .input input, form.forms .item .input select {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-family: 'Open Sans', Trebuchet MS, Verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 0 10px 0 10px;
    text-indent: 0;
    border: 1px solid #666666;
    color: #666666;
    outline: none;
    border-width: 0;
}

form.forms .item .input select {
    padding: 0;
}

form.forms input.register {
    width: 400px;
    height: 28px;
    line-height: 28px;
    font-family: 'Open Sans', Trebuchet MS, Verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 0 10px 0 10px;
    border: 1px solid #666666;
    color: #666666;
}

form.forms .item .helper {
    float: left;
    width: 300px;
    height: 30px;
    margin: 0 10px 0 20px;
    display: table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 14px;
}

form.forms .item .helper div {
    color: #666;
    display: table-cell;
    vertical-align: middle;
}
/*
form.forms div.error {
    display: none;
    float: left;
    height: 20px;
    width: 100%;
    line-height: 20px;
    color: #9a9a9e;
    background-image: url(/images/error.png);
    background-repeat: no-repeat;
    background-position: -3px -1px;
    text-indent: 22px;
    line-height: 20px;
}
*/
form.forms .item .textarea {
    float: left;
    width: 50%;
    height: 80px;
    margin: 0 3% 0 0;
    border: 1px solid #aaa;
    overflow: hidden;
}

form.forms .item .textarea textarea {
    text-indent: 0;
    margin: 0;
    width: 100%;
    height: inherit;
    line-height: 20px;
    font-family: 'Open Sans', Trebuchet MS, Verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    border-width: 0;
    color: #666666;
    outline: none;
    resize: none;
}

form.forms .fileform {
    clear: both;
    float: left;
    width: 420px;
    height: 30px;
    margin: 0 5px 0 0;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}

form.forms .section .fileform {
    width: 200px;
}

form.forms .fileform .selectbutton {
    float: right;
    margin: 2px;
    padding: 3.5px 10px;
}

form.forms .fileform .upload{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    /*font-size: 150px;*/
    height: 30px;
    z-index:20;
}

form.forms .fileform .fileformlabel {
    background-color: #FFFFFF;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    width:260px;
    color: #666;
}

form.forms .section .fileformlabel {
    width:120px;
}

form.forms .item .section img {
    float: left;
    width: 120px;
    height: 90px;
    margin: 0 0 2px 40px;
}

form.forms .section {
    float: left;
    width: 200px;
    height: 170px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    margin: 0 10px 10px 0;
}

form.forms .section .delete {
    position: absolute;
    margin-top: 130px;
    width: 200px;
}

form.forms .section .main {
    position: absolute;
    margin-top: 150px;
    width: 200px;
}


form.forms .input_labeled {
    float: left;
    width: 400px;
    height: 28px;
    border: 1px solid #666;
    overflow: hidden;
    background-color: #fff;
}

form.forms .input_labeled label {
    display: block;
    float: left;
    width: 100px;
    line-height: 28px;
    text-indent: 8px;
    font-size: 14px;
    overflow: hidden;
    background-color: #eee;
    border-right: 1px solid #666;
    padding-top: 1px;
    color: #000;
}

form.forms .input_labeled input {
    float: right;
    width: 283px;
    line-height: 16px;
    margin: 5px 8px 0 0;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    outline: none;
    border-width: 0;
}

form.forms input[type=submit], form.forms input[type=button], form.forms input.user_button, form.forms .button {
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 14px 8px 14px;
    border: 1px solid #333;
    cursor: pointer;
    background-color: #fff;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    transition: all 0.3s;
}

form.forms input[type=submit]:hover, form.forms input[type=button]:hover, form.forms .button:hover {background-color: #231f21; color: #fff;}
form.forms input[type=submit]:active, form.forms input[type=button]:active, form.forms .button:active {background-color: #000; color: #aaa;}

form.forms .image img {
    max-width: 150px;
    max-height: 150px;
}

form.forms .image .del {
    margin: 6px 0 2px 10px;
    line-height: 14px;
}

form.forms .image input[type=checkbox] {
    width: 14px;
    height: 14px;
}

form.forms .item .input input:disabled, form.forms .item .input select:disabled, form.forms .item .textarea textarea:disabled {
    background-color: #eee;
}

form.forms .item .radio {
    float: left;
    width: 50%;
    margin-right: 3%;
    line-height: 14px;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    outline: none;
    border: 1px solid #fff;
}

form.forms .agreement {
    font-size: 12px;
}

form.forms .item .captcha {
    background-color: transparent;
    border-width: 0;
    height: 94px;
}

form.forms .item .inputsuccess {
    border-color: #02913f;
}

form.forms .item .hintsuccess {
    float: left;
    width: 29%;
    height: 30px;
    display: table;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
    display: none;
}
form.forms .item .hintsuccess div {
    color: #02913f;
    display: table-cell;
    vertical-align: middle;
}