/* Custom select dropdown */
#iconselect {
	background: url(../images/select-bg2.gif) no-repeat;
	height: 25px;
	width: 195px;
	font: 11px Arial, Helvetica, sans-serif;
	color:black;
	padding-left: 10px;
	padding-top: 4px;
	margin-top:4px;
	margin-right:0px;
}
.selectitems {
	width:240px;
	height:65px;
	border-bottom: dashed 1px #ddd;
	color:black;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.selectitems span {
	margin-left: 5px;
}
.selectitems table tr td {vertical-align:middle;}
#iconselectholder {
	width: 270px;
	height: 200px;
	overflow: auto;
	display:none;
	position:absolute;
	background-color:#FFF5EC;
}
.hoverclass{background-color:#FFFFFF; cursor:pointer;}
.selectedclass{background-color:#FFFF99;}
.htmltitle{margin-left:0px; display:block;}