div#widget_datepicker {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: right;
}

div#widget_datepicker h3 {
    margin: 0 0 10px 0;
    font-size: 125%;
    color: #317594;
}

div#widget_datepicker label {
    margin: 0 5px 0 0;
}

div#widget_datepicker input[type='date'],
div#widget_datepicker input[type='text'] {
    margin: 0 0 10px 0;
    padding: 0 3px 0 3px;
    border: 1px solid #DDDDDD;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    background: #FFFFFF;
}

div#widget_datepicker input[type='button'] {
    padding: 0 10px 0 10px;
    border: 0;
    width: auto;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #317594;
    cursor: pointer;
}

div#widget_datepicker input[type='button']:hover {
    background-color: #ABD4E2;
}