﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the CreateUserWizard control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-CreateUserWizard
{
}


.AspNet-CreateUserWizard table 
{
  width:600px;
   background:#8FB9E0;
}
/* header, footer and caption */
.AspNet-CreateUserWizard table thead tr th,
.AspNet-CreateUserWizard table caption
{
 text-align:center; 
 font-size:30px;
 padding:2px; 
 font-weight: bold; 
 color: black; 
 font-size:20px; 
 font-family:Tahoma; 
 height:30px; 
 background:url(/imagesV3/1000x36_BBEBff_none_2_All_0_3.gif) #BBEBff ;
}
.AspNet-CreateUserWizard table tfoot tr td
{
 text-align:center; 
 font-size:30px;
 padding:2px; 
 font-weight: bold; 
 color: black; 
 font-size:20px; 
 font-family:Tahoma; 
 height:30px; 
 background: #BBEBff ;
}

.AspNet-CreateUserWizard table tfoot a
{
 
 color: #cc6600; 
 font-size:12px; 
 font-family:Tahoma; 
 
}

.AspNet-CreateUserWizard table tbody tr td
{
   padding: 20xp 0px 2px 0px;       
   vertical-align: top; 
   
   background-color:#E0EBFC;
    
    
}
