#wrapper{
	padding: 0 0 0 30px;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
}

.search_box_title{
	text-align: right;
	font-family: Verdana;
	font-size: 19px;
	color: #000000;
	padding: 10px 10px 15px 10px;
}

button{
	margin: 0px;
	overflow: visible;
	cursor: pointer;
	border-style: none;
	padding: 0px;
	background-color: transparent;
}
button span{
	padding: 0 4px 0 0;
	display: block;
	background: url(btn_right.gif) no-repeat right top;
	float: left;
	margin: 0px;
}
button span span{
	padding: 0 4px 1px 8px;
	display: block;
	font-weight: normal;
	font-size: 10px;
	background: url(btn_left.gif) no-repeat;
	text-transform: lowercase;
	color: #ffffff;
	line-height: 13px;
	text-decoration: none;
}

.jNiceInputWrapper{
	padding: 0px; 
}
.jNiceInputInner{
	vertical-align: top;
	margin: 0px; 
	padding: 0px;
}
.jNiceInputInner div{
	height: 19px;
}

.jNiceInputInner input {
	width: 138px;
	height: 16px;
	color: #181714;
	border: #747555 1px solid;
	background-color: #e8efcd;
	margin: 0;
	padding: 2px;
}

.jRadioWrapper{
	float: left;
}
.jNiceRadio{
	display: block;
	background: url('../images/index/radio_buttons.jpg') no-repeat center top;
	vertical-align: middle;
	width: 16px;
	height: 17px;
}

.jNiceCheckbox{
	display: block;
	background: url(checkbox.gif) no-repeat center top;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}

.jNiceChecked{
	background-position: center bottom;
}

.jNiceSelectWrapper {
	height: 25px;
	width: 145px;
	position: relative;
	padding: 0;
}

.jNiceSelectWrapper div span{
	height: 15px;
	width: 125px;
	float: none;
	color: #181714;
	overflow: hidden;
	position: absolute;
	border: #878579 1px solid;
	background: #ffffff;
	padding: 0 0 0 2px;
	margin: 0;
}

.jNiceSelectWrapper div a {
	display: block;
	right: 0px;
	background: url('../images/index/select_arrow.jpg') no-repeat;
	width: 23px;
	position: absolute;
	height: 17px;
}


.jNiceSelectWrapper div .jNiceSelectOpen_none_span{
	width: 125px;
	float: none;
	color: #adbd5c;
	overflow: hidden;
	position: absolute;
	border: #747555 1px solid;
	background-color: #bfd06c; 
	padding: 2px;
	margin: 0;
}

.jNiceSelectWrapper div .jNiceSelectOpen_none {
	display: block;
	right: 0px;
	background: url('../images/select_arrow_disabled.jpg') no-repeat;
	width: 21px;
	position: absolute;
	height: 23px;
}

.jNiceSelectWrapper ul{
	height: auto;
	width: 143px;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
	overflow: auto;
	overflow-Y: auto;
	border: 1px solid #a9ab96;
	background: #fffff3;
	z-index: 100;
	margin: 0;
	padding: 0;
}
.jNiceSelectWrapper ul a {
	display: block;
	color: #171611;
	background: #fffff3;
	text-decoration: none;
	padding: 5px;
}

/*
.jNiceSelectWrapper ul a.selected{
	background: #e8efcd;
}
*/

.jNiceSelectWrapper ul a:hover{
	background: #77786a;
}


.jNiceHidden{
	display: none;
}

