div.selectbox-wrapper {
    background-color:white;
    border:1px solid #CCCCCC;
    font-size:0.8em;
    margin:20px 39px 0 0;
    max-height:200px;
    overflow:auto;
    padding:0;
    position:absolute;
    right:0;
    text-align:left;
    width:400px;
    z-index:9999;
}
div.selectbox-wrapper ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
div.selectbox-wrapper ul li.selected {
    background-color:#EAF2FB;
}
div.selectbox-wrapper ul li {
    cursor:pointer;
    display:block;
    list-style-type:none;
    margin:0;
    padding:2px;
}
label {
    display:block;
}
.selectbox {
    background:transparent url(../images/bg_select.png) repeat scroll right center;
    color:#333333;
    cursor:pointer;
    height: 19px;
    display:inline;
    margin:0 0 5px 4px;
    padding-left:2px;
    border: none;
    text-align:left;
    position: relative;
    z-index:1;

}
select {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/bg_select.png) repeat scroll right center;
}

.sel_w75 .selectbox {
    width: 74px;
    background:transparent url(../images/bg_select_75.png) repeat scroll right center;
}

.sel_w150 .selectbox {
    width: 128px;
    margin-left: 75px;
    padding-top: 2px;
    height: 17px;
    background:transparent url(../images/bg_select_150.png) repeat scroll right center;
}

.sel_w150 label {
    float: none !important;
    width: auto !important;
}

.sel_w50 {

}

.sel_w50 .selectbox {
    width: 46px;
    float: right;
    background:transparent url(../images/bg_select_50.png) repeat scroll right center;
}

.sel_w50 label {
    width: 152px !important;
}

.sel_w70 label {
    width: 132px !important;
}

.sel_w70 .selectbox {
    width: 46px;
    float: right;
    background:transparent url(../images/bg_select_50.png) repeat scroll right center;
}


.sel_w50 div.selectbox-wrapper {
    margin-right:32px;
    right:0;
    width:100px;
}

.sel_w75  div.selectbox-wrapper {
    margin-right:32px;
}


#ddlDepartTime_container,
#ddlReturnTime_container,
#DepartTime2_container,
#DepartTime3_container,
#_container {
    margin-right: 39px;
}

#ddlDepartTime_input,
#ddlReturnTime_input,
#DepartTime2_input,
#DepartTime3_input,
#ddlReturnTime_input,
#ddlReturnTime2_input,
#ddlReturnTime3_input,
#_input {
    margin:0 0 5px 0 !important;
}

#dpzDepart_edit,
#dpzDepart2_edit,
#dpzDepart3_edit,
#dpzReturn_edit,
#dpzReturn2_edit,
#dpzReturn3_edit {
    margin-right: 4px;
}

#ddlAnnual_Spend_On_Travel_container {
    margin: -5px 31px 0 0;
}