/*
    CSS 2.x

    Description:    Contains the CSS for the cci framework.
    Notes:          To override these settings for a descendent of forms, create a CSS file with the same name as the descendent class
                    and import this file into that CSS file using @import url("forms.css")
    Modifications:  DATE        AUTHOR  TASKID  DESCRIPTION
                    MM/DD/YY    III        N    description of change
*/
@import url("/includes/forms_sqwellness.css");
@import url("/includes/reports_sqwellness.css");

/* jlc 12/3/2009 - css for installment eligible button */
.sqInstallmentEligibleDisplay {
    vertical-align: middle;
    text-align: center;
}
.sqInstallmentSubtotalHeading{
    text-align: right;
}
.sqInstallmentSubtotalLabel{
    background-color: #e9e9e9;
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: left;
}
.sqInstallmentPaymentTotal {
    background-color: #e9e9e9;
    border-top: 1px solid #cccccc;
    font-weight: bold;
    line-height: 2.2em;
    height: 2.2em;
}
.sqInstallmentCheckoutMessage {
   padding:0;
   font-size:14pt;
   color: #666666;
}
.sqInstallmentCheckoutShippingMessage {
   padding:0;
   font-size:12pt;
   color: #666666;
}
.sqInstallmentCheckoutLabel {
   color: #FF0000;
}
#SqPaymentMethodPrompt{
   font-size: 12pt;
}
.SqCheckoutPaymentGroupLabel {
   font-size: 14pt;
}
.SqChangeAddress {
   margin-top: 1.5em;
}
.sqInstallmentCheckoutSuccessHeading{
   padding:0;
   font-size:14pt;
   color: #FF0000;
}
.SqInstallmentInstallments,.SqInstallmentsInstallmentPeriod {
   font-size: 12pt;
}
.SqInstallmentsInstallmentPeriod {
   margin-bottom: 1em;
}
#SqCheckoutConfirmInstallmentOptionsTitle {
   margin-top: 1em;
}
#SqcheckoutConfirmInstallmentOptions {
   margin-bottom: 1em;
}
#SqPayPalOr {
   padding-top: .5em;
   padding-left: 1em;
   padding-right: 1em;
}
#SqInstallmentHeading {
   width: 10em;
   color: red;
   text-align: center;
}
#intro_div {
    width:100%;
    height:100%;
    background:#fff;
    z-index:99999;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    text-align: center;
}
.intro_movie {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}
#intro_player {
    margin-top: 2em;
    background: #fff;
}
#skipintro {
    margin-top: 1em;
    display: block;
}
#adamwolinsky {
    margin: 2em;
    display:block;
}



