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(/argon/images/inputbg.gif);
    background-repeat: repeat-x;
    background-position: top left;
}
select {
    background-image: none;
}
form p {
    display: block;
    clear: both;
}
.formSubmit, button.formSubmit {
    margin-top:20px;
    margin-left:182px;
}
label {
    width:180px;
    font-weight:bold;
    float:left;
    padding: 3px;
    text-align:right;
}
label.mini {
    width: 120px;
}
label.flat {
    width: 100%;
    text-align: left;
    display: block;
}
label.required, .required {
    color: #990000;
}
label.formSubmit {
    width: auto;
    margin-top: 0;
}
table.drone_table tr.expired td {
    background-color: #d3d7cf !important;
}
table.drone_table tr.cancelled td {
    text-decoration: line-through !important;
}
table.drone_table tr.recent td {
    background-color: #8ae234 !important;
}
table.drone_table tr.expiring td {
    background-color: #ef2929 !important;
}
ul.menubar {
    padding: 0;
    height: 36px;
}
ul.menubar li {
    float: left;
    width: 24%;
    list-style: none;
    background: #efeeed;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#efeeed), to(#d6d5d3));
    background: -webkit-linear-gradient(#efeeed, #d6d5d3);
    background: -moz-linear-gradient(#efeeed, #d6d5d3);
    background: -ms-linear-gradient(#efeeed, #d6d5d3);
    background: -o-linear-gradient(#efeeed, #d6d5d3);
    background: linear-gradient(#efeeed, #d6d5d3);
    -pie-background: linear-gradient(#efeeed, #d6d5d3);
    border: 1px solid #e2e2e2;
}
ul.menubar li.first-of-type {
    border-left: none;
}
ul.menubar li.active a {
    color: #3465a4;
    background: #357497;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
    background: -webkit-linear-gradient(#fafafa, #ddd);
    background: -moz-linear-gradient(#fafafa, #ddd);
    background: -ms-linear-gradient(#fafafa, #ddd);
    background: -o-linear-gradient(#fafafa, #ddd);
    background: linear-gradient(#fafafa, #ddd);
    -pie-background: linear-gradient(#fafafa, #ddd);
}
ul.menubar a {
    display: block;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    color: #999;
}
ul.menubar a:first-child, ul.menubar li:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
ul.menubar a:last-child, ul.menubar li:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
p.error {
    border-top: 2px solid #ff393f;
    background-color: #B9282B;
    color: #FFF;
    padding: 10px;
    margin: 30px 0;
}
p.error a {
    color: #52b3d3;
}