/* -------------
 * Buttons
 * ------------- */
button {
	height: 26px;
	width: 27px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(../imgsrc/button_mail.gif.gif);
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

button span {
	background-image: url(../imgsrc/button_mail.gif.gif);
	display: block;
	float: left;
	padding: 0px 0px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	height: 26px;
	width: 27px;
	background-image: url(../imgsrc/button_mail.gif.gif);
	color: transparent;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 26px;
	/* text-transform: lowercase; */
	display: block;
	text-decoration: none;
	font-weight: bold;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background-image: url(../imgsrc/grey_20.gif);
	height: 25px;
	width: 133px;
	padding: 0px;

}

.jNiceInputInner {
	background-image: url(../imgsrc/grey_20.gif);
	height: 8px;
	padding: 1px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 143px;
}

.jNiceInputInner div {
	background: transparent ;
	/* background-image: url(../imgsrc/button_mail.gif); */
	height: 25px;
	width: 143px;
}

.jNiceInputInner input {
	background: transparent ;
	/* background-image: url(../imgsrc/grey_20.gif); */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height: 25px;
	vertical-align: middle;
	height: 25px;
	color:#58585a;	
	border: 0;
	padding: 0px;
	margin: 0px;
	width: 143px;

}

.jNiceSafari .jNiceInputInner div {
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	height: 25px;
}

.jNiceSafari input {
	vertical-align: middle;
	background-color: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px; 
	width: 143px;
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	background: transparent url(../imgsrc/logo_raro.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../../elements/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 172px;
	position:absolute;
	height: 25px;
}

.jNiceSelectWrapper div span {
	color: #58585a;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	float: none;
	position: absolute;
	width: 172px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 0px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
	border-right: none;
	background-color:#cacaca;
	background-image: url(../imgsrc/grey_20.gif);
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: -8px;
	width: 27px;
	height: 25px;
	background: url(../imgsrc/arrow_down.gif) no-repeat center center;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 160px;
	top: 25px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 0px #CCC;
	display: none;
	margin: 0px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 8px;
	padding-right:12px;
	height: 140px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jNiceSelectWrapper ul a {
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 0px;
	padding-right:0px;
	text-decoration: none;
	color:#58585a;
	background-color: #FFF;
}

.jNiceSelectWrapper ul a:hover { background:#CCC; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}
