.cfc-box *,
cfc-box *:after,
cfc-box *:before{
	box-sizing:border-box;
} 

div.selectBox{
	position:relative;
	display:inline-block;
	cursor:default;
	text-align:center;
	line-height:30px;
	clear:both;
	color:#858585;
	font-size: 12px;
	font-family:sans-serif;
	margin-left: -5px;
}
span.selected{
	width:160px;
	height:30px;
	text-indent:20px;
	border:1px solid #353535;
	border-right:none;
	border-radius:0; 
	background:#ffffff;
	overflow:hidden;
}
span.selectArrow{
	width:30px; 
	border:1px solid #353535;
	border-left-color:#ffffff;
	border-radius:0; 
	text-align:center;
	font-size:11px;
	line-height:26px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background:#ffffff;
}

span.selectArrow,span.selected{
	position:relative;
	float:left;
	height:30px;
	z-index:1;
}

div.selectOptions{
	position:absolute;
	top:29px;
	left:0;
	right:0;
	border:1px solid #353535;
	border-radius:0;  
	background:#f6f6f6;
	padding-top:2px;
	display:none; 
	z-index:1; 
}

div.selectOptions:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #FFFFFF;
    top: -1px;
    z-index: 2;
}

span.selectOption{
	display:block;
	width:100%;
	line-height:20px;
	padding:5px 0;
	background:#ffffff;
}

span.selectOption:hover{
    color: #ffffff;
    background: #87bf5f;
}

#id_data_filed5_box { 
	background:#353535;
	color:#ffffff;
	text-indent:0;
}