/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
    height: 18px;
    margin:0px;
    padding:0px;
}
.jNiceInputInner{
    /*padding: 0px 3px;*/
    padding:0px;
    height: 18px;
}
.jNiceInputInner input {
    background: transparent;
    vertical-align: middle;
    line-height: 18px;
    height: 17px;
    padding: 0;
    /*margin: 2px 0 0 0;*/
    _margin-top: 0;
    _height: 16px;
    _line-height: 17px; 

}


*+html .jNiceInputInner input {
    margin-top: 0;
    height: 16px;
    line-height: 17px; 
}

.jNiceSafari .jNiceInputInner div {
    position: relative;
    overflow: hidden;
}
.jNiceSafari input{
    background-color: none;
    position: absolute;
    height: 26px;
    left: -4px;
    top: -2px;
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
    background: transparent url(../../elements/radio.gif) no-repeat center top;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
    background: transparent url(../../images/shemes/default/icon_checkbox.gif) center top no-repeat;
    margin: 2px 5px 0 0;
    float: left;
    height: 9px;
    width: 9px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked {
    background-image: url(../../images/shemes/default/icon_checkbox_checked.gif) ;
}

/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
    /*position: relative;
    width: 100px;
    height: 18px;*/
    width:220px;
  	/*height:18px !important;*/
  	/*border:0px;
  	color:#000;
  	font-style: italic;
  	font-weight:bold;
  	font-size:11px;
  	line-height:17px;
  	padding-left:5px;
  	padding-top:3px;
  	float:left;
  	margin:0px;
  	z-index:990;*/
}
.jNiceSelectWrapper div span{
    border:1px solid #ccc;
    width:170px;
    color:#000;
  	font-style: italic;
  	font-weight:bold;
  	font-size:11px;
  	line-height:17px;
  	padding-left:5px;
  	/*padding-top:3px;*/
  	margin:0px;
  	display:block;
    /*position: absolute;
    line-height: 18px;
    padding: 0px 3px;
    overflow: hidden;
    height: 18px;
    width: 95px;
    border: none;
    float: none;*/
    float:left;
}
.firmenForm .jNiceSelectWrapper div span{ float:none; }
.jNiceSelectWrapper div a{
    /*position: relative;*/
    display: block;
    float:left;
    height: 22px;
    width: 31px;
    margin-right:6px;
    /*right: 10px;
    top:17px;*/
    background: url(../../../images/pfeil_unten.gif) no-repeat top right;
}
.firmenForm .jNiceSelectWrapper div a{
    position: absolute;
    display: block;
    height: 22px;
    width: 31px;
    right:3px;
    top:0;
/*     right: 10px; */
/*     top:17px; */
    background: url(../../../images/pfeil_unten.gif) no-repeat top right;
}


.jNiceSelectWrapper ul{
    background-color: #fff;
    position: absolute;
    list-style: none;
    display: none;
    width: 170px;
    margin: 0;
    padding: 0;
    /*left:142px;*/
    /*left:140px !important 140px;*/
    border:1px solid #ccc;
    padding-left:5px;    
    overflow: auto;
    overflow-y: auto;
    z-index: 2000;
    margin-top:19px;
    margin-left:-203px !important 50;
}

.firmenForm .jNiceSelectWrapper ul{
    margin-top:0px;
    margin-left:0px !important;
 
}



.jNiceSelectWrapper ul a{
    /*text-decoration: none;
    padding: 1px 3px;
    display: block;*/
}
.jNiceSelectWrapper ul a:hover, .jNiceSelectWrapper ul a.selected{
    background: #cccccc;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden{
    display: none;
}
