/* *************************************************************************** */
/* FORMBUILDER                                                                 */
/* *************************************************************************** */

.FB_el {
    float: left;
    width: auto;
    margin: 0 auto 10px 0;
}
.FB_error {
    background-color: rgb(208, 48, 48);
    color: #fff;
}
.FB_form label {
    font-weight: bold;
    color: #000;
}
.FB_form .newline {
    clear: both;
}
.FB_form .FB_width5 {
    width: 515px;
}
.FB_form .FB_width4 {
    width: 341px;
}
.FB_form .FB_width3 {
    width: 255px;
}
.FB_form .FB_width2 {
    width: 171px;
}
.FB_form .FB_width1 {
    width: 128px;
}
.FB_form .FB_width5 input,.FB_form .FB_width5 select,.FB_form .FB_width5 textarea {
    width: 502px;
}
.FB_form .FB_width4 input,.FB_form .FB_width4 select,.FB_form .FB_width4 textarea {
    width: 331px;
}
.FB_form .FB_width3 input,.FB_form .FB_width3 select,.FB_form .FB_width3 textarea {
    width: 247px;
}
.FB_form .FB_width2 input,.FB_form .FB_width2 select,.FB_form .FB_width2 textarea {
    width: 161px;
}
.FB_form .FB_width1 input,.FB_form .FB_width1 select,.FB_form .FB_width1 textarea {
    width: 118px;
}

.FB_form .FB_height5 textarea {
    height: 250px;
}
.FB_form .FB_height4 textarea {
    height: 200px;
}
.FB_form .FB_height3 textarea {
    height: 150px;
}
.FB_form .FB_height2 textarea {
    height: 100px;
}
.FB_form .FB_height1 textarea {
    height: 50px;
}

.FB_form .FB_width7, .FB_form .FB_width8, .FB_form .FB_width9 {
    z-index:999;
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    border:none;
    background:none;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}
.FB_form .FB_width7 input, .FB_form .FB_width8 input, .FB_form .FB_width9 input {
    width: 0px;
    height: 0px;
}