﻿        #form1
        {
          overflow:hidden;	
          background-repeat: repeat-x;
        }
        
        #RadCaptcha1_ctl00
        {
            display:none;
        }
        .divCaptcha
        {
            float: left;
            height: 60px;
            width: 256px;            
            background-repeat: repeat-x;
            padding-top: 0px;
        }
        .rcRefreshImage
        {
        	background-image: url('Images/Refresh.png');
        	background-repeat: no-repeat;
            margin-left: 0px;
            padding-left: 0px;
            height:24px;
            float: right;
            display: inline;
            width: 30px;
            color:#ff6c00;
            text-decoration:none;
        }
        .rcCaptchaAudioLink
        {
            margin-left: 0px;
            font-size: 16px;
            float: right;
            color: #ff6c00;
            text-decoration:none;
            display: inline;
            line-height: 1.5em;
            background-image: url('Images/audio_but.png');
            background-repeat: no-repeat;
            height: 24px;
            padding-left: 0px;
            margin-top: 2px;
            width: 30px;            
            
        }
        .rcCaptchaAudioLink:hover
        {
            color:#76519;
        }
        .rcRefreshImage:hover
        {
        	color:#76519;
        }
        
        .rcCaptchaImage
        {
            float: left;
            width: 255px;
         }
        .qsfPanel
        {
            float: right;
        }
        .errorMessage
        {
            margin-left: 30px;
            line-height: 20px;
        }
        .style1
        {
            text-align: center;
            padding-top: 3px; 
            padding-left: 0px;            
            width: 100%;
            height: 52px;
        }
        .style2
        {
            padding-left: 100px;
            padding-top: 10px;
            height: 40px;
        }
        body
          {        	
        	margin:0px;
            background-repeat: repeat-x;        	
        }
		embed
               {
        	height:0px;
        }
