.sf-spinner {
    border: 0;
    position: absolute;
    right: -1px;
    top: -1px;
}

.sf-spinner-buttons {
    position: absolute;
}

.sf-spinner-button {
    overflow: hidden;
}

.sf-state-default {
/*    background: url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;*/
    border: 1px solid #d5d5d5;
    color: #2E6E9E;
    font-weight: bold;
}

.sf-state-default:hover {
    border: 1px solid #C5DBEC;
    color: #2E6E9E;
    font-weight: bold;
    cursor:pointer;
}




.sfs_arrow_class_up {
    background: url("../images/form_sprite.png") no-repeat center -1218px;
}

.sfs_arrow_class_down{
    background: url("../images/form_sprite.png") no-repeat center -976px;
}

.sf-corner-tr {
    border-top-right-radius: 5px;
    background: url("../images/form_sprite.png") no-repeat center -961px #F3F3F3;
    /*    background: url("../images/form_sprite.png") no-repeat center -963px, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
    background: url("../images/form_sprite.png") no-repeat center -961px, -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%, #7db9e8 100%);
    background: url("../images/form_sprite.png") no-repeat center -961px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6), color-stop(100%,#7db9e8));
    background: url("../images/form_sprite.png") no-repeat center -961px, -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%,#7db9e8 100%);
    background: url("../images/form_sprite.png") no-repeat center -961px, -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%,#7db9e8 100%);
    background: url("../images/form_sprite.png") no-repeat center -961px, -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%,#7db9e8 100%);
    background: url("../images/form_sprite.png") no-repeat center -961px, linear-gradient(top, #ffffff 0%,#e6e6e6 100%,#7db9e8 100%);
}

.sf-corner-br {
    border-bottom-right-radius: 5px;
    background-color: #E9E9E9;
}

.sf-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    height: 16px;
    width: 16px;    
}