﻿body
{
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
}


#container
{
    margin: auto;
    margin-top: 10px;
    position: relative;
    width: 720px;
    height: 679px;
}

#form
{
    position: absolute;
    z-index: 10;
   
}

#popup
{
    position: absolute;
    z-index: 50;
    background-image: url(../images/popup.png);
    width: 650px;
    height: 330px;
    display: none;   
}

.captchaimg
{
    border: solid 1px #000000 !important;
}

#RadCaptcha1 p  
{
    margin: 0px; 
    margin-top: 5px;
}
