  
  /************************************************************\
  *
  *    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;
    margin: 0;
  	width: 300px;
  	height: 130px;
  	color: #666;
  	font-size: 12px;
  	padding: 4px;
  	background: #FFF;
  	border: 1px solid #333;
  }
  
  .captcha-verify img {
  	border: 0;
  	border: 1px solid #ccc;
  }
  
  .captcha-verify .word {
  	padding: 10px 2px;
  }
  
  .captcha-verify .text {
  	display: block;
  	padding: 1px 6px;
  	float: left;
  }
  
  .captcha-verify .word .inputs {
  	display: inline;
  	font-size: 11px;
  	margin: 4px;
  }
  
  .emailProtector {
    font-weight: bold;
    text-decoration: underline;
  }

