.styled-select select {
	 background: transparent;
	 width: 240px;
	 padding: 5px;
	 font-size: 14px;
	 color:#bf1e2e;
	 border: 1px solid #ccc;
	 height: 34px;
	 -webkit-appearance: none; /*for chrome*/
 }

 .styled-select {
	 width: 240px;
	 height: 34px;
	 overflow: hidden;
	 background: url(../images/new_arrow.jpg) no-repeat right #ddd;
 }