
.clearfix
{
    *zoom: 1;
}

    .clearfix:before, .clearfix:after
    {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after
    {
        clear: both;
    }

.wizard, .tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a, .tabcontrol a
    {
        outline: 0;
    }

    .wizard ul, .tabcontrol ul
    {
        list-style: none!important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li, .tabcontrol ul > li
        {
            display: block;
            padding: 0;
        }

    .wizard > .steps .current-info, .tabcontrol > .steps .current-info
    {
        position: absolute;
        left: -999em;
    }

    .wizard > .content > .title, .tabcontrol > .content > .title
    {
        position: absolute;
        left: -999em;
    }

    .wizard > .steps
    {
        position: relative;
        display: block;
        width: 100%;
    }

    .wizard.vertical > .steps
    {
        display: inline;
        float: left;
        width: 30%;
        height: 775px;
    }

    .wizard > .steps .number
    {
        font-size: 1.429em;
    }

    .wizard > .steps > ul > li
    {
        width: 25%;
    }

    .wizard > .steps > ul > li, .wizard > .actions > ul > li
    {
        float: left;
    }

    .wizard.vertical > .steps > ul > li
    {
        float: none;
        width: 100%;
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active
    {
        display: block;
        width: auto;
        margin: 0 .5em .5em;
        padding: 1em 1em;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active
    {
        background: #eee;
        color: #aaa;
        cursor: default;
    }

    .wizard > .steps .current a,  .wizard > .steps .current a:active
    {
        background: #1d4283;
        filter:alpha(opacity=90); 

        background: rgba(29, 66, 131, 0.9);
        color: #fff;
        cursor: default;
    }
    .wizard > .steps .current a:hover {
        background: #0c306b;
        filter:alpha(opacity=90); 

        background: rgba(12, 48, 107, 0.9);
    }
    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active
    {
        background: #9dc8e2;
        color: #fff;
    }

    .wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active
    {
        background: #ff3111;
        color: #fff;
    }

    .wizard > .content
    {
        background: #eee;
        display: block;
        margin: .5em;
        min-height: 56em;
        overflow: hidden;
        position: relative;
        width: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .wizard.vertical > .content
    {
        display: inline;
        float: left;
        margin: 0 2.5% .5em 2.5%;
        width: 65%;
        overflow-y:auto;
        height:775px;
    }

    .wizard > .content > .body
    {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
    }

        .wizard > .content > .body ul
        {
            list-style: disc!important;
        }

            .wizard > .content > .body ul > li
            {
                display: list-item;
            }

        .wizard > .content > .body > iframe
        {
            border: 0 none;
            width: 100%;
            height: 100%;
        }
        
        .wizard > .content > .body input
        {
            border: 1px solid #ccc;
        }

        /*Working here*/
        .wizard > .content > .body span.asBlock
        {
            display:table-row;
        }
        
        .wizard > .content > .body span.asBlockTextArea
        {
            height: 4.5em;
            display:table-row;
            width:440px;
        }
        .wizard  pre.InstructionsTab
        {
            text-decoration: none; 
           
        }
        .wizard  pre.InstructionsTab.MailingAddress
        {
            margin: 10px 20px;
           
        }
        
        .wizard p.InstructionsTab , .wizard  pre.InstructionsTab
        {
            font-family:Arial; 
            font-size: 13px; 
            line-height: 15px; 
            font-weight:bold;
        }
        .wizard .content > .body h5
        {
            margin-top: 4px;
            margin-bottom: 4px;
            font-size: 15px;
        }
        .wizard .content > .body h6
        {
            margin-top: 4px;
            margin-bottom: 4px;
            font-size: 18px;
        }
        .wizard > .content > .body span.legend
        {
            display:table-cell;
            width:200px;
            padding-left: 20px;
            padding-right:10px;
        }  
            .wizard > .content > .body span.legend span.example
        {
            font-size:8px;
            font-style:italic;
         
        }       
        .wizard > .content > .body div.legend
        {
            padding-top:10px;
        }
        .wizard > .content > .body span.inputContainer
        {
            
            text-align: left;
            display: table-cell;
            padding-top: 10px;
            
            width:250px;
        }        
        .wizard > .content > .body span.inputContainer textarea.fullWidth
        {
            
            text-align: left;
            display: table-cell;
            height: 75px;
            width: 447px;
        }
                .wizard > .content > .body span.inputContainer select
        {
            
            text-align: left;
         display: table-cell;
         
        width:233px;
            border-radius: 5px;
            border: 1px solid rgb(205, 224, 235);
        }

    .wizard ul > li
    {
        margin-left: 20px;
        margin-bottom: 10px;
    }
        .wizard > .content > .body div.wired
        {
            border: 1px solid black;  
            font-size: 11px;          
            margin-top: 5px;
        }
        .wizard > .content > .body span.left
        {
            text-align: left;
        }
        .wizard > .content > .body span.inputContainer > input[type="text"].not-alone
        {
            margin-left:10px;
        }
        .wizard > .content > .body span.inputContainer > input[type="text"].span1
        {
            margin-right:10px;
        }
        .wizard > .content > .body span.inputContainer > input[type="text"].telephone
        {
            width:90px;
        }
        .wizard > .content > .body span.inputContainer > label
        {
            /*position: relative;*/
            margin-right:20px;
        }
        .wizard > .content > .body span.inputContainer > label.notAlone
        {
            /*position: relative;*/
            margin-right:0px;
        }
        .wizard > .content > .body span.inputContainer > input[type="radio"].alone
        {
            margin-left:0px;
        }
        .wizard > .content > .body span.inputContainer > textarea,.wizard > .content > .body span.inputContainer > input[type="text"],.wizard > .content > .body div.inputContainer > input[type="text"], .wizard > .content > .body span.inputContainer > input[type="email"],.wizard > .content > .body span.inputContainer > input[type="date"]
        {
            width:220px;
            border-radius: 5px;
            border: 1px solid rgb(205, 224, 235);
        }
.wizard > .content > .body span.inputContainerPhoneCodetext > input[type="number"] {
    width:35px;
     border-radius: 5px;
            border: 1px solid rgb(205, 224, 235);
}
.wizard > .content > .body span.inputContainerPhonetext > input[type="number"] {
    width:80px;
      border-radius: 5px;
            border: 1px solid rgb(205, 224, 235);
}
      
 .wizard > .content > .body div.FiveKchoicesDiv
        {
            padding-left:50px;
            padding-bottom:12px;
        }
  .wizard > .content > .body div.FiveKchoicesDiv > input[type="radio"]
        {
            color: red;
              content:"";
           
        }
 .wizard > .content > .body span.FiveKchoicestitle
        {
            font-weight:bold;
        }

 
  .wizard > .content > .body span.RaceChoiceErrorspan
        {
          margin-top:10px;
          margin-bottom:10px;
          padding-left:20px;
      
          display:block;
          height:20px;
        }
  .wizard > .content > .body span.FiveKchoices
        {
          padding-left:5px;
        }
  .wizard > .content > .body span.inputContainer > span.required
        {
            color: #08c;
            margin-right: 5px;
            content:"*";
        }
        .wizard > .content > .body span.inputContainer > p.annotation
        {
            margin: 0px;
            font-size: 10px;
        }
            .wizard > .content > .body input[type="checkbox"]
            {
                display: inline-block;
            }

            .wizard > .content > .body input.error
            {
                background: #fbe3e4;
                border: 1px solid #fbc2c4;
                color: #8a1f11;
            }

        .wizard > .content > .body label
        {
            display: inline-block;
            margin-bottom: .5em;
        }

            .wizard > .content > .body label.error
            {
                color: #8a1f11;
                display: inline-block;
                margin-left: 1.5em;
            }

    .wizard > .actions
    {
        position: relative;
        display: block;
        text-align: right;
        width: 100%;
    }

    .wizard.vertical > .actions
    {
        display: inline;
        float: right;
        margin: 0 2.5%;
        width: 95%;
    }

    .wizard > .actions > ul
    {
        display: inline-block;
        text-align: right;
    }

        .wizard > .actions > ul > li
        {
            margin: 0 .5em;
        }

    .wizard.vertical > .actions > ul > li
    {
        margin: 0 0 0 1em;
    }

    .wizard > .actions a,  .wizard > .actions a:active
    {
        background: #1d4283;
        filter:alpha(opacity=30); 
        background:  rgba(29, 66, 131, 0.9);
        color: #fff;
        display: block;
        padding: .5em 1em;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .wizard > .actions a:hover {
        background: #0c306b;
        filter:alpha(opacity=90); 

        background: rgba(12, 48, 107, 0.9);
    }
    .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active
    {
        background: #d0e3f3;
        color: #fff;
    }

    .wizard > .loading
    {
    }

    .wizard > .loading .spinner
    {
    }


    .wizard #paymentDetailssimple .fieldsection{
       padding-bottom:10px;
    }
      .wizard #paymentDetailssimple .fieldSection input {
           width:220px;
            border-radius: 5px;
            border: 1px solid rgb(205, 224, 235);
        }



     .wizard #paymentDetailssimple .fieldSection label {
           width:200px;
          
        }
	.wizard #billAddSection {
			margin-top: 30px;
			float: left;
		}


    .wizard > h3 .h3Heading {
        font-size: 20px;
        text-transform: none;
        margin-bottom: 0px;
    }


	.wizard	#sameAsNewMember {
			float: left;
			margin-left: 10px;
			margin-top: 10px;
		}

	.wizard	.sameAsNew {
			font-weight:bold;
			font-size:12px;
			width: 100px;
			float: left;
			margin-left: 10px;
			margin-top:6px;
		}

	.wizard #sameAsNewMember	li .short {

						float:left;
                        width:30%;
                       
				
	}
