#subject_iconselect {
	width:226px;
	height:16px;
	padding:5px;
	background:url(http://www.mailsend.com.au/images/jquery-customselect/selectBg.gif) no-repeat;
	font:12px Verdana;
	color:#000;
	margin-bottom:4px;
	margin-top:6px;
}
.selectwrapper {
	margin-top:-5px;
	margin-left:0px;
	background:url(http://www.mailsend.com.au/images/jquery-customselect/selectDropdownBg.gif) top left repeat-y;
	padding-right:2px;
	display:none;
	position:absolute;
	width:211px;
	font:12px Verdana;
	color:#000;
}
.selectwrapper .selectitems {
	padding:3px;
	z-index:10000;
	margin-left:2px;
	border-bottom:solid 1px #ddd;
}
.selectwrapper .last {
	border:none;
}
.selectwrapper .selectitems span {
	padding-left:5px;
} 
.selectwrapper .hoverclass {
	background-color:#C0DEA3;
	cursor:pointer;
} 
.selectwrapper .selectedclass {
	background-color:#FFFF66;
}
.selectfooter {
	height:8px;
	margin-bottom:-5px;
}
#subject_options {
	height:90px;
	overflow-y:scroll;
	width:209px;
}