div.pending {
    overflow: hidden;
    margin-bottom: 20px;
}

div.pending div.left {
    float: left;
}

div.pending div.right {
    float: left;
}

div.pending div.actions {
    clear: both;
}

div.pending div.info {
    overflow: hidden;
}

div.pending div.application p {
    margin: 0px;
}

div.pending div.info .label {
    display: block;
    float: left;
    width: 130px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

div.pending div.info .data {
    display: block;
    float: left;
    width: 200px;
}

div.pending div.info p.description {
    width: 350px;
}

div.pending div.form-action {
    float: left;
    overflow: hidden;
}

div.pending div.form-action input {
    float: left;
}

div.pending div.form-action div.rejection {
    display: none;
    clear: both;
}

textarea.rejection {
    clear: both;
    width: 350px;
    height: 65px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
    display: block;
}

label.error {
    font-size: 11px;
    color: red;
}

div.actions a {
    margin-right: 10px;
}

div.pending-action {
    border: 1px solid red;
}

form.apply div.row {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

form.apply label {
    width: 130px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 8px;
    margin-top: 5px;
}

form.apply input.text {
    float: left;
    width: 225px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply textarea.description {
    float: left;
    width: 350px;
    height: 65px;
    border: 1px solid #CECECE;
    padding: 5px;
    font-family: Helvetica,Arial;
    color: #3C3C3E;
    font-size: 12px;
}

form.apply label.error {
    color: red;
    width: auto;
    clear: both;
    float: none;
    font-size: 11px;
    padding-right: 0px;
    padding-top: 2px;
}