.styledSelect-newSelect-options ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.styledSelect-newSelect-selector
{
   background: url('../../images/govid/westpac/mortgage-calculator-select-bg.jpg') no-repeat bottom right;
   border: none;
   margin-bottom: 0px;
   padding: 0px;
   cursor: default;
   color: #424446;
   font-size: 7pt;
   font-weight: bold;
   height: 19px;
   text-indent: 2px;
}

.styledSelect-newSelect-options
{
   max-height: 130px;
   overflow-y: auto;
   background: #c1d7e4;
   border: none;
   font-size: 9pt;
   font-weight: bold;
   font-family: Calibri, Arial;
   color: #424446;
}

.styledSelect-newSelect-options .styledSelect-active
{
   background: transparent;
   cursor: default;
}
.styledSelect-newSelect-options li:hover
{
   background: #72B0CF;
   cursor: default;
}

.styledSelect-wrapper
{
   position: relative;
   top: 2px;
}

