.select {position:absolute; left:-10000px;}
.magic-custom-selectbox {
    background:url(../images/form/magic_selectbox_min_bg.png) no-repeat left top;
    padding-left:10px;
    width:100%;
    color:#5C6F82;
    position:relative;
    z-index:702;
    text-align:left;
    font-size:12px;
    font-family:'Open Sans',sans-serif;
}
.magic-custom-selectbox a {
    text-decoration:none;
}
.magic-custom-selectbox.closed {
    z-index:701;
}

.magic-custom-selectbox .magic-custom-selectbox-content {
    background:url(../images/form/magic_selectbox_bg.png) no-repeat right top;
    position:relative;
    padding-right:39px;
    height:35px;
}
.magic-custom-selectbox.csb-now-active .magic-custom-selectbox-content {
    background:url(../images/form/magic_selectbox_bg.png) no-repeat right -46px;
}
.magic-custom-selectbox .magic-custom-selectbox-click {
    position:absolute;
    width:40px;
    height:35px;
    right:0px;
    top:0px;
    cursor:pointer;
    display:block;
}
.magic-custom-selectbox .magic-custom-selectbox-title a{
    display:block;
    padding:10px 15px 10px 0;
    overflow:hidden; height:auto;
    color:#2C6586;
}
.magic-custom-selectbox .magic-custom-selectbox-container-wrapper {
    background:red;
    margin-left:-10px;
    position:absolute;
    background:url(../images/form/magic_selectbox_cnt_mini_bg.png) no-repeat left bottom;
    padding-left:10px;
    margin-top:-25px;
    display:none;
    font-size:11px;
    z-index:701;
}
.magic-custom-selectbox .magic-custom-selectbox-container {
    padding-right:10px;
    background:url(../images/form/magic_selectbox_cnt_bg.png) no-repeat right bottom;
    padding-bottom:15px;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item {
    display:block;
    padding:5px 2px;
    overflow:hidden;
    outline:none;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item {
    color:#333;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item:hover, .magic-custom-selectbox .magic-custom-selectbox-container a.list-item.hover-elm {
    background:#d6ebf6;
}
.magic-custom-selectbox .magic-custom-selectbox-container a.list-item.active {
    background:#b1dbff;
}

.magic-custom-selectbox .magic-custom-selectbox-search {padding:0px 0px 10px; margin-bottom:5px; border-bottom:1px solid #8FC2DF;}
.magic-custom-selectbox .magic-custom-selectbox-search input{font-size:11px; color:#000; border:2px solid #8FC2DF; color:#555; padding:4px;font-weight:bold;}
.magic-custom-selectbox .custom-error-container {color:#FF3D55; display:none;}
.magic-custom-selectbox .magic-custom-selectbox-search {}