
.Error 
{
display: block;

font-size: 14px;    
text-decoration: underline;
font-weight: bold;
color: #C81419;
margin-bottom: 0px;
  
}


.ContinueShopping
{
   border-radius: 6px 6px 6px 6px;
   box-shadow: 4px 4px 1px #888888;
   margin:30px 10px 0px 0px;
}


.Shipping
{
 border-radius: 4px 4px 4px 4px;
}

#ShippingRight
{

width: 100%;
margin-right: 10px;
font-size: 14px;
    
}

.NewCustomerLogin
{

padding-top:10px;
padding-bottom:10px;
padding-right:0px;
padding-left:20px;
height: 40px;
border: 1px solid #cfcfcf;
border-bottom: 1px solid #999;
background: #eee;
webkit-border-radius: 3px;
moz-border-radius: 3px;
border-radius: 10px;
webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 1px #888888;
}

.HaveAnAccount 
{

padding-top:10px;
padding-bottom:10px;
padding-right:0px;
padding-left:20px;
height: 40px;
border: 1px solid #cfcfcf;
border-bottom: 1px solid #999;
background: #eee;
webkit-border-radius: 3px;
moz-border-radius: 3px;
border-radius: 10px;
webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 1px #888888;
   
    }


.LogIn
{
    
 font-size:medium;
 padding-bottom:10px;   
    }


.CreateAccountError
{
margin: 0 auto;
display: block;
font-size: 14px;    
text-decoration: underline;
font-weight: bold;
color: #C81419;    
    }



.ErrorList{

  width: 100%;
}


/*---Password Rest CSS ---*/
#DivPasswordReset 
{ 
 display: inline-block;    
    }
    
#tblPasswordReset
{
    width: 350px;
    margin-top: 20px;
}

#tblSecurityQuestion{
  margin-top: 20px;
}

.ResetStep1
{

font-size: 14px;  
font-weight: bold;
padding-bottom: 10px;
    }

/*---Password Rest CSS ---*/

.Required{ 
color: red;
}


/*---Progress Bar CSS ---*/
.TheProgress{

width: 100%;
margin-top: 3px;
}

.TheProgress div
{    
  height: 23px;
}

.MyProgress .progress
{
    
     height: 30px;  
      
}
/*---Progress Bar CSS ---*/




#Wrapper
{
    float:right;
   
    }


 #ErrorDiv
 {  
    clear: both;      
     }
     
   
    
  