/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(../images/form/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

/* -------------
 * Updated GG/ETH new style definition from jNice file from H&V
Was:

button span span {
	background: transparent url(../images/form/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}
* ------------- */
button span span {
	background: transparent url(../images/form/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 3px 10px 0px 14px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
/*	text-transform: lowercase; */
	display: block;
	text-decoration: none;
	height:24px;
}

textarea { border:0px; width:290px; font-size:12px; color:#666; overflow:auto; height:129px; }
.textarea { background: transparent url(../images/form/textarea.gif) no-repeat; width:291px; padding:5px; height:129px }

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../images/form/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(../images/form/input_right.gif) no-repeat right top;
	padding: 7px 5px 2px 5px;
	margin: 0 0 0 0;
	height: 20px;
	width:291px;
}

.date .jNiceInputInner { width:auto; }

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;	
	line-height: 17px;
	width:291px !important;
	*line-height: 17px;/* IE Hacks */
	*height: 17px;/* IE Hacks */
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:none;
	border:none;
	outline:none;
}

.jNiceInputInner input.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;	
	line-height: 17px;
	width:40px !important;
	*line-height: 17px;/* IE Hacks */
	*height: 17px;/* IE Hacks */
	vertical-align:top;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../images/form/radio.gif) no-repeat center top;
	height: 22px;
	width: 22px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:top;
	margin-top:-3px;
}


/* -------------
 * Checkboxes
 * ------------- */
.jCheckboxWrapper { float: left; z-index: 2; }
.jNiceCheckbox {
	background: transparent url(../images/form/checkbox.gif) no-repeat center top;
	height: 22px;
	width: 22px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;vertical-align:top;
	margin-top:-3px
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0; height:26px; width:301px; }

.jNiceSelectWrapper {
	height: 26px;
	left:0px;top:0px;z-index:3;position:absolute;
	background: url(../images/form/select_left.gif) no-repeat left center;
	z-index:99;display:block;position:absolute;right:0px;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 6px 8px 0px 8px;
	font-size:12px;
	color:#666;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 30px;
	height: 26px;
	background: url(../images/form/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 28px;
	background-color: #FFF;
	border: solid 1px #CCC;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 298px;
}

.jNiceSelectWrapper ul a {
	color:#0099CC;
	background-color: #FFF;
	font-size:12px;
/*	giving text in pull downs more contrast, changed from #999 to #666 */
	color:#666;
	font-weight:normal;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#EDEDED; }
.jNiceSelectWrapper ul a.selected { color:#666; }

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top; float:left;}
.jNiceWrapper input {outline:none;moz-outline:none;}
