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(../img_book/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 9px 0px 0px; /* sliding doors padding */
	margin: 0px;
}
button span span {
	background: transparent url(../img_book/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 9px 0px 18px;
	font-weight: normal;
	font-size: 12px;
	font-family: Trebuchet MS;
	line-height: 18px;
	 
	display: block;
	text-decoration: none;
}
button.cl span 
{
	background:    transparent url(../img_book/btn_right_cl.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 9px 0px 0px; /* sliding doors padding */
	margin: 0px;
}
button.cl span span {
	background: transparent url(../img_book/btn_left_cl.gif) no-repeat;
	color: Black;
	padding: 1px 9px 0px 18px;
	font-weight: normal;
	font-size: 12px;
	font-family: Trebuchet MS;
	line-height: 18px;
	 
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../img_book/input.gif) no-repeat left top;
	float:left;
}
 

.jNiceInputInner {
	background: transparent url(../img_book/input.gif) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 7px;
}

.jNiceInputInner input  {
	

	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#404040;	
	line-height: 13px;
	height: 14px;
	 
	vertical-align:middle;
	padding:0;
	margin:0;
	background: transparent;
	border:none;
	outline:none; 
}
 

.jNiceInputWrapper_hover {/* background-position: left bottom; */}
.jNiceInputWrapper_hover .jNiceInputInner { /*background-position: right bottom; */}

/* -------------
 * InputSelect
 * ------------- */
.jNiceInputSelectWrapper {
	background: transparent url(../img_book/input-select.gif) no-repeat left top;
}
 
.jNiceInputSelectInner {
	background: transparent url(../img_book/input-select.gif) no-repeat right top;
	padding: 2px 20px 2px 0;
	margin: 0 0 0 7px;
	cursor: pointer;
	height: 14px;
}

.jNiceInputSelectInner input  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#404040;	
	line-height: 13px;
	height: 14px;
	 
	vertical-align:middle;
	padding:0;
	margin:0;
	background: transparent;
	border:none;
	outline:none; 
}
 

.jNiceInputSelectWrapper_hover {/* background-position: left bottom; */}
.jNiceInputSelectWrapper_hover .jNiceInputInner { /*background-position: right bottom; */}

.jNiceInputSelectWrapper ul {
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:100;
	display: none;
}

.jNiceInputSelectWrapper ul a, .jNiceInputSelectWrapper ul span {
	color:#0099CC;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceInputSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceInputSelectWrapper ul a.selected {background: #EDEDED;}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../img_book/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	left:0px;
	top:0px;
	cursor:pointer;
	vertical-align:middle;
	padding:3px;
	position:absolute;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../img_book/checkbox.gif) no-repeat top;
	height: 13px;
	width: 13px;
	overflow: hidden;
	position: absolute;
	/*left:0px;
	top:0px;*/
	z-index:2;
	cursor:pointer;
	margin-top: -2px; 
	vertical-align: bottom; 
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { 
 
	background-position: 100% 100%; 
}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 18px;
	/*left:0px;top:0px;*/
	margin:-19px 0 0 0;
	z-index:3;
	position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 18px;
	line-height: 18px;
	padding: 0px 3px;
	 
	border-right: none;
	background-color: #FFF;
	background-image: url(../img_book/select_left.gif);
	background-position:  0 0;
	background-repeat: no-repeat;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 18px;
	background:url(../img_book/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 16px;
	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;
	/*width: 1px;
	height: 1px;*/ 
	
}
	 
.jNiceHidden2
{
	opacity:0;
	z-index:-1;
	position: relative;
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	
}
.jNiceWrapper {
	/*position:relative;
	vertical-align:top;*/
	}
.jNiceWrapper input {outline:none;moz-outline:none;}
