/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;font-weight: normal;}
:focus, button { -moz-outline-style:none; moz-outline:none; outline:none; }
*: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;*/
	padding: 1px 10px 0px 15px;
	font-weight: normal;
	font-size: 10px;
	line-height: 23px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

form.jNice label {
	display:block;
	font-weight:bold;
	margin-bottom:2px;
}

/* -------------
 * Textarea
 * ------------- */
form.jNice .jNiceTextAreaWrapper {
	background: transparent url(elements/textarea.gif) no-repeat left top;
}

form.jNice .jNiceTextAreaInner {
	background: transparent;
/*	background: transparent url(elements/textarea.gif) no-repeat right top;*/
	padding: 6px 6px 0px 4px;
	margin: 0 0 0 4px;
}
form.jNice .jNiceTextAreaInner textarea {
	background:none;
	border:0;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
/*	color:#404040;	*/
	color:#333;	
	line-height: 17px;
	height: 100px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}
form.jNice .jNiceTextAreaFoot {
	background: transparent url(elements/textarea.gif) no-repeat left bottom;
	height:4px;
}


/* -------------
 * Inputs
 * ------------- */
form.jNice .jNiceInputWrapper {
	background: transparent url(elements/input.gif) no-repeat left top;
	float:left;
}

form.jNice .jNiceInputInner {
	background: transparent url(elements/input.gif) no-repeat right top;
	padding: 3px 4px 0 0;
	margin: 0 0 0 4px;
}

form.jNice .jNiceInputInner input {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
/*	color:#404040;	*/
	color:#333;	
	line-height: 18px;
	height: 18px;
	overflow:hidden;
	*line-height: 17px;/* IE Hacks */
	*height: 17px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
	width:100%;
	color:#333;
}

form.jNice .jNiceInputWrapper_hover { background-position: left bottom; }
form.jNice .jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
form.jNice .jNiceRadio {
	background: transparent url(elements/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
form.jNice .jNiceCheckbox {
	background: transparent url(elements/checkbox.gif) no-repeat center top;
	height: 13px;
	width: 13px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

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

/* -------------
 * Selects
 * ------------- */
form.jNice .jNiceWrapper select {border:none;margin:0;padding:0;}

form.jNice .jNiceSelectWrapper {
	height: 28px;
	color:#000;
	left:0px;
	top:0px;
/*	z-index:3;*/
	position:absolute;
	cursor:pointer;
}

form.jNice .jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

form.jNice .jNiceSelectWrapper .jNiceSelectText {
	height: 28px;
	line-height: 28px;
	padding: 0px 0 0 8px;
	margin:0;
/*	border: 1px solid #CCCCCC;*/
	border-right: none;
/*	background-color: #FFF;*/
	background: transparent url(elements/input_left.gif) no-repeat left top;
	overflow:hidden;
	float:none;
	position:absolute;z-index:100;
}

form.jNice .jNiceSelectDisabled {
	color:#ccc;
}

form.jNice .jNiceSelectWrapper .jNiceSelectOpen {
	width: 28px;
	height: 28px;
	background: url(elements/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

form.jNice .jNiceSelectWrapper ul {
	top: 0px;
	background-color: #FFF;
	border: solid 2px #CCC;
/*	height: 150px;*/
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;
}
form.jNice .jNiceSelectWrapper ul li 		{ border-bottom:1px solid #EDEDED; }
form.jNice .jNiceSelectWrapper ul a {
	color:#5E4C92;
	background-color: #FFF;
	display:block;
	padding:0px 6px;
	line-height:26px;
	text-decoration:none;
}

form.jNice .jNiceSelectWrapper ul a:hover { background:#5E4C92; color:white; }
form.jNice .jNiceSelectWrapper ul a.selected {background:#EDEDED; color:#5E4C92; /*font-weight:bold;*/ }

form.jNice .jNiceFocus { border: dotted 1px #666666; }

form.jNice .jNiceHidden {opacity:0;z-index:-1;position:relative;}
form.jNice .jNiceWrapper {position:relative;vertical-align:top;}
form.jNice .jNiceWrapper input {outline:none;moz-outline:none;}

.w400					{ width:400px; }