.jNice textarea, .jNice input, .jNice select {
	background-color: #160619;
	border: none;
	color: #d9cefe;
	font: 12px/12px 'Trebuchet MS', Verdana, Tahoma;
	outline: none;
}
/* textarea */
.jNiceTextareaWrapper {
	float: left;
	margin: 0 0 0 2px;
	background-color: #160619;
	border-left: 1px solid #5d2465;
	border-right: 1px solid #5d2465;
}
.jNiceTextareaWrapper div {
	border-top: 1px solid #5d2465;
	border-bottom: 1px solid #5d2465;
	margin: -1px 0;
	position: relative;
	color: #d9cefe;
}
.jNiceTextareaWrapper textarea {
	padding: 4px 0 0 9px;
	display: block;
}
/* /textarea */

/* text field */
.jNiceInputWrapper {
	float: left;
	margin: 0 18px 0 3px;
	background-color: #160619;
	border-top: 1px solid #5d2465;
	border-bottom: 1px solid #5d2465;
	line-height: 20px;
}
.jNiceInputInner {
	height: 21px;
	margin: 0 -1px;
	padding: 0 9px;
	border-left: 1px solid #5d2465;
	border-right: 1px solid #5d2465;
	position: relative;
	float: left;
}
.jNiceInputInner INPUT {
	vertical-align: baseline;
	//padding: 4px 0 0;
	height: 15px;
}
/* /text field */

/* button */
a.button {
	display: block;
	height: 23px;
	float: left;
	background: #3f203c url(../i/site/Default/btn.gif) no-repeat 100% 0;
	padding: 0 4px 0 0;
	text-decoration: none;
}
a.button span {
	display: block;
	padding: 0 12px 1px 16px;
	background: #3f203c url(../i/site/Default/btn.gif) no-repeat 0 0;
	color: #d9cefe;
	font: 12px/22px 'Trebuchet MS', Verdana, Tahoma;
}
a.button:hover, a.button:hover span {
	background-image: url('../i/site/Default/btn-hover.gif');
}
/* /button */

/* button BIG */
a.button-big {
	display: block;
	text-decoration: none;
	height: 33px;
	float: right;
	background: #3f203c url(../i/site/Default/btn-big.gif) no-repeat 100% 0;
	padding: 0 5px 0 0;
}
a.button-big span {
	display: block;
	float: left;
	padding: 0 17px 2px 23px;
	background: #3f203c url(../i/site/Default/btn-big.gif) no-repeat 0 0;
	color: #d9cefe;
	text-decoration: none;
	font: 18px/31px 'Trebuchet MS', Verdana, Tahoma;
}
a.button-big:hover, a.button-big:hover span {
	background-image: url('../i/site/Default/btn-big-hover.gif');
}
/* /button BIG */

/* jNice button */
.jNice button {
	padding: 0;
	margin: 0;
	overflow: visible;
	cursor: pointer;
	border: none;
	background-color: transparent;
	display: block;
}
.jNice button SPAN {
	display: block;
	background: #3f203c url(../i/site/Default/btn.gif) no-repeat 100% 0;
	float: left;
	padding: 0 16px 0 0;
	margin: 0;
	color: #d9cefe;
	font: 12px/22px 'Trebuchet MS', Verdana, Tahoma;
	height: 23px;
}
.jNice button SPAN SPAN {
	padding: 0 0 0 16px;
	background-position: 0 0 !important;
}
/* /jNice button */

/* jNice button BIG */
.jNice button.big {
	float: right;
	padding: 0;
	margin: 0;
	overflow: visible;
	cursor: pointer;
	border: none;
	background-color: transparent;
	display: block;
}
.jNice button.big SPAN {
	display: block;
	background: #3f203c url(../i/site/Default/btn-big.gif) no-repeat 100% 0;
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
	color: #d9cefe;
	font: 18px/31px 'Trebuchet MS', Verdana, Tahoma;
	height: 33px;
}
.jNice button.big SPAN SPAN {
	padding: 0 17px 0 23px;
	background-position: 0 0 !important;
}
/* /jNice button BIG*/

/* radio */
.jRadioWrapper {
	float: left;
}
.jNiceRadio {
	display: block;
	background: url(radio.gif) no-repeat center top;
	VERTICAL-ALIGN: middle;
	width: 18px;
	height: 18px;
}
.jNiceCheckbox {
	display: block;
	background: url(checkbox.gif) no-repeat center top;
	VERTICAL-ALIGN: middle;
	width: 18px;
	height: 18px;
}
.jNiceChecked {
	background-position: center bottom;
}
/* /radio */

/* select */
.jNiceSelectWrapper {
	/*width: 239px;*/
	float: left;
	
	position: relative;
	height: 23px;
	text-transform: none;
	text-align: left;
	background: #542a4f url(../i/site/Default/select_left.gif) no-repeat center left;
}
.jNiceSelectWrapper DIV SPAN {
	color: #d9cefe;
	font: normal 12px/12px 'Trebuchet MS';
	position: relative;
	z-index: 1;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 6px 0 5px 10px;
}
.jNiceSelectWrapper DIV A {
	width: 25px;
	height: 23px;
	display: block;
	float: right;
	position: relative;
	cursor: hand;
	cursor: pointer;
	z-index: 2;
	outline: none;
	background: #331a34 url(../i/site/Default/select_right.gif) no-repeat center center;
}
.jNiceSelectWrapper UL {
	color: #d9cefe;
	font: normal 12px/15px 'Trebuchet MS';
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 100;
	left: 1px;
	margin: 0;
	overflow: auto;
	width: 100%;
	list-style-type: none;
	position: absolute;
	top: 23px;
	height: 300px;
}
.city-select ul {
	height: 600px;
}
.pager-select ul {
	height: 89px;
}
.jNiceSelectWrapper UL LI {
	background: #361c34 none;
	padding: 0;
}
.jNiceSelectWrapper UL A {
	display: block;
	padding: 3px 10px;
	color: #d9cefe;
	TEXT-DECORATION: none;
}
.jNiceSelectWrapper UL A:hover {
	background: #542a4f;
}
.jNiceSelectWrapper UL A.selected {
	background: #542a4f;
}
/* /select */
.jNiceHidden {
	display: none;
}


