@CHARSET "UTF-8";


.customStyleSelectBox { 
	margin-top:0px;
	font-size:10px;
	background: url("../image/back_combo.png") no-repeat;
	color:black;
	padding-top: 30px;
	padding-left:39px;
	padding-right:10px;
	width: 220px ;
	padding-bottom: 25px;
		background-color: #FFFFF; 
		color:#7c7c7c; 
		
		
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;border-radius: 5px 5px; }
. customStyleSelectBox.changed { background-color: #f0dea4; }
.customStyleSelectBoxInner { background:url(canvas-list-nav-item-arrow-.gif) no-repeat center right; }