/**
 * Ajax Registration Module v1.1
 *
 * Ajax Registration Module is a simple AJAX registration page with ajax validation and easy to 
 * plug into your existing php application.
 *
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2009, Christopher M. Natan
 * @link          http://phpstring.co.cc/phpclasses/modules/ajax-registration-module/
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 */
 

 
body { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666}
ul,form,h2 {margin:0; padding:0; list-style:none; clear:both}
#container { width:584px; height:584px; margin:10px auto;}
#container { background: url(icontainer_bg2.jpg) no-repeat; padding:10px 10px 0 5px}
#container1 { width:649px; height:250px; margin:10px auto;}
#container1 { background: url(icontainer_bg.jpg) no-repeat; padding:10px 10px 0 20px}
div.title { background:url(ititle_bg.gif) no-repeat; width:558px; height:35px; text-align:center}
div.title  { margin:0 0 22px 0; padding:3px 0 0 5px; color:#FFFFFF; font-size:23px; font-weight:normal }

.label,.field { margin-bottom:10px}
.label { width:250px; float:left; color:#333333; font-size:21px;}
.label  { height:38px;}
.desc { font-size:11px; display:block; color:#999999}
.status { font-size:15px; color:#FFFFFF; } 
.field { width:290px; height:38px;float:left }
input.text { width:224px; height:35px; background:url(itext_bg.jpg); }
input.text { border:0; font-size:23px; color:#FFFFFF; padding:3px 5px 1px 5px;}
select.combo {font-size:27px; width:234px;}

.submit { cursor:pointer}

.invalid_message { width:100%; clear:both; font-size:12px; color:#990000; text-align:center; padding-top:5px; height:auto}
.ajax_spinner { color:#003399; font-size:12px;}
.ajax_spinner img { vertical-align:middle}
.default { width:459px; margin:auto; text-align:center; clear:both;}
.ajax_notify { border:1px solid #990000; font-size:18px; padding:5px; margin-bottom:10px; width:500px; display:none}
.ajax_notify  { font-weight:normal; color:#333333}