﻿body
{
    font: 13px Arial, Verdana, Tahoma, sans-serif;    
}

#widget_outer
{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#widget_inner
{
    width: 540px;
    height: 520px;
    margin-left: -270px; /***  width / 2   ***/
    position: absolute;
    top: -260px; /***  height / 2   ***/
    left: 50%;   
    text-align: center;  
}

#widget_header
{    
    text-align: center;
}

#widget_panel
{
    border: 1px solid #000080;
    width: 520px;
    height: 420px;
    background-color: #FFFFFF;   
}

#widget_title
{    
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #000080;
}

#widget_subtitle
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000080;   
}

#widget_cellphonesubmit
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 35px;    
    text-align: left;
}

.widget_cellphonesubmit_row
{
    
}

.widget_cellphonesubmit_row_label
{
    color: #000080;
    font-size: 18px;        
}

.widget_cellphonesubmit_row span input
{     
    background:none;
}

.widget_cellphonesubmit_row span.empty 
{ 
    background:LightSteelBlue; 
}
		
.widget_cellphonesubmit_row span.empty input
{
    color: #808080;
    font-style: italic;
}

.widget_cellphonesubmit_row span.focused 
{ 
    background:#fff; 
}

.widget_cellphonesubmit_row span.focused input 
{ 
    color:#333;
    font-style:normal; 
}

.widget_cellphonesubmit_row span.valid 
{ 
    background:#f3f3f3 url("static.png") no-repeat right 0; 
}
		
.widget_cellphonesubmit_row span.valid input 
{ 
    color:#333;
    font-style:normal; 
}

.widget_cellphonesubmit_row span.focused-valid 
{ 
    background:#e2ffe1 url("static.png") no-repeat right -23px; 
}

.widget_cellphonesubmit_row span.focused-valid input 
{ 
    color:#0a0;
    font-style:normal; 
}

.widget_cellphonesubmit_row span.invalid 
{ 
    background:#ffe1e1 url("static.png") no-repeat right -46px; 
}

.widget_cellphonesubmit_row span.invalid input 
{ 
    color:#d00;
    font-style:normal; 
}

.widget_cellphonesubmit_row span.disabled 
{ 
    background:#333 url("horizontal.png") repeat-x; 
}

.widget_cellphonesubmit_row span.disabled input 
{ 
    color:#ccc; 
}

#widget_disclaimers
{
    clear: both;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    color: #000080;
    font-size: 12px;   
    padding-top: 10px;
}


#widget_disclaimers_2
{      
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000080;
    font-size: 12px;
}

.LBD_CaptchaDiv
{
    width: 310px;
    float:left;
}

.LBD_CaptchaDiv .LBD_CaptchaIcons 
{
  width: 55px;
  height: 25px;
}

.LBD_CaptchaDiv .LBD_CaptchaIcons a 
{
  display: inline;
}

.LBD_CaptchaDiv .LBD_CaptchaIcons a img 
{
  display: inline;
  margin-right: 3px;
}

#widget_captcha
{
    width: 470px;
    margin-left: 20px;    
}

#widget_captcha_validation
{
    float:right;
    text-align: left;    
}

#widget_dlgbar
{    
}

#widget_privacy_policy
{
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #000080;
}



