 .option_select_box select{
                color: #000;
                cursor: pointer;
                font-size:16px;
                height:35px !important;
                line-height:35px;
                margin: 0;
                position: relative;
                width:100% !important;
            }
  .option_select_box select option{
	  padding:3px;
	  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size:18px;
      font-weight: 200;
	  }
    
            .option_select_box{
                position: relative;
                z-index: 1;
				width:97%;
			}
            .option_select_box span{
               background: url(../images/select.png) right center no-repeat;
                color: #000;
                cursor: default;
                float: left;
                font-size:16px;
                height:35px;
                left: 0;
                line-height:35px;
                overflow: hidden;
                position: absolute;
                text-align: left;
                text-indent:5px;
				font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size:18px;
                font-weight: 200;
                top: 0;
                width:100%;
                z-index: 5;
				border:1px solid #ddd;
            }
	

