﻿.divHide
{
    display: none;
}
.divShow
{
    display: block;
}
.spinnerHide
{
    display: none;
    padding-bottom: 10px;
}
.spinnerShow
{
    display: block;
    padding-bottom: 10px;
}
.spinnerImage
{
	height:16px !important;
	width:16px !important;
	border: 0px None #efede6 !important;
	background-color: transparent !important;
}
.first_column
{
    border: 0px solid gold;
    width: 510px;
    float: left;
}
.second_column
{
    border: 0px solid Red;
    width: 360px;
    float: right;
}
.paymentInfo
{
    width: 350px;
    height: 20px;
    padding: 10px 0px;
    margin: 0px;
    border: 0px solid Red;
}
.paymentInfo span.lbl
{
    float: left;
    width: 90px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    padding: 0 3px 0 0;
    text-align: right;
    cursor: default;
    border: 0px solid Green;
   
}
  .paymentInfo2
{
    width: 350px;
    height: 20px;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    border: 0px solid Red;
}
.paymentInfo2 span.lbl
{
    float: left;
    width: 90px;
    height: 21px;
    line-height: 20px;
    font-size: 12px;
    padding: 2px 3px 0 0;
    text-align: right;
    cursor: default;
    border: 0px solid Green;
   
}      
.paymentAmount
{   
    height: 20px;
    padding: 10px 0px;
    margin: 0px;
    border: 0px solid blue;
    vertical-align: baseline;
}
.paymentAmount span.lbl
{
    float: left;
    width: 142px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 3px 0 3px;
    text-align: right;
    cursor: default;
    border: 0px solid red;
}
.paymentAmount span.lblValue
{
    float: left;
    width: auto;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 3px 0 3px;
    text-align: left;
    cursor: default;
    border: 0px solid red;
}
        
.paymentAmount2
{
    width: 98%;
    min-height: 1px;
    padding: 0px 0px;
    margin: 0px;
    border: 0px solid orange;
    overflow:auto;
    
}
.paymentAmount2 span.lblValue
{
    float: left;
    width:890px;
    height: auto;
    line-height: 24px;
    padding: 0 3px 0 7px;
    text-align: left;    
    border: 0px solid red;   
}    
.paymentType
{
    width: 99%;
    height: auto;
    padding: 5px 0px;
    margin: 0px;
    border: 0px solid yellow;
    vertical-align: baseline;
    float:left;
    overflow:auto;
}
.paymentType span.lbl
{
    float: left;
    width: 144px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 3px 0 5px;
    text-align: right;
    cursor: default;
    border: 0px solid red;
}
.paymentType span.lblValue
{
    float: left;
    width: 130px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 3px 0 0px;
    text-align: left;
    cursor: default;
    border: 0px solid red;
}
.creditCardImages
{
    float: left;
    width:auto;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    cursor: default;
    border: 0px solid red;
}
        
        
.field
{
    width: 505px;
    height: 20px;
    padding: 10px 0px;
    margin: 0px;
    border: 0px solid Blue;
}
.field span.lbl
{
    float: left;
    width: 150px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 3px 0 0;
    text-align: right;
    cursor: default;
    margin-right: 7px;
}

.field span input
{
    height: 14px;
    width: 196px;
    border: none;
    background: transparent url("../images/static.png") no-repeat 0 100px;
    margin: 0;
    padding: 5px 4px 6px 8px;
    font: 12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    position: absolute;
    top: 0;
    left: -6px;
    background-color: transparent !important;
}

.field span.empty
{
    float: left;
    width: 226px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background: transparent url("../images/static.png") no-repeat right -25px;
    margin: 0;
    position: relative;
    background-color: transparent !important;
}
.field span.empty input
{
    color: #666;
    font-style: italic;
    background-position: 0 -25px;
}

.field span.focused
{
    float: left;
    width: 226px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background: transparent url("../images/static.png") no-repeat right -50px;
    margin: 0;
    position: relative;
    background-color: transparent !important;
}
.field span.focused input
{
    color: #000;
    font-style: normal;
    background-position: 0 -50px;
}

.field span.valid
{
    float: left;
    width: 226px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background: transparent url("../images/static.png") no-repeat right 0;
    margin: 0;
    position: relative;
    background-color: transparent !important;
}
.field span.valid input
{
    color: Black;
    font-style: normal;
    background-position: 0 -50px;
}

.field span.focused-valid
{
    float: left;
    width: 226px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background: transparent url("../images/static.png") no-repeat right -75px;
    margin: 0;
    position: relative;
    background-color: transparent !important;
}
.field span.focused-valid input
{
    color: #0a0;
    font-style: normal;
    background-position: 0 -75px;
}

.field span.invalid
{
    float: left;
    width: 226px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background: transparent url("../images/static.png") no-repeat right -100px;
    margin: 0;
    position: relative;
    background-color: transparent !important;
}
.field span.invalid input
{
    color: #d00;
    font-style: normal;
    background-position: 0 -100px;
}

.field span.disabled
{
    float: left;
    width: 226px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background: transparent url("../images/static.png") no-repeat right -125px;
    margin: 0;
    position: relative;
}
.field span.disabled input
{
    color: #999;
    font-style: normal;
    background-position: 0 -100px;
}

.field span.value
{
    float: left;
    width: 160px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 0 0 10px;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    font-family: Arial;
}
        
.validator_message
{
    float: left;
    position: relative;
    padding-left: 3px;
     margin-left: 3px;
    font-size: 10px;
    color:Red;
}
.error_message
{
    color: Red;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0px solid gold;
    text-align: center;
}
.customer_billing
{
    width: 98%;
    padding-top: 20px;   
    margin-left: auto;
    margin-right: auto; 
    
}
.customer_billing_footer
{
    text-align: right;
    padding-top: 0px;
    padding-bottom: 20px;
    border: 0px solid Red;
}
.creditcardInformation
{
    overflow:auto; 
    width: 897px;
    border: 0px solid blue; 
    float:left; 
}
.Legend 
{
    font-family:Arial !important; 
    font-size:14px !important; 
    padding-bottom:6px !important;
    margin-left:10px;
}
.CreditCardImage
{
	vertical-align: middle;
	 float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px;
	border: 0px solid Red;
	 
	
}
.customer_billing img
{
	padding:0px !important; 
}
.customer_billing2
{
    width: 100%;
    padding-top: 0px;     
    border: 1px solid Gray !important; 
     padding-bottom:15px  !important; 
     
}
#ccCodeHelp
{
	 vertical-align:middle;
	 margin-left:2px;
	 margin-bottom:2px !important;
}
.licenseAgreementLabel
{
    padding-left: 10px; 
    padding-bottom: 5px;
}
.licenseAgreement{   
   
    margin: 0px auto; 
    width: 98%;  
}
.licenseAgreement textarea
{   
    width:100%;   
}
.licenseAgreementConfirm
{
    padding-left: 10px; 
    padding-top: 5px;
}
.tooltip
{
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    background-color: #ffa;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-right: 6px;
    border: 1px solid #cc9;
    -moz-box-shadow: 2px 2px 11px #666;
    -webkit-box-shadow: 2px 2px 11px #666;
    display: block;
    position: absolute;
    left: 60%;
    top: 80%;
    width: 300px;
}
.creditcardmessage
{
    color:Red; 
    padding-left:8px;
    display:none;
}