form .clearfix {
    margin-bottom: 14px;
}
form .clearfix:before, form .clearfix:after {
    content: "";
    display: table;
}
form .clearfix:after {
    clear: both;
}
label, input, select, textarea {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}
label {
    color: #666666;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 6px;
    text-align: right;
    width: 130px;
}
form .input {
    margin-left: 150px;
}
input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
}
input, textarea, select, .uneditable-input {
    border: 1px solid #d4dae8;
    border-radius: 0;
    color: #666666;
    display: inline-block;
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    padding: 4px;
    width: 210px;
}
select {
    padding: initial;
}
input[type="checkbox"], input[type="radio"] {
    border: medium none;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto;
}
input[type="file"] {
    background-color: #ffffff;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    height: auto;
    width: auto;
}
select, input[type="file"] {
    height: 21px;
    line-height: 21px;
}
select[multiple] {
    background-color: #ffffff;
    height: inherit;
}
textarea {
    height: auto;
}
.actions {
    background: none repeat scroll 0 0 #f2f2f2;
    border-radius: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 13px 20px 14px 150px;
}
.actions .secondary-action {
    float: right;
}
.actions .secondary-action a {
    line-height: 30px;
}
.actions .secondary-action a:hover {
    text-decoration: underline;
}
.help-inline, .help-block {
    color: #999999;
    font-size: 11px;
    line-height: 14px;
}
.help-inline {
    padding-left: 5px;
}
.help-block {
    display: block;
    max-width: 600px;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
    color: #dd3c10;
}
form .clearfix.error input, form .clearfix.error textarea {
    border-color: #dd3c10;
    color: #dd3c10;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
    border-color: #ad2f0d;
    box-shadow: 0 0 6px #f37f60;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
    background-color: #ffebe8;
    border-color: #ad2f0d;
    color: #dd3c10;
}
