
#button {
    background:url("../img/button.png") 0 0 no-repeat;
    width:75px;
    height:23px;
    border:none;
    font-size:11px;
    font-family:arial;
    color:#000000;
    cursor:pointer;
}

.tzSelect .selectBox{
    position: relative;
    /*z-index: -100;*/
}

.tzSelect .dropDown{
    margin-top: 0px;
	left:0px;
    width:207px;
}

.headerBottomDiv .tzSelect .dropDown, .fl .tzSelect .dropDown{
    left: -40px;
    margin-top: 10px;
}