.ik_select_link{
	background: #fff;
	height: 37px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.ik_select_link_focus{
	/* Focused state of the fake select */
}
.ik_select_link_disabled{
	/* Disabled state of the fake select */
}
.ik_select_link_text {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align: left;
	line-height: 37px;
	text-indent: 10px;
	cursor: pointer;
	background: none;
	color: #494949;
}

.ik_select_dropdown{
	margin-top: 3px;
}
.ik_select_list{
	background: #3C3C3C;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	padding: 6px 0;
}
.ik_select_list li{
	border-top: 1px solid #aaa;
	line-height: 26px;
	margin: 0 12px;
	cursor: pointer;
}
.ik_select_list li:first-child{
	border-top: none;
}
.ik_select_optgroup {
	/* Optgroup */
}
.ik_select_optgroup_label{
	/* Optgroup label */
}
.ik_select_option {
	/* Option */
}
.ik_select_hover{
	color: #88C5EB;
}
.ik_select_active {
	/* The active state of an option */
}
.ik_select_filter_wrap {
	/* Wrapper for the filter input */
}
.ik_select_filter{
	/* Filter input */
}
.ik_nothing_found {
	/* Block that's shown when there's nothing found. */
}