label span.description{font-weight: normal; color: #666; font-size: 80%; display: block;}

dl {
    line-height: 2em;
    margin: 0em 0em;
}
dl.altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    font-size: 110%;
}
dd {
    border: 1px solid #dddddd;
    width: 300px;
    padding: 5px 2px 5px 8px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    margin-bottom: 5px;
    background-color: #f4f4f4;
}
dd.columns{width: 50%; float: left;}
dd.notes-field{height: 170px; overflow: auto;}

.edit-button{margin-top: 15px; margin-bottom: 15px;}
.button{background: url("../images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828; border: 1px solid #ED9810; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); 
}
a.button{color: #fff; font-weight: bold; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); text-transform: lowercase;}
a.button:hover{color: #fff; text-shadow: none; border: 1px solid #ED9810; }
.redlink a {
    color:red;
}

.dnpColumn {
    display: none;
}