div.selectbox-wrapper {
    position:absolute;
    width:169px;
    background-color:white;
    border:2px solid #ccc;
    margin:0px;
    margin-top:0px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:200px;
    *height:200px; /*IE6 fix */
    overflow: auto;
}
div.selectbox-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.selectbox-wrapper ul li.selected { 
    background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
    background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
    font-family:Arial, Helvetica, sans-serif;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
    margin: 0px 5px 0px 0px;
    padding-left:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    width: 169px; 
    display : block;
    text-align:left; 
    background: url('https://calvarycch.org/wp-content/uploads/bg_select.png') right;
    cursor: pointer;
    border:0px solid #D1E4F6;
    color:#333;
    height:22px;
    line-height: 1.9;
    text-indent: 5px;
}

div.selectbox1-wrapper {
    position:absolute;
    width:400px;
    background-color:white;
    border:0px solid #ccc;
    margin:0px;
    margin-top:0px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:60px;
    *height:60px; /*IE6 fix */
    overflow: auto;
}
div.selectbox1-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.selectbox1-wrapper ul li.selected { 
    background-color: #EAF2FB;
}
div.selectbox1-wrapper ul li.current { 
    background-color: #CDD8E4;
}
div.selectbox1-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
    font-family:Arial, Helvetica, sans-serif;
}
.selectbox1 /* look&fell of  select box*/
{
    margin: 0px 5px 0px 0px;
    padding-left:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    width : 10em; 
    display : block;
    text-align:left; 
    background: url('https://calvarycch.org/wp-content/uploads/bg_select.png') right;
    cursor: pointer;
    border:0px solid #D1E4F6;
    color:#333;
    height:22px;
}

div.selectbox2-wrapper {
    position:absolute;
    background-color:white;
    border:1px dotted #DADF81;
    margin:0px;
    padding:0px;
    text-align:left;
    overflow:auto;
}
div.selectbox2-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.selectbox2-wrapper ul li.selected { 
    background-color: #ECEFB7;
}
div.selectbox2-wrapper ul li.current { 
    background-color: #CBE5B0;
}
div.selectbox2-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
}
div.selectbox2-wrapper ul li.groupname {
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    cursor: default;
}

.selectbox2{
    margin: 0px 5px 0px 0px;
    padding-left:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    width : 10em; 
    display : block;
    text-align:left; 
    background: url('https://calvarycch.org/wp-content/uploads/bg_select.png') right;
    cursor: pointer;
    border:0px solid #D1E4F6;
    color:#333;
    height:22px;
    line-height: 1.9;
    text-indent: 5px;
    min-width: 250px;
}

select {
    background: url('https://calvarycch.org/wp-content/uploads/bg_select.png') right;
}


div.selectbox3-wrapper {
    position:absolute;
    width:400px;
    background-color:white;
    border:0px solid #ccc;
    margin:0px;
    margin-top:0px;
    padding:0px;
    font-size:0.8em;
    text-align:left;
    height:200px;
    *height:200px; /*IE6 fix */
    overflow: auto;
}
div.selectbox3-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.selectbox3-wrapper ul li.selected { 
    background-color: #ECEFB7;
}
div.selectbox3-wrapper ul li.current { 
    background-color: #CBE5B0;
}
div.selectbox3-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
    font-family:Arial, Helvetica, sans-serif;
}
div.selectbox3-wrapper ul li.groupname {
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    cursor: default;
}

.selectbox3 /* look&fell of  select box*/
{
    margin: 0px 5px 0px 0px;
    padding-left:2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    width : 10em; 
    display : block;
    text-align:left; 
    background: url('https://calvarycch.org/wp-content/uploads/bg_select.png') right;
    cursor: pointer;
    border:0px solid #D1E4F6;
    color:#333;
    height:22px;
}