#freetextentry .select2-container .select2-choice
{
	border: 0;
	height: 30px;
	font-size: 16px;
	line-height: 32px;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
}
		
#freetextentry .select2-container .select2-choice .select2-arrow
{
	background: none;
	border: 0;
	width: 22px;
}
		
#freetextentry .select2-container .select2-choice .select2-arrow b
{
	background: url(select-arrow.png) 0px 9px no-repeat;
	background-color: #fff;
}

#freetextentry a
{		
    font-weight: normal;		
}

#freetextentry .select2-default {
    color: #000!important;
}