/* -------------
 * 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 */

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(elements/input.gif) no-repeat left top;
}

#newsletterform .jNiceInputWrapper {background: transparent url(elements/input.png) no-repeat left top;}

.jNiceInputInner {
	background: transparent url(elements/input.gif) no-repeat right top;
	padding: 2px 10px 2px 0;
	margin: 0 0 0 20px;
}

#newsletterform .jNiceInputInner {background: transparent url(elements/input.png) no-repeat right top;}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;	
	line-height: 36px;
	height: 36px;
	*line-height: 34px;/* IE Hacks */
	*height: 34px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
	width:164px !important;
}

.jNiceInputInner input.half {}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(elements/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(elements/checkbox.gif) no-repeat center top;
	height: 22px;
	width: 21px;
	position:absolute;left:0px;top:-3px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 30px;
	left:0px;top:0px;z-index:3;position:absolute;
	width:170px !important;
}

.select-80 .jNiceSelectWrapper {width:80px !important;}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 24px;
	line-height: 26px;
	padding: 2px 10px;
	background: url(elements/select_bg_large.gif) no-repeat;
	overflow:hidden;float:none;position:absolute;z-index:100;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	width:121px !important;
	color:#2B2A2B;
}

.select-80 .jNiceSelectWrapper .jNiceSelectText {width:31px !important;}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 29px;
	height: 28px;
	background: url(elements/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 27px;
	background-color: #FFF;
	border: solid 1px #999999;
	border-top:none;
	height: auto;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 168px;
}

.select-80 .jNiceSelectWrapper ul {width:78px;}

.jNiceSelectWrapper ul a {
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
	font-size:11px; font-style:normal; font-family:Verdana, Geneva, sans-serif; color:#2B2A2B;
}

.jNiceSelectWrapper ul a:hover { background:#d29799; }
.jNiceSelectWrapper ul a.selected {background: #999999;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}
