

select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #cccccc no-repeat 90% center;
	width: 110px;
	text-indent: 0.01px;
	text-overflow: "";
	color: #000000;
	border-radius: 15px;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	font-size:1.1em;
	text-indent: center;
}
select.balck {
	background-color: #000;
}
select.option3 {
	border-radius: 10px 0;
}

.clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
	.clearfix { display:inline-block; }		
	* html .clearfix { height:1%; }
	.clearfix { display:block; }

	