.clear {
    clear: both !important;
    display: block !important;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.formcontrols_select {
    position: relative;
    width: 207px;
    height: 28px;
}

.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: 207px;
    height: 28px;
    background-image: url('../gfx/drop_down_white.gif');
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 16px;
    color: #777671;
    cursor: pointer;
    color : #666666;
    font-size :16px;
    font-family : 'georgia';
    text-decoration : none;
    outline : none;
    height: 23px;
    width: 202px;
    padding-left:5px;
    padding-top:5px;
}

.formcontrols_select .fc_input:hover {
    text-decoration: none;
}

.formcontrols_select .fc_btn {
    display: none;
}

.formcontrols_select .fc_btn:hover {
    text-decoration: none;
}


.formcontrols_select .fc_options {
    display: none;
    position: absolute;
    width: 203px;
    height: 180px !important;
    background-color: white;
    top: 29px;
    left: 1px;
    overflow: auto;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #dddcdc;
    border-right: 1px solid #dddcdc;
    border-left: 1px solid #dddcdc;
    z-index : 100 !important;
    
}

.formcontrols_select .fc_options a {
    display: block;
    width: 185px;
    padding: 5px;    
    text-decoration: none;
    color : #777671;
    font-size :16px;
    font-family : 'georgia';
}

.formcontrols_select .fc_options a:hover {
    background-color: #DB6C28;
    color : #fff;
    text-decoration: none;
}

.formcontrols_select2 {
    position: relative;
    width: 207px;
    height: 28px;
}

.formcontrols_select2 .clear {
    display: block;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

.formcontrols_select2 .fc_input {
    display: inline;
    float: left;
    background-image: url('../gfx/drop_down_orange.gif');
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    font-size :16px;
    font-family : 'georgia';
    text-decoration : none;
    outline : none;
    height: 23px;
    width: 202px;
    padding-left:5px;
    padding-top:5px;
}

.formcontrols_select2 .fc_input:hover {
    text-decoration: none;
}

.formcontrols_select2 .fc_btn {
    display: none;
}

.formcontrols_select2 .fc_btn:hover {
    text-decoration: none;
}



.formcontrols_select2 .fc_options {
    display: none;
    position: absolute;
    width: 203px;
    height: 180px !important;
    background-color: #FF990F;
    top: 29px;
    left: 1px;
    overflow: auto;
    border-top: 1px solid #b33610;
    border-bottom: 1px solid #b33610;
    border-right: 1px solid #b33610;
    border-left: 1px solid #b33610;
    z-index : 90 !important;
}

.formcontrols_select2 .fc_options a {
    display: block;
    width: 185px;
    padding: 5px;    
    text-decoration: none;
    color : #ffffff;
    font-size :11px;
    font-family : 'georgia';
    z-index : 90 !important;
}

.formcontrols_select2 .fc_options a:hover {
    background-color: #ffffff;
    color : #777671;
    text-decoration: none;
    z-index : 90 !important;
}



.formcontrols_checkbox {
    display: block;
    width: 16px;
    height: 15px;
    overflow: hidden;
}

.formcontrols_checkbox a.fc_box {
    display: block;
    width: 16px;
    height: 15px;
    overflow: hidden;
    background-image: url('../images/checkbox.gif');
    background-repeat: no-repeat;
    background-position: 0px -15px;
    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;
}