/* -------------
 * Buttons
 * ------------- */
button {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	overflow: visible; 
	cursor: pointer; 
	border-top-style: none; 
	padding-top: 0px; 
	border-right-style: none; 
	border-left-style: none; 
	background-color: transparent; 
	border-bottom-style: none
}
unknown {
	
}
button span {
	padding-right: 4px; 
	display: block; 
	padding-left: 0px; 
	background: url(images/btn_right.jpg) no-repeat right top; 
	float: left; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px
}
button span span {
	padding-right: 4px; 
	display: block; 
	padding-left: 8px; 
	font-weight: 600;
	font-family: Verdana, Helvetica, sans-serif;
letter-spacing: 0.01em;	
	font-size: 11px; 
	background: url(images/btn_left.jpg) no-repeat; 
	padding-bottom: 0px; 
	text-transform: lowercase; 
	color: #6a6a6a; 
	line-height: 21px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	text-decoration: none
}


input.nice {
width:70;
height:21px;
	background: transparent url(images/btn.png) no-repeat;
	display: block;
	padding: 0px; /* sliding doors padding */
	margin: 0px;
	cursor:pointer;overflow:visible;outline:none;
}


/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(images/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(images/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.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(images/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;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: 21px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
    font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#6a6a6a;
	height: 19px;
	line-height: 19px;
	padding: 0px 5px;
	border: 1px solid #CCCCCC;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 21px;
	background: url(images/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 21px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: auto;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:1000;width: 95%;
}

.jNiceSelectWrapper ul a {
font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#bc0707;
	background-color: #A8AAA9;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#EDEDED; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { border: dotted 0px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}
