#stepsearch_box {color: #545454;  height:70px; margin-bottom:10px;}
#stepsearch_box p {padding-bottom: 5px;text-align: center;}
#stepsearch_box .block_content {padding: 7px; width:100%;   margin-left:0px;  }
#stepsearch_box .toggletips {margin-top: 10px; display: block;font-weight: bold; color: none;}
#stepsearch_box .toggleqq {text-transform: uppercase;margin-top: 10px;}
#stepsearch_box .stepsearch_tip {color: #990000;text-align: left;}

#stepsearch_box .stepsearch_step label{
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 5px 0;
	display: block;
}
#stepsearch_box .stepsearch_step select { width:100%; font-size: 13px;
	
	height: 40px;

 -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #eeeeee; /* fallback color if gradients are not supported */
    
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;

}




.tooltip {

  position: absolute;

  z-index: 1030;

  display: block;

  visibility: visible;

  font-size: 12px;

  line-height: 1.4;

  opacity: 0;

  filter: alpha(opacity=0);

}

.tooltip.in {

  opacity: 0.9;

  filter: alpha(opacity=90);

}

.tooltip.top {

  margin-top: -3px;

  padding: 5px 0;

}

.tooltip.right {

  margin-left: 3px;

  padding: 0 5px;

}

.tooltip.bottom {

  margin-top: 3px;

  padding: 5px 0;

}

.tooltip.left {

  margin-left: -3px;

  padding: 0 5px;

}



.tooltip-inner {

  max-width: 200px;

  padding: 3px 8px;

  color: white;

  text-align: center;

  text-decoration: none;

  background-color: black;

  border-radius: 0px;

}



.tooltip-arrow {

  position: absolute;

  width: 0;

  height: 0;

  border-color: transparent;

  border-style: solid;

}



.tooltip.top .tooltip-arrow {

  bottom: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 5px 5px 0;

  border-top-color: black;

}

.tooltip.top-left .tooltip-arrow {

  bottom: 0;

  left: 5px;

  border-width: 5px 5px 0;

  border-top-color: black;

}

.tooltip.top-right .tooltip-arrow {

  bottom: 0;

  right: 5px;

  border-width: 5px 5px 0;

  border-top-color: black;

}

.tooltip.right .tooltip-arrow {

  top: 50%;

  left: 0;

  margin-top: -5px;

  border-width: 5px 5px 5px 0;

  border-right-color: black;

}

.tooltip.left .tooltip-arrow {

  top: 50%;

  right: 0;

  margin-top: -5px;

  border-width: 5px 0 5px 5px;

  border-left-color: black;

}

.tooltip.bottom .tooltip-arrow {

  top: 0;

  left: 50%;

  margin-left: -5px;

  border-width: 0 5px 5px;

  border-bottom-color: black;

}

.tooltip.bottom-left .tooltip-arrow {

  top: 0;

  left: 5px;

  border-width: 0 5px 5px;

  border-bottom-color: black;

}

.tooltip.bottom-right .tooltip-arrow {

  top: 0;

  right: 5px;

  border-width: 0 5px 5px;

  border-bottom-color: black;

}


