 select { background-color: #ffffff; background-image: url("../images/select-box.jpg"); background-position: right center; background-repeat: no-repeat; border: 1px solid #c4c4c4; border-radius: 0; color: #666666; cursor: pointer; display: block; font-size: 14px; height: 50px; margin: 10px 0; outline: medium none; padding: 15px; width: 100%; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
	 select option { padding: 0 15px; } 
	.selection-box { display: block; position: relative; } 
	.selection-box:before, .selection-box:after { content: ""; pointer-events: none; position: absolute; }
	.selection-box:before { border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-top: 6px solid rgba(0, 0, 0, 0.2); bottom: 0; height: 0; margin: auto; right: 20px; top: 3px; z-index: 1; }
	.selection-box:after { background: #ffffff; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; height: 48px; right: 0; top: 1px; width: 48px; }
	.selection-box select { background: #ffffff; }	