.selectify
{
    position: relative;
	width:100% !important;
}

.selectify .options
{
    position:absolute;
    z-index:2;
    max-height:150px !important;
    overflow-y:auto;
	width: 99.5% !important;
/*	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/
/*	border:1px solid #c0c2c7;*/
	border-bottom:1px solid #c0c2c7;
	border-left:1px solid #c0c2c7;
	border-right:1px solid #c0c2c7;
}

.selectify .header
{
background:#9fc8ff;border:none;border-radius:0;
    cursor:pointer;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
	
}
.banner-form .formrow .selectify .header
{
background:#fff;border:none;border-radius:0;
    cursor:pointer;
}
.banner-form .formrow .selectify .header .selected {
    color: #b0c0d0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 9px 10px;
}

.selectify .header .icon
{
	background:url(../images/drop-arrow1.png) right no-repeat;
    float: right;
    height: 18px;
    margin-top: -28px;
    width: 16px;
	 margin-right:12px;
}

.selectify .header .selected
{
	font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#033460;011425; font-weight:300;
    padding: 9px 6px;
	
}

.selectify .header.hover .selected
{
    color:#;
}

.selectify .header.hover .icon
{
    border-color: #000 transparent transparent;
}

.selectify .option
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border-top:1px solid #c0c2c7;
    cursor:pointer;
    padding: 8px 10px;
    background-color:#fff;
}

.selectify .option.hover
{
   background-color:#065ead;
   color:#fff;
}

.selectify .option.active
{
   background-color:#065ead;
    color:#fff;
}