  
  /************************************************************\
  *
  *    PHP Captcha Email Protection Copyright 2007 Derek Harvey
  *		 www.lotsofcode.com
  *
  *    This file is part of PHP Captcha Email Protection.
  *
  *    PHP Captcha Email Protection is free software; you can redistribute it and/or modify
  *    it under the terms of the GNU General Public License as published by
  *    the Free Software Foundation; either version 2 of the License, or
  *    (at your option) any later version.
  *
  *    PHP Captcha Email Protection is distributed in the hope that it will be useful,
  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
  *    along with PHP Captcha Email Protection; if not, write to the Free Software
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *
  \************************************************************/

  .captcha-verify {
    font-family: arial;
    color: #666;
    font-size: 12px;
    text-align: center;
  }
  
  .captcha-verify img {
    border: 1px solid #ccc;
  }
  
  .captcha-verify .word {
  }
  
  .captcha-verify .text {
  }
  
  .captcha-verify .word .inputs {
    font-size: 11px;
  }
  
  .emailProtector {
    font-weight: bold;
    text-decoration: underline;
  }
  #captcha-form { font: 14px/23px Georgia, Times, serif; color:#333333; margin: 0 0; }

