﻿.EditRegistrationPanel
{
    background-color:#e6ebee;
    border-style:solid;
    border-width:1px;
    border-color:Black;
    position:absolute;
}
.RegistrationFormPanel
{
    background-color:#e6ebee;
    border-style:solid;
    border-width:1px;
    border-color:Black;
    position:absolute;
}
.RegistrationFormPanelAdmin
{
    background-color:#e6ebee;
    border-style:solid;
    border-width:1px;
    border-color:Black;
}
.RegistrationResultsGridViewPanel
{
    background-color:#e6ebee;
    border-style:solid;
    border-width:1px;
    border-color:Black;
    position:absolute;
}