/*button {
    overflow: visible;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
}

button span {
    display: block;
    float: left;
    padding-left: 5px;
    background: url(shadow_b.gif) no-repeat left center;
    height: 20px;
    line-height: 20px;
}

button span span {
    display: block;
    background: url(bg_button.gif) repeat-x;
    padding: 0 5px;
    font-size: 12px;
}*/

.jNiceInputWrapper {
    /*background: url(bg_input.gif) repeat-x left top;
    height: 19px;*/
}

.jNiceInputInner {
    /*padding: 2px 4px 2px 0;
    background: url(input_right.gif) no-repeat right top;
    margin-left: 4px;*/
}

.jNiceInputInner div {
    /*height: 19px;*/
}

.jNiceInputInner input {
    /*padding-right: 0px; padding-left: 0px;
    font-size: 12px;
    vertical-align: middle;
    color: #404040;
    font-family: arial, helvetica, sans-serif;
    height: 19px;
    line-height: 19px;
    border: 0;
    background: url(bg_input.gif) repeat-x left top;
    width: 100%;
    color: #6a6969;*/
}

.jNiceSafari .jNiceInputInner div {
    /*overflow: hidden;
    position: relative;*/
}

.jNiceSafari input {
    /*left: -4px;
    position: absolute;
    top: -2px;
    height: 26px;*/
}
/*
.jRadioWrapper {
    float: left;
    padding: 2px;
}

.jNiceRadio {
    display: block;
    background: url(radio1.gif) no-repeat center bottom;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}*/

.jNiceCheckboxWrapper {
    /*overflow: hidden;*/
}

.jNiceCheckbox {
    float: left;
    display: block;
    background: url('bg_check.gif') no-repeat 0 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.jNiceChecked {
    background-position: 0 100%;
}

.jNiceSelectWrapper {
    /*width: 150px;*/
    position: relative;
    /*height: 20px;*/
    z-index: 9999;
}

.jNiceSelectWrapper div span {
    overflow: hidden;
    display: block;
    padding: 1px 23px 1px 3px;
    background: url(bg_input.gif) repeat-x left top;
}

.jNiceSelectWrapper div a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 18px;
    background: url('arrow3.gif') no-repeat center center;
}

.jNiceSelectWrapper ul {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 19px;
    overflow-y: auto;
    overflow: auto;
    width: 99%;
    background-color: #fff;
    border: 1px solid #b5b8c8;
}

.jNiceSelectWrapper ul a {
    display: block;
    padding: 2px;
    color: #6d6e71;
    line-height: normal;
}

.jNiceSelectWrapper ul a:hover, .jNiceSelectWrapper ul a.selected {
    background-color: #a0a0a0;
    color: #fff;
    text-decoration: none;
}
/*
.jNiceSelectWrapper ul a.selected {
    background: #ededed;
}*/

.jNiceHidden {
    display: none;
}

textarea {
    width: 100%;
    border: 1px solid #b5b8c8;
    background: url(bg_textarea.gif) repeat-x left top;
    color: #6a6969;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 100%;
}