﻿.barIndicatorBorder {
    border:solid 1px #c0c0c0;
    width:100px;
}

.barIndicator_poor {
background-color:#FF0000;
}

.barIndicator_good {
background-color:#00DF09;
}

.barIndicator_excellent {
background-color:#00DF09;
}
.TextBox1
{
    width:200px;
    padding:2px;
    margin:5px;
    border: solid 1px #808080;
    font:inherit;
    }
.TextBox1Requied
{
    width:200px;
    padding:2px;
    margin:5px;
    border: solid 1px #CF0000;
    font:inherit;
    }    
.DropDownList1Requied
{
    width:200px;
    padding:2px;
    margin:5px;
    border: solid 1px #CF0000;
    font-size:11px;
    } 
.TextBox1Watermarked
{
    width:200px;
    padding:2px;
    margin:5px;
    border: solid 1px #CF0000;
    color:#9F9F9F;
    font:inherit;
    }
    
.registrationPanelRegulaminPanel
{
    width:600px;
    height:500px;
    background-color:#FFFFFF;
    padding:20px;
    border:solid 1px black;
    
    }
.registrationPanelRegulaminContent
{
    margin-right:10px;
    margin-top:10px;
    position:absolute;
    height:450px;
    width: 590px;
    overflow:auto;
    }    
    
    
