.clear {
    clear: both !important;
    display: block !important;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.formcontrols_select {
    position: relative;
    width: 346px;
}

.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: 313px;
    _width: 321px;
    height: 20px;
    _height: 28px;
    background-image: url('/graph/layout/select-input.gif');
    background-repeat: no-repeat;
    padding: 4px;
    overflow: hidden;
    font-size: 12px;
    color: #5B6170;
    cursor: pointer;
}

.formcontrols_select .fc_input:hover {
    text-decoration: none;
}

.formcontrols_select .fc_btn {
    display: inline;
    float: left;
    width: 25px;
    height: 28px;
    background-image: url('/graph/layout/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: 318px;
    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: 308px;
    padding: 5px;    
    text-decoration: none;
    font-size: 11px;
    color: #5B6170;
}

.formcontrols_select .fc_options a:hover {
    background-color: #4F72B3;
    color: white;
    text-decoration: none;
}

.formcontrols_select_small {
    position: relative;
    width: 80px;
}

.formcontrols_select_small .clear {
    display: block;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

.formcontrols_select_small .fc_input {
    display: inline;
    float: left;
    width: 47px;
    _width: 55px;
    height: 20px;
    _height: 28px;
    background-image: url('/graph/layout/select-small-input.gif');
    background-repeat: no-repeat;
    padding: 4px;
    overflow: hidden;
    font-size: 12px;
    color: #5B6170;
    cursor: pointer;
}

.formcontrols_select_small .fc_input:hover {
    text-decoration: none;
}

.formcontrols_select_small .fc_btn {
    display: inline;
    float: left;
    width: 25px;
    height: 28px;
    background-image: url('/graph/layout/select-btn.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.formcontrols_select_small .fc_btn:hover {
    text-decoration: none;
}

.formcontrols_select_small .fc_options {
    display: none;
    position: absolute;
    width: 52px;
    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_small .fc_options a {
    display: block;
    width: 42px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
    color: #5B6170;
}

.formcontrols_select_small .fc_options a:hover {
    background-color: #4F72B3;
    color: white;
    text-decoration: none;
}

.formcontrols_select_medium {
    position: relative;
    width: 295px;
}

.formcontrols_select_medium .clear {
    display: block;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

.formcontrols_select_medium .fc_input {
    display: inline;
    float: left;
    width: 262px;
    _width: 270px;
    height: 20px;
    _height: 28px;
    background-image: url('/graph/layout/select-medium-input.gif');
    background-repeat: no-repeat;
    padding: 4px;
    overflow: hidden;
    font-size: 12px;
    color: #5B6170;
    cursor: pointer;
}

.formcontrols_select_medium .fc_input:hover {
    text-decoration: none;
}

.formcontrols_select_medium .fc_btn {
    display: inline;
    float: left;
    width: 25px;
    height: 28px;
    background-image: url('/graph/layout/select-btn.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.formcontrols_select_medium .fc_btn:hover {
    text-decoration: none;
}

.formcontrols_select_medium .fc_options {
    display: none;
    position: absolute;
    width: 268px;
    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;
    z-index: 99;
}

.formcontrols_select_medium .fc_options a {
    display: block;
    width: 258px;
    padding: 5px;
    text-decoration: none;
    font-size: 11px;
    color: #5B6170;
    position: relative;
    z-index:99;
}

.formcontrols_select_medium .fc_options a:hover {
    background-color: #4F72B3;
    color: white;
    text-decoration: none;
}

.formcontrols_checkbox {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.formcontrols_checkbox a.fc_box {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-image: url('/graph/layout/checkbox.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
}

.formcontrols_checkbox a.fc_box:hover {
    text-decoration: none;
}

.formcontrols_checkbox a.fc_checked {
    background-position: 0px -18px;
}

.formcontrols_radio {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.formcontrols_radio a.fc_box {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-image: url('/graph/layout/radio.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
}

.formcontrols_radio a.fc_box:hover {
    text-decoration: none;
}

.formcontrols_radio a.fc_checked {
    background-position: 0px -16px;
}

.formcontrols_file {
    width: 295px;
    height: 28px;
    overflow: hidden;
    position: relative;
}

.formcontrols_file .fc_input {
    position: relative;
    z-index: 1;
    display: inline;
    float: left;
    width: 199px;
    height: 28px;
    background-image: url('/graph/layout/file-bg.gif');
    background-repeat: no-repeat;
}

.formcontrols_file .fc_input input {
    position: relative;
    z-index: 1;
    margin-top: 3px;
    margin-left: 3px;
    width: 193px;
    height: 22px;
    font-size: 11px;
    border: none;
    background: none;
}

.formcontrols_file .fc_btn {
    position: relative;
    z-index: 1;
    display: inline;
    float: left;
    width: 96px;
    height: 28px;
    background-image: url('/graph/layout/file-btn.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.formcontrols_file .fc_btn:hover {
    text-decoration: none;
}
