﻿#AddressInfo
{
 background-color:#BA9338; 
 color:White;   
} 

.Mandatory
{
    float:right; 
    color:Red;
}

.CaptchaSection
{
	margin-top:25px; 
	color:Black;
	font-family:Calibri Light;
	font-size:14px;
	margin-bottom:35px;
	border:1px solid Gray;
	border-left:0px;border-right:0px;border-top:0px;

}
.CaptchaSectionSeperation
{
    margin-bottom:20px
}

.Captcha_errormsg
{
    font-weight:bold;
    color:Red;
}

.EntercodeField {
	width:140px;
	height:47px;
	border:none;
	font:bold 33px "Courier New", Courier, monospace; 
	color:#7f7f7f;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:13px;
	padding:4px 4px 0 4px;
	background:none;
	line-height:30px;
}

.Create_msg
{
    font-weight:bold;
    color:Red;
}

.RegisterButton
{    
    width:100px;       
}

@media screen and (min-width:992px) and (max-width:1199px)
{
    .container
    {
        width:100%;
        padding:1px;        
    }
}

@media screen and (min-width:1200px)
{
    .container
    {
        width:100%;
        padding:1px;        
    }
}