@font-face {
	font-family: 'impactregular';
	src: url('../fonts/impact-webfont.eot');
	src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/impact-webfont.woff') format('woff'),
	url('../fonts/impact-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* -------------
 * Buttons
 * ------------- */
button {
	margin:10px 0 0 0;
	padding:3px 13px;
	border:none;
	background:#33bdec;
	cursor:pointer;
	overflow:visible;
	outline:none;
	float:right;
	moz-outline:none;
}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(/jquery/jnice/elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	margin: 0px;
}

button span span {
	font-family: Impact, 'impactregular';
	background: transparent url(/jquery/jnice/elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: white;
	border: 1px solid #b7b7b7;
	/*float:left;*/
}

.jNiceInputInner {
	background: transparent url(/jquery/jnice/elements/input.gif) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;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/radio.png") no-repeat left top;
	height: 13px;
	width: 13px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: #fff;
	border:1px solid #b7b7b7;
	height: 12px;
	width: 12px;
	position:absolute;left:0px;top: 0;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked {
	background-position: right top;
	/*background:#b7b7b7;*/
}
.jNiceCheckbox.jNiceChecked {
	background: #fff url("../images/checked.gif") 0 0 no-repeat;
/*	background:#b7b7b7;*/
}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	color:#b2b2b2;
	height: 20px;
	line-height: 20px;
	padding: 0px 3px;
	border: 1px solid #b3b3b3;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 20px;
	height: 20px;
	background: url("../images/select_right.jpg") no-repeat center center;
	border: 1px solid #b3b3b3;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 21px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#0099CC;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.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;}