.sbHolder li {
  background: none !important;
  float: none !important;
  margin: 0 !important;
}

.sbHolder {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  height: 40px;
  position: relative;
  width: 100%;
  border: 1px solid #a7a8a8;
  background: #fff;
  margin-bottom: 15px;
}
.sbHolder:after {
  content: "t";
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 11px;
  top: 11px;
}
.sbHolder:last-of-type:after {
  content: "z";
}

.sbSelector {
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
  font-size: 11px;
}
.form_fields_drop .sbSelector {
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  height: 46px;
  line-height: 46px;
}
.page_account_plan .sbSelector {
  height: 35px;
  line-height: 35px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #666;
	outline: none;
	text-decoration: none;
}

.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 4;
	overflow-y: auto;
	margin-left: 0 !important;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li:first-child {
  display:none;
}
.sbOptions a {
	border-bottom: dotted 1px #ddd;
	display: block;
	outline: none;
	padding: 0px 0 0px 3px;
}
.sbOptions li:last-child a { border-bottom:none; }

.sbOptions a:link, .sbOptions a:visited {
  color: #333 !important;
  text-decoration: none;
  padding: 0 5px !important;
  height: 35px !important;
  line-height: 35px !important;
  text-transform: none !important;
  margin-top: 0 !important;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fd4fa7 !important;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #00a0ba;
	display: block;
	font-weight: bold;
	padding: 0 0 0 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}