		    div.drop-down {
			  border: 1px solid #4B495F;
			  background-image: url(/_images/slipstream/drop-down-button.jpg);
			  background-position: top right;
			  background-repeat: no-repeat;
			  height: 16px;
			  width: 135px;
			  vertical-align: top;
			  background-color: #ffffff;
			}
			
			div.drop-down:hover {
			  background-image:url(/_images/slipstream/drop-down-button.jpg);
			  background-position: 100% -16px;

			}
			
			input.drop-down {
			  border: 0px solid #4B495F;
			  margin-right: 15px;
			  height: 12px;
			  font-size: 8px;
			  color: #666666;
			  padding-top: 0px;
			  cursor: pointer;
			}
			
			div.dropDown {
			  position: absolute;
			  left: 143px;
			  z-index: 101;
			  text-align: left;
			  background-color: #ffffff;
			  border-top: 1px solid #4B495F;
			  border-bottom: 1px solid #4B495F;
			  border-left: 1px solid #4B495F;
			  border-right: 1px solid #4B495F;
			  width: 134px;
			  font-size: 8pt;
			  font-weight: normal;
			  	overflow: auto;		  
			  
			}


			div.option-item {
			
			}
			
			div.option-item:hover {
			  background-color: #cccccc;
			}
			
			div.option-item-text {
			  display: inline;

			}
			
			input.option-item {
			  display: inline;
			}
			
			
			div.form-item-container {
			  margin: auto;
			  display: inline;
			}
			
			td.option-item-l {
			  border-bottom: 1px dotted #4B495F;
			  width: 21px;
			}
			td.option-item {
			  cursor: pointer;
			  border-bottom: 1px dotted #4B495F;
			}

			tr.option-item:hover {
			  background-color: #FFE6AD;

			}

			table.option-item-list {
			  width: 100%;
			  padding: 0px;
			  margin: 0px;
			}
			
			tr.option-item-selected {
			  background-color: #FFE6AD;
			}
			  
			  input.search-textbox {
			    width: 136px;
				 border: 1px solid #4B495F;
				 height: 15px;

			  }
			  

