/* --- Radios --- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	background: transparent url(../i/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
	}
/* --- Checkboxes --- */
.jNiceCheckbox {
	background: transparent url(../i/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
	}

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

/* --- Selects --- */
.jNiceSelectWrapper {
	width: 186px;
	position:relative;
	height:20px;
	}
.wid90 .jNiceSelectWrapper {width: 96px !important;}
.wid90 .jNiceSelectWrapper div span {width: 68px !important;}
.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 158px;
	height: 18px;
	line-height: 18px;
	padding: 0px 3px;
	overflow: hidden;
	border: 1px solid #dadad1;
	border-right: none;
	}
.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height:20px;
	background: url(../i/select_right.gif) no-repeat center center;
	}
.wid90 .jNiceSelectWrapper ul {width:73px !important;}
.jNiceSelectWrapper ul {
	position: absolute;
	width: 175px;
	top: 19px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #dadad1;
	display: none;
	margin: 0px;
	padding:0px !important;
	height: 145px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
	}
.jNiceSelectWrapper ul li {	background:none !important;
	padding:0px !important;	}
.jNiceSelectWrapper ul a {
	display: block;
	padding:3px 5px;
	margin-right:1px;
	text-decoration: none;
	color:#6a6868;
	background-color: #FFF;
	}
.jNiceSelectWrapper ul a:hover { background:#ddeffa; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

/* --- Hidden - used to hide the original form elements --- */
.jNiceHidden {display: none;}
/* --- button --- */
button,a.button{
	border:none;
	background:none;
	width:auto;
	overflow:visible;
	cursor:pointer;
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
	display:block;
	padding:0px;
	margin:0px;
	height:20px;
	}
button span, button em,a.button span,a.button em {
	display:block;
	margin:0;
	color:#fff;
	}
button span,a.button span{
	padding-left:10px;
	height:20px;
	background:#fabad6 url(../i/bg_button.gif) no-repeat 0 0;
	}
button:hover span,a.button:hover span,.button_a span {
	background:#b8bf5f url(../i/bg_button_a.gif) no-repeat 0 0 !important;
	}
button em,a.button em{
	font-style:normal;
	font:bold 11px Tahoma;
	padding-right:10px;
	padding-top:3px;
	height:16px;
	background:url(../i/bg_button.gif) no-repeat 100% 0;
	}
button:hover em,a.button:hover em,.button_a em {
	background:url(../i/bg_button_a.gif) no-repeat 100% 0 !important;
	}

.wid90 {width:90px;}