.input_f {
	border : 1px solid #666666;
	margin: 3px;
}
.error_f {
	border: 1px solid red;
}

/* Other style, just for fun */

/*form {
	width: 100%;
	border: 1px solid #aaa;
	padding: 10px;
	margin: 10px auto;
}*/

label {
	display: block;
	float: left;
	width: 150px;
	background-repeat: no-repeat;
}

.nice_select{
	cursor:  default;
	margin-left: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #bbb;
	border-left: 0;
	border-right: 0;
	height: 19px;
}

.nice_select_simple{
	cursor: default;
	border: 0;
	background: url('../images/select/nice_select_simple.png');
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 87px;
	height: 20px;
}

.nice_select_simple.error{
	background: url('../images/select/nice_select_simple.png') 0 -21px;
}


/*.nice2_select_simple{
	cursor: default;
	border: 0;
	color: #fff;
	background: url('../images/select/nice2_select_simple.png');
	padding-left: 5px;
	padding-right: 25px;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100px;
	height: 19px;
}*/

/*.nice2_select_simple.error{
	background: url('../images/select/nice2_select_simple.png') 0 -21px;
}*/


/*.nice2_select_open{
	z-index: 9999;
	position: absolute;
	cursor: pointer;
}*/

.nice_select_open{
	z-index: 9999;
	/*border: 1px solid #ddd;*/
	position: absolute;
	background-color: #EAEAE3;
	color: white;
	cursor: pointer;
}

.nice_select_left{
	position: absolute;
	margin-left: 3px;
	margin-top: 3px;
}

.nice_select_right{
	position: absolute;
	z-index: 1;
	margin-top: 3px;
}

.nice_select_open li, .nice2_select_open li{
	padding: 4px;
}

.nice_selectHover, .nice2_selectHover{
	background: #48f;
}

.nice_scroll_up, .nice2_scroll_up{
	height: 16px;
	width: 100%;
	background: url('../images/select/nice_scroll.png') no-repeat -14px 0;
}

.nice_scroll_down, .nice2_scroll_down{
	height: 16px;
	background: url('../images/select/nice_scroll.png') no-repeat -14px -16px;
	width: 100%;
}

