﻿.form-label
{
    font-weight: normal;
}

.sharing-entry {
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 10px;
    background-color: #fafafa;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: 10px;
}
.required{
    color: #ff0000;
}

#pnlSearchSharingRequest a {
    text-decoration: none;
}

.sharing-search-result {
    display: block;
    background-color: #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
}

    