








select {
        width: auto;
        padding: 1px;
        height: 20px;
        text-align: left;
}
input:focus, input:hover, select:focus, select:hover  {
        border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

.picker {
        cursor: pointer;
        width: 13px;
        height: 12px;
        display: inline-block;
        background: url('../img/calendar.gif') no-repeat;
        margin-left: -19px;
        margin-top: 4px;
        position: absolute;
        display: inline;
}
