.inputDataBox {
	       width: 398px; /* Safari does not recongize this attribute; must be inline instead. However, this needs to be here for IE since IE does not recongize the inline attribute. */
	       font-family: verdana;
	       font-size: 10pt;
	       color: #000000;
	      }
.dropDownBox_Shell {
		    position: absolute;
		    top: 0px;
		    left: 0px;
		    z-index: 100;
		   }
.dropDownBox {
	      display: none;
	      font-family: verdana;
	      font-size: 14px;
	      color: #000000;
	     }
