/* CSS Document */
span.customStyleSelectBox 
{
	font-size:11px; 
	background-color: #FFF; 
	color:#7c7c7c; 
	padding:5px 7px; 
	border:1px solid #e7dab0; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px 5px; 
	line-height: 11px; 
} 

span.customStyleSelectBox.changed 
{ 
	background-color: #FFF; 
} 

.customStyleSelectBoxInner 
{
	background:url(../images/arrow.png) no-repeat center right; 
}
