.styled {
	width: 150px;
}

span.customStyleSelectBox {
	margin-top: 7px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	padding: 5px 7px;
	border: 1px solid #efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
	line-height: 11px;
}

span.customStyleSelectBox.changed {
	background-color: #efefef;
}

.customStyleSelectBoxInner {
	background: url("../core/images/dropdown_arrow.gif") no-repeat center right;
}