form div{position:relative;} 

input[type=text],
input[type=password]{
    outline: none;
}

input[type=password]{
    font-family: Arial !important;
}

input.text-lvl1,
input.text-lvl2,
input.text-lvl2-1,
input.text-lvl2-2,
input.text-lvl3,
input.text-lvl4,
input.text-lvl5,
button.checkbox-lvl1,
button.radio-lvl1,
span.select-lvl1,
span.select-lvl2{
    background: #fff;
    border: 1px black solid;
    border:none;
    box-sizing:border-box;
    padding:0px 4px 0 4px;
    line-height: 25px;
    color:#444;
    font-size:12px;
    -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, .15);
    border-radius:3px;
}

input.text-lvl5{
    background-position: -8px -249px;
    width: 340px;
    height: 25px;
}
input.text-lvl5.error{
    background-position: -8px -275px;
}



button.checkbox-lvl1{
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -280px -70px;
    cursor:pointer;
    position: absolute;
    left: 0;
    line-height: 9px;
    color:#fff;
    padding: 0;
    font-size: 13px;
    text-indent: 0;
}
button.checkbox-lvl1.checked{
    color:#00543d;
}
button.checkbox-lvl1.unchecked{

}
button.checkbox-lvl1.error{

}


button.radio-lvl1{
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -280px -70px;
    cursor:pointer;
    text-indent:0;
}
button.radio-lvl1.checked{
    background-position: -281px -100px;
}
button.radio-lvl1.unchecked{
    background-position: -280px -70px;
}
button.radio-lvl1.error{
    background-position: -281px -85px;
}



div.select-custom{
    display:inline-block;
    font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
div.select-custom select.select-custom{
    position:relative;
    z-index:10;
}
div.select-custom span.select-custom{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:22px;
}
div.select-custom span.select-custom span{
    display:block;
    overflow:hidden;
}
div.select-custom select{
    background: #e5eeeb;
}

/* SELECT LVL 1 /////////////////////////////////*/

div.select-custom select.select-lvl1,
div.select-custom span.select-lvl1,
div.select-custom span.select-lvl1 span{
    height: 35px;
}

div.select-custom select.select-lvl1,
div.select-custom span.select-lvl1{
    width:85px;
    text-indent: 15px;
    line-height: 35px;
}


div.select-custom span.select-lvl1{
    position:absolute;
    bottom:0; 
    float:left;
    left:0;
    background: #fff url('../../img/assets/form/form-select-triangle.png') no-repeat;
    background-position: 66px 15px;
    cursor:default;
    z-index:1;
}
div.select-custom span.select-lvl1.error{
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    background-position: -8px -95px;
    cursor:default;
    z-index:1;
}


/* SELECT LVL 2 /////////////////////////////////*/
div.select-custom select.select-lvl2,
div.select-custom span.select-lvl2,
div.select-custom span.select-lvl2 span{
    height: 30px;
}

div.select-custom select.select-lvl2,
div.select-custom span.select-lvl2{
    width: 181px;
    text-indent: 10px;
    line-height: 30px;
}


div.select-custom span.select-lvl2{
    position:absolute;
    bottom:0; 
    float:left;
    left:0;
    background: #fff url('../../img/assets/form/form-select-triangle.png') no-repeat;
    background-position: 164px 14px;
    cursor:default;
    z-index:1;
}
div.select-custom span.select-lvl2.error{
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    background-position: -8px -95px;
    cursor:default;
    z-index:1;
}


/* magnifyingglass /////////////////////////////////*/
input[type=submit].magnifyingglass{
    width:34px;
    height:32px;
    background: url('../../img/bg/form.png') 0 0 no-repeat;
    border:none;
    background-position: -322px -6px;
    cursor:pointer;
}




