
#flight, .active, #calroot {
    -moz-border-radius:4px;
}

#flight {
}

/*
#flight label {
    float:left;
    width:215px;
    display:block;
    padding:6px;
    border:1px solid transparent;
    margin-right:10px;
}
*/

#flight .active {
    background-color:#fff;
    color:#333;
    border:1px solid #ccc;
    border-bottom:0;
}

.active input {
    color:#333;
    text-shadow:none;
}

/* date input */
.date {
    float:left;
    display:block;
    border:0;
    background-color:transparent;
    font-size:18px;
    color:#498CE2;
    width:180px;
    cursor:pointer;
}

/* date input trigger element */
.caltrigger {
    display:block;
    width:30px;
    height:32px;
    float:left;
    background:url(icon.jpg) no-repeat 0 0;
    margin-top:-8px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.active .caltrigger {
    background-position: 0 -32px;
}