/*button {
	overflow: visible;
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 0;
}

button span {
	display: block;
	float: left;
	padding-left: 5px;
	background: url(shadow_b.gif) no-repeat left center;
	height: 20px;
	line-height: 20px;
}

button span span {
	display: block;
	background: url(bg_button.gif) repeat-x;
	padding: 0 5px;
	font-size: 12px;
}*/

.jNiceInputWrapper {
	/*width: 100%;*/
	/*height: 21px;*/
	/*border: 1px solid #894797;*/
}

.jNiceInputInner {
	/*padding: 2px 4px 2px 0;
	background: url(input_right.gif) no-repeat right top;
	margin-left: 4px;*/
}

.jNiceInputInner div {
	/*height: 19px;*/
}

.jNiceInputInner input {
	background: none;
	border: 1px solid #894797;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 330px;

}

.jNiceSafari .jNiceInputInner div {
	overflow: hidden;
	/*position: relative;*/
	border: 1px solid #894797;
	height: 24px;
	width: 340px;
}

.jNiceSafari input {
	border: none;
	width: 330px;
}
/*
.jRadioWrapper {
	float: left;
	padding: 2px;
}

.jNiceRadio {
	display: block;
	background: url(radio1.gif) no-repeat center bottom;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

.jNiceCheckbox {
	display: block;
	background: url(checkbox1.gif) no-repeat center bottom;
	vertical-align: middle;
	width: 13px;
	height: 12px
}

.jNiceChecked {
	background-position: center top;
}*/

.jNiceSelectWrapper {
	position: relative;
	width: 340px;
	height: 23px;
	border: 1px solid #894797;
}

.jNiceSelectWrapper div span {
	position: absolute;
	padding: 5px;
	width: 95%;
	color: #fff;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 23px;
	background: #130832 url(arrow4.gif) no-repeat center center;
}

.jNiceSelectWrapper ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 24px;
	overflow-y: auto;
	overflow: auto;
	height: 150px;
	list-style: none;
	background-color: #0e0721;
	width: 340px;
	border: 1px solid #894797;
}

.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

.jNiceSelectWrapper ul a:hover, .jNiceSelectWrapper ul a.selected {
	background-color: #9a1579;
}
/*
.jNiceSelectWrapper ul a.selected {
	background: #ededed;
}*/

.jNiceHidden {
	display: none;
}

textarea {
	background: none;
	border: 1px solid #894797;
	color: #FFFFFF;
	font-family: Tahoma,Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 100%;
	padding: 5px;
	width: 330px;
}

.msg-error {
	margin-top: 15px;
	margin-bottom: 0;
	color: #D01CA2;
}