
.drone_cal_box {
    position: absolute;
    z-index: 3;
}
.drone_cal_block {
    width: 400px;
    margin: 4px auto;
    border: 1px solid #FCB034;
    padding: 0 4px;
}
.drone_cal {
    background-image: url('/images/calendar.gif');
    background-position: 158px 2px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 8px 4px;
    width: 184px;
    height: 16px;
    float: left;
    border: 1px solid #ccc;
}
#bd textarea {
    width: auto;
}
p {
    margin: 10px 0;
}
input.text, textarea, select {
    font-size:114%;
    line-height:122%;
    padding: 2px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background-color:#FFFAD4;
    background-image: url('/images/inputbg.gif');
    background-repeat: repeat-x;
    background-position: top left;
}
form p {
    display: block;
    clear: both;
}
.formSubmit, span.yui-submit-button.formSubmit {
    margin-top:20px;
    margin-left:182px;
}
#bd label, label {
    width:180px;
    font-weight:bold;
    float:left;
    padding: 3px;
    text-align:right;
}
#bd label.mini, label.mini {
    width: 120px;
}
#bd label.flat, label.flat {
    width: 100%;
    text-align: left;
    display: block;
}
#bd label.required, .required {
    color: #990000;
}
#bd label.formSubmit {
    width: auto;
    margin-top: 0;
}
/* table styling */
.drone_table {
    border: 1px solid #feebc3;
    background-color: #FFFFFF;
    width: 100%;
}
.drone_table th {
    font-size: 77%;
    text-align: center;
    height: 16px;
    color: #333;
    border: none;
    border-bottom: 1px solid #feebc3;
    background-color: #fdf4e2;
}
.drone_table td {
    font-size: 92%;
    padding: 4px;
    border: none;
    border-bottom: 1px solid #feebc3;
}
.drone_table td.centered {
    text-align: center;
}
.drone_table .heading {
    background-color: #1F82C3;
    color: #FFFFFF;
}
.drone_table .shade, .itable .shade td {
    background-color: #feebc3;
}
.drone_table .over {
    background-color: #ffcc5c;
}
        