.ApplicationThanks {
    margin: 20px 40px;
    font-size: 15px;
    color: red;		   
}
#phThankYou .ApplicationThankyou{
     margin: 20px 40px;
   color: black;	
}
#phThankYou .Thankyoucontent{
     margin: 20px 40px;
    font-size: 15px;
}
.wizard #BillingAddressDiv .BASection {
width:100%;

}
.wizard #BillingAddressDiv .BASection .BAfieldsection {
width:100%;

}
.wizard #BillingAddressDiv .BASection .BAfieldsection label {
    width:200px;
}

.wizard #BillingAddressDiv .BASection .BAfieldsection input {
       width: 220px;
                border-radius: 5px;
                border: 1px solid rgb(205, 224, 235);
}
.wizard #BillingAddressDiv .BASection .BAfieldsection select {
       width: 230px;
                border-radius: 5px;
                border: 1px solid rgb(205, 224, 235);
}
.wizard #BillingAddressDiv .BASection .BAfieldsection .BAchkBox {
      
                border-radius: 5px;
                border: 1px solid rgb(205, 224, 235);
                float:left;
                   width:20px;
                    vertical-align:top;
}

.wizard #BillingAddressDiv .BASection .BAfieldsection .span1 {
               width:20%;
               float:left;
               height:30px;
               vertical-align:top;
         
}

.wizard #BillingAddressDiv .BASection .BAfieldsection .span1 .BACheckbx {
            
    width:20px;
}
.wizard #BillingAddressDiv .BASection .BAfieldsection .span2 {
               width:80%;
                float:left;
                text-align:left;
                  height:30px;
               vertical-align:top;
               padding-top:7px;
              
              
}

.wizard #BillingAddressDiv .BASection .BAfieldsection .span2 .BALabel{
               font-weight:bold;
                
}
