    /*  -------------  breadcrumb -----------------  */
                      
      #bc li {
        background: transparent url(../images/arrow_grey.gif) 0px 5px no-repeat;
      }             

        #titleBar h2 {
        color: #a30000; 
        font-weight:normal
      }      		

       #col_wrapper .l {
        padding:20px 0    
      }

       #col_wrapper a {
          border-bottom:1px dotted;
      } 
              
      #content{ 
        overflow:hidden;
        zoom:1;
        background: transparent url(../images/girl_photos.jpg) 620px  36px  no-repeat;
      }

      p{
        padding:10px 0;
        font-size:15px;
        line-height:1.5em
      }
    
      form{
        padding:10px 0;
        position:relative;
      }

      input[type="radio"] {
        width:20px;
        margin: 0;
      }

      input[name="email"] {
        width:500px;
        margin:20px 0
      }

      input.error {
        border:solid red 2px;
      }

      .wrapper .errorMsg {

        height:20px;
        color:red;
        padding: 10px 0 ;
        font-weight:bold;
      }  
          
      .numbers {
      padding:30px 0 10px 0
      }

      input[name="txtNumber"] {
        clear:both;
        margin:10px 0
      }

      input[name="submit"]{
        position:absolute;
        cursor:pointer;
        right:66px;
        bottom:27px;
        border:none
      }
      
      label{
        margin-bottom:2px;
      }
      
      .field {
      position:relative;
      padding:10px 0
      }

      .radios .checked{
      background: transparent url(../images/radio_selected.gif) no-repeat;
      cursor:auto;
      }
            
      div.customradio {
        display:none;
        position:absolute;
        top:13px;
        height:10px;
        width:10px;
        cursor:pointer;
        background: transparent url(../images/radio_unselected.gif) no-repeat;
      }
      
      #confirmation {
        border:2px solid #E4E4E4;
        min-height:100px;
        margin:60px 0;
        padding:20px
      }         

      #confirmation h4{
        font-size:20px;
        line-height:28px;
        padding:40px 0
      } 
        #loader{
        position:absolute;
        left:250px;
        top:250px;
        display:none
      }          
.required {
border:1px solid gray;
height:20px;
margin-left:4px;
width:400px;
}


label.error {
color:#f00;
font-weight:bold;
margin-left:160px;
width:400px;
font-style:italic;
clear:both;
margin-top:5px;
}