﻿/*==================================================================*/
/*  Captcha
/*==================================================================*/
div.captcha { float:left; padding:5px;width:260px; border:solid 1px #CCCCCC; }
div.captcha div.captcha-challenge { background-color:#FFFFFF; float:left; text-align:center; width:235px; height:60px; display:table-cell; border:solid 1px #CCCCCC; }
div.captcha div.captcha-challenge img {vertical-align:middle; width:200px; padding-top:5px; height:50px; margin:0px; }
div.captcha div.captcha-help { float:left; width:16px; text-align:center; }
div.captcha div.captcha-help img { margin:0px; }   
div.captcha div.captcha-help img.refresh { margin:0px; padding:5px 0px 0px 5px; }
div.captcha div.captcha-help img.help { margin:0px; padding:20px 0px 0px 5px; }
div.captcha div.captcha-response { clear:both;text-align:left;padding:1px;border-top:5px solid transparent; }
div.captcha div.captcha-response span { font-family:Arial;font-size:12px; color:#000000; }
div.captcha div.captcha-response input[type="text"] { width:75px; background-color:#FFF; padding:2px 3px 3px 2px; font-family:Verdana,Arial,Sans-Serif; font-size:11px; border:1px solid #333333; }
