/* ddContainer */

div.ddContainer {
	float:left;
	position: relative;
	clear: none;
	width: 241px;
	height:41px;
  background: url(/sfOneWebCmsPlugin/images/styled_form_select.png) 0 0 no-repeat;
	_background: none; /* IE6 */
}

div.ddAny {
  background-position: 0 0 !important;
}

div.ddContainerData {
  background-position: 0 0;
}

div.ddCurrent {
  color: #7A5A46;
  font-size:1em;
  height:41px;
  line-height:41px;
  margin-left:10px;
  position:absolute;
  z-index:1;
	_display: none; /* IE6 */
}

div.ddContainer select {
  background-color:#FFFFFF;
  cursor:pointer;
  height:41px;
  left:-1px;
  margin-top:2px;
  opacity:0;
  filter: alpha(opacity=0);
  outline-style:none;
  outline-width:0;
  padding-top:8px;
  position:absolute;
  width:241px;
  z-index:2;
}
