/* CSS for AddAnother Person in Add People Screen */

#AddAnotherPersonBtn { width: 156px; height: 22px; background: url(../images/button.gif) no-repeat top; text-indent: -200em; text-decoration: none; z-index: 1000; }
	#AddAnotherPersonDropDown { display: none; width: 156px; background: url(../images/dropdown_bg.gif) repeat-y top left; }
	#AddAnotherPersonDropDown ul { list-style: none; background: url(../images/dropdown_bottom.gif) no-repeat bottom left; padding: 0px 0px 10px 0px; margin: 0px;}
	
	#AddAnotherPersonDropDown a { display: block; font-size: 10px; 
	color: #444; text-decoration: none; padding: 1px 0 1px 23px; margin: 0 3px; }
	#AddAnotherPersonDropDown a:hover { background-color: #38b935; color: #FFF; display: block; font-size: 10px;
	text-decoration: none; padding: 1px 0 1px 23px; margin: 0 3px;  }
	     	
	#Add a { font-weight: 900; background: url(../images/plus.gif) no-repeat left; background-position: 0 7px; }
	#Add a:hover { background-image: url(../images/plus_on.gif); }