.customselect {
    background: #fafdfe;
    height: 38px;
    width: 200px;
    line-height: 28px;
    border: 1px solid #7dc7a1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.red {
    color: #F72F47;
}

.blue {
    color: #5B9300;
}
