

select {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:140px;
width:185px;
padding:6px;
margin-top:8px;
font-family:Cursive;
line-height:1;
border-radius:5px;
background-color:#abcbbb;
color:#333333;
font-size:14px;
-webkit-appearance:none;
box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
outline:none
}
select:hover {
color:#333333;
}

