#ucForm
{
    border: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 0px;
    background: #eee url("Images/StandartPanel_Bg.gif") repeat-x top;
}
#ucForm .Row
{
    height: 25px;
    clear: both;
    margin-bottom: 10px;
}
#ucForm label
{
    font-size: 15px;
    width: 260px;
    float: left;
    margin-right: 10px;
    text-align: right;
    margin-top: 4px;
    font-weight: bold;
    color: #333;
}
#ucForm input
{
    float: left;
    height: 20px;
    width: 235px;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding-top: 2px;
    padding-left: 3px;
    color: #333;
    margin-right: 2px;
}
#ucForm textarea
{
    width: 400px;
    height: 100px;
}
#ucForm .Captcha a.btnRefreshCaptcha
{
    background-position: -80px -161px;
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
}
#ucForm .Captcha img
{
    float: left;
}
#ucForm .Captcha input
{
    margin-top: 5px;
    font-size: 17px;
    text-align: center;
}
#ucForm .Validator
{
    font-weight: bold;
    font-size: 20px;
    color: #a00;
}
.PopupForm
{
    width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.PopupForm label
{
    margin-left: -50px;
}
.ErrorMessage
{
    font-size: 13px;
    color: #a00;
}
.ButtonsRow
{
    text-align: center;
}
.ButtonsRow .Button
{
    display: inline-block;
}
