.clear {
    clear: both !important;
    display: block !important;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.formcontrols_select {
    position: relative;
    width: 243px;
}

.formcontrols_select .clear {
    display: block;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

.formcontrols_select .fc_input {
    display: inline;
    float: left;
    width: 210px;
    height: 18px;
    background-image: url('/img/form-select-input.gif');
    background-repeat: no-repeat;
    padding: 4px;
    overflow: hidden;
    font-size: 12px;
    color: black;
    cursor: pointer;
}

.formcontrols_select .fc_input:hover {
    text-decoration: none;
}

.formcontrols_select .fc_btn {
    display: inline;
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('/img/form-select-btn.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.formcontrols_select .fc_btn:hover {
    text-decoration: none;
}

.formcontrols_select .fc_options {
    display: none;
    position: absolute;
    width: 215px;
    background-color: white;
    top: 25px;
    left: 1px;
    overflow: auto;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #dddcdc;
    border-right: 1px solid #dddcdc;
    border-left: 1px solid #dddcdc;
}

.formcontrols_select .fc_options a {
    display: block;
    width: 205px;
    padding: 5px;    
    text-decoration: none;
    font-size: 12px;
    color: black;
}

.formcontrols_select .fc_options a:hover {
    background-color: red;
    text-decoration: none;
}

.formcontrols_checkbox {
    display: block;
    width: 11px;
    height: 11px;
    overflow: hidden;
}

.formcontrols_checkbox a.fc_box {
    display: block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background-image: url('/img/form-check.gif');
    background-repeat: no-repeat;
    background-position: 0px -11px;
    text-decoration: none;
}

.formcontrols_checkbox a.fc_box:hover {
    text-decoration: none;
}

.formcontrols_checkbox a.fc_checked {
    background-position: 0px 0px;
}

.formcontrols_radio {
    display: block;
    width: 13px;
    height: 13px;
    overflow: hidden;
}

.formcontrols_radio a.fc_box {
    display: block;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background-image: url('/img/form-radio.gif');
    background-repeat: no-repeat;
    background-position: 0px -13px;
    text-decoration: none;
}

.formcontrols_radio a.fc_box:hover {
    text-decoration: none;
}

.formcontrols_radio a.fc_checked {
    background-position: 0px 0px;
}

.formcontrols_radio2 {
    display: block;
    width: 11px;
    height: 11px;
    overflow: hidden;
}

.formcontrols_radio2 a.fc_box {
    display: block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background-image: url('/img/form-radio2.gif');
    background-repeat: no-repeat;
    background-position: 0px -11px;
    text-decoration: none;
}

.formcontrols_radio2 a.fc_box:hover {
    text-decoration: none;
}

.formcontrols_radio2 a.fc_checked {
    background-position: 0px 0px;
}

.formcontrols_file {
    width: 323px;
    height: 21px;
    overflow: hidden;
    position: relative;
}

.formcontrols_file .fc_input {
    display: inline;
    float: left;
    width: 240px;
    height: 21px;
    background-image: url('/img/file-form-input.gif');
    background-repeat: no-repeat;
    margin-right: 14px;
}

.formcontrols_file .fc_input input {
    margin-top: 3px;
    margin-left: 3px;
    width: 234px;
    height: 15px;
    font-size: 11px;
    border: none;
    background: none;
}

.formcontrols_file .fc_btn {
    display: inline;
    float: left;
    width: 69px;
    height: 20px;
    background-image: url('/img/btn-dodaj-plik.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.formcontrols_file .fc_btn:hover {
    text-decoration: none;
}