
#period_form {
    clear: both;
    height: auto;
    display: none;
}

#intraday_form {
    clear: both;
    height: auto;
    display: block;
}

#tabs {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 0px;
}

#tabs li {
    float: left;
    width: 50%;
    margin: 0px;
}

.dateInput {
    font-size: 11px;
    color: #353535;
    width: 98px;
    padding-bottom: 3px;
    padding-top: 4px;
    padding-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
}