/* -------------
 * Buttons
 * ------------- */
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

button span {
	background: transparent url(../../elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(../../elements/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: #0c8871;
	height: 24px;
	padding: 0px;
	float:left;

}

.jNiceInputInner {
	background: #0c8871;
	padding: 0;
	margin: 0;
}

.jNiceInputInner div {
	height: 24px;
}

.jNiceInputInner input {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	vertical-align: middle;
	font-weight:bold;
	padding:0px 0 0 12px;
	height: 24px;
	color:#4C4C4C;	
	border: 0;
	background:#fff;
	border:1px solid #0c8871;
	width:248px;
}

*:first-child+html .jNiceInputInner input{
	padding:0 0 0 12px;
	height:24px;
}

.jNiceInputInner input.error {
	background:#C1272D;
}

html>body .jNiceInputInner input { 
	padding:5px 0 0 12px;
	float:left;
	height:19px;
}

.jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}

.jNiceSafari input {
	background-color: #0c8871;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px; 
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	background: transparent url('/images/radio_btn.jpg') no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url('/images/checkbox.jpg') 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:260px;
	position:relative;
	height: 28px;
	float:left;
	background:#0c8871;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width:248px;
	height: 23px;
	padding:0 0 0 12px;
	overflow: hidden;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 28px;
	color:#fff;
	font-weight:bold;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 32px;
	height: 28px;
	background: url('/images/dropdown_btn.png') no-repeat center center;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 260px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #0c8871;
	display:none;
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
}

.jNiceSelectWrapper ul li {
	height:15px;
}

.jNiceSelectWrapper ul a {
	display: block;
	height:15px;
	text-decoration: none;
	color:#fff;
	width:245px;
	padding-left:15px;
}

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

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

