input, textarea {
    padding: 10px 2%;
    font-size: 18px;
    font-family: arial, sans-serif;
    width: 96%;

}
select {
    padding: 6px;
    font-size: 18px;
    font-family: arial, sans-serif;
    width: 100%;
    border: 0;
}
label {
    width: 100%;
    font-weight: bold;
}
form h2 {
    cursor: pointer;
    background: #df5112;
    color: #FFF;
    padding: 10px;
}
#inside #left-content form ul, #inside #left-content form ul li {
    list-style: none;
    padding-bottom: 10px;
    margin: 0;
}
.form label {
    /*width: 100%;*/
    display: block;
    margin-bottom: 4px;
}
.submit {
    padding: 10px 15px 10px 25px;
    color: #FFF;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    text-decoration: none;
    background: url(/_elements/img/btn-arrow.png) no-repeat scroll 12px 15px #000;
    font-size: 14px;
    width: 110px;
    cursor: pointer;
}
.check {
    margin: 2px 6px 2px 12px;
    width: auto;
}
input.birth {
    width: 50px;
}
input.year {
    width: 100px;
}
