.customStyleSelectBox {
	width:80px;
    height: 30px;
	color:#fff;
	font:12px Arial, Tahoma, Helvetica, Verdana;
	text-align:left;
	line-height:30px;
	white-space:nowrap; /* запрещаем перенос */
    /*padding:0 18px 0 0px; /* отступ справа с учетом стрелочки */
    margin: 0px 18px 0px 0px;
	border:0;
	zoom:1; /* для IE6 */
    overflow: hidden;
    float: right;
}

