.etitle{	
	background: url(../../images/plus.gif) no-repeat left;
	padding-left: 15px;
	cursor:pointer;	
}
.etitle-expand{	
	background: url(../../images/minus.gif) no-repeat left;
	padding-left: 15px;
	cursor:pointer;	
}
.edetails{
 	display:none;
}
.edetails-show{
 	display:block;
}
.selectbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;		
	behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}