/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 132px;
	position:relative; z-index:1000;
	height: 17px;
}

/*SelectBody*/
.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 230px;
	height: 35px;
	line-height: 0;
	padding: 0 0 0 15px;
	line-height:32px;
	overflow: hidden;
	background: url(../img/input_left.gif) no-repeat center center;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	left: 230px;
	width: 27px;
	height: 35px;
	background: url(../img/select_right.gif) no-repeat center center;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 230px;
	top: 30px;
	left: 10px;
	list-style: none;
	background-color: #ffffff;
	border: solid 1px #E8EDF0;
	display: none;
	margin: 0px;
	padding: 0px;
	height:73px;
	overflow: auto;
	overflow-y: auto;
	z-index:1000;
}

.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#000000;
	background-color: #FFF;
}

.jNiceSelectWrapper ul a:hover { background:#E8EDF0; }
.jNiceSelectWrapper ul a.selected {background: #D7E0E4;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}
.jNiceTwo{
	padding:20px 0 0 30px;
}
.jNiceTwo div input{
	border:1px solid #ffffff; width:220px; color:#017DB7; margin:7px 0 0 7px;
}
.jNiceTwo div textarea{
	border:1px solid #ffffff;; width:228px; height:87px;  padding:5px; color:#017DB7;
}
.firstIn{
	background:url(../img/in_bg.gif) 0 0 no-repeat; height:35px;
}
/* -------------
 * Selects
 * ------------- */
.jNiceTwo .jNiceSelectWrapper {
	width: 230px;
	position:relative;
	height: 10px;
}

/*SelectBody*/
.jNiceTwo .jNiceSelectWrapper div span {
	float: none;
	position: absolute; margin:8px 0 0 7px;
	width:220px;
	height:16px;
	line-height:14px;
	overflow: hidden;
	background: none;
	color:#017DB7;
	border:1px solid white;
	background:white;
	padding:0;
}

.jNiceTwo .jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	left: 205px;
	width: 29px;
	height: 32px;
	background: url(../img/select2_right.gif) no-repeat center center;
}

.jNiceTwo .jNiceSelectWrapper ul {
	position: absolute;
	width: 230px;
	top: 31px;
	left: 0px;
	list-style: none;
	background-color: #ffffff;
	border: solid 1px #E8EDF0;
	display: none;
	margin: 0px;
	padding: 0px;
	height:150px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
}

.jNiceTwo .jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#017DB7;
	background-color: #FFF;
}

.jNiceTwo .jNiceSelectWrapper ul a:hover { background:#E8EDF0; }
.jNiceTwo .jNiceSelectWrapper ul a.selected {background: #D7E0E4;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}
