.error {
    margin: 2em;
    font-weight: bold;
    font-size: 12px;
    }

.record {
    background-color: #f9f9f7;
    border: #8cbc73 solid 1px;
    width: 100%;
    padding: 5px;
    //display: none;
    color: #656551;
    //z-index: 9000;
    text-align: left;
    padding-left: 10px;
    }

.field_header {
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 4px;
    width: 38%;
    font-size: 11px;
    }

.field_title {
    font-weight: bold;
    width: 24%;
    vertical-align: top;
    }

.field_value {
    border-bottom: #8cbc73 dotted 1px;
    width: 38%;
    }

.record_close {
    background: white;
    border: #8cbc73 solid 1px;
    margin-top: 10px;
    float: right;
    }

