#contentheader .thanks{
   font-size: 25px;
   line-height: 32px;
}
   #contentheader .thanks img.left{
      margin: 0 25px 10px 0;
   }
   
   #contentheader .thanks p{
      margin-top: 20px;
   }
   
   #contentheader .thanks img.signiture{
      margin-top: 10px;
      behavior: url('/css/iepngfix.htc');
   }
   
   #navarrow{ display: none; }
   

#contentheader .donate{
   padding-bottom: 5px;
}

   #contentheader .donate input{
      vertical-align: middle;
   }
   #contentheader .donate input[name]{ vertical-align: inherit; }

   #contentheader .donate .note{
      margin: 10px 0 0;
      font-size: 12px;
      color: #505050;
   }

   #contentheader .donate .name{ 
      padding: 20px 0 15px;
      text-align: center;
   }
   
      #contentheader .donate .name,
      #contentheader .donate .name input{ 
         font-weight: bold;
         font-size: 30px;
         color: #454545;
      }
   
      #contentheader .donate .name input{
         width: 70%;
         padding: 5px 11px;
         
         font-weight: normal;
      }
      
      #contentheader .donate .name p.note{
         padding: 0;
         margin: 4px 0 0;
         font-weight: normal;
         font-style: italic;
         text-align: right;
      }
         

   #contentheader .donate h2 span.right{
      padding-top: 1px;
      font-size: 20px;
      color: #68BADA;
   }
   
   #contentheader .donate img.owl{
      margin: 120px 0 -25px 0;
      position: relative;
      z-index: 100;
      behavior: url('/css/iepngfix.htc');
   }
   
   #contentheader .donate h3.or{ 
      padding: 90px 20px;
      font-size: 25px;
      font-weight: bold;
   }
   
   #contentheader .donate .bubble{
      height: 192px;
      overflow: hidden;
      padding: 0;
      margin: 15px 0 0 0;
      
      border: 4px solid #A9DB66;
      background: #CDE6AC;
   }
   
      #contentheader .donate .bubble h4{
         margin: 0;
         padding: 6px 20px;
         
         background-color: #A9DB66;
         font-size: 18px;
      }
      
      #contentheader .donate .bubble a.type{
         float: left;
         display: block;
         padding: 51px 22px;
         margin: 0;
         
         color: #76B801;
         font-size: 50px;
         text-align: center;
         cursor: pointer;
      }
      
      #contentheader .donate .bubble a.active{
         background-color: #A9DB66 !important;
      }
      
         #contentheader .donate .bubble a.type span{
            height: auto;
            padding-bottom: 10px;
            display: block;
         }
      
         #contentheader .donate .bubble a.type small{
            margin: 10px 0 0;
            padding: 0;
            display: block;
            
            color: #555;
            font-size: 18px;
            font-weight: normal;
         }
         
      #contentheader .donate .bubble .custom{
         width: auto;
         padding: 10px 20px 0;
      }
      
         #contentheader .donate .bubble .custom h4{
            margin-bottom: 20px;
            margin: -10px -20px 20px;
         }
         
         #contentheader .donate .bubble .custom .amount{
            padding-left: 15px;
            margin-bottom: 15px;
            
            background-color: #C0DB9C;
         }
      
         #contentheader .donate .bubble .custom .amount,
         #contentheader .donate .bubble .custom .amount input{
            font-weight: bold;
            font-size: 50px;
            color: #76B801;
         }
         
         #contentheader .donate .bubble .custom .amount span{
            float: left;
            padding: 20px 5px 13px 0;
            margin-left: -5px;
            
            position: relative;
         }
         /*\*//*/
         #contentheader .donate .bubble .custom .amount > span{
            padding: 20px 5px 0 0;
         }
         /* */ 
         
         #contentheader .donate .bubble .custom .amount input{
            width: 90%;
            border: 0;
            background-color: transparent;
         }
         
         #contentheader .donate .bubble .custom h5{
            line-height: 17px;
         }
      
      #contentheader .donate button.submit{
         height: auto;
         width: 100%;
         padding: 10px 0;
         margin-top: 15px;
         
         font-size: 30px;
         color: #353535;
         
      }