/**
 * Ajax Registration Module v1.2
 *
 * Ajax Registration Module is a simple and nice Php-Ajax registration page with Ajax validation and easy 
 * integration to your existing php application.
 *
 *
 * @copyright     Copyright 2009, Christopher M. Natan
 * @link          http://phpstring.co.cc/phpclasses/modules/ajax-registration-module/
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @email         chris.natan@gmail.com
 *
 * Dual licensed under the MIT and GPL licenses.
 * Redistributions of files must retain the above copyright notice.
 * Simple
 */
 
 #left_content{
width:490px;
float:left;
height:auto;
padding:10px 0 0 35px;
}
 
ul,form {margin:0; padding:0; list-style:none; clear:both; font-size:10px; color:#666666;}
* {margin:0; padding:0;}
#left_content div.title { background:url(../img/ititle_bg.gif) no-repeat; width:417px; height:35px; text-align:center}
#left_content div.title  { margin:0 0 22px 0; padding:3px 0 0 5px; color:#FFFFFF; font-size:16px; font-weight:normal }
#left_content form .label,.field { margin-bottom:1px;height:33px;}
#left_content form .label { width:200px; float:left; color:#666666; font-size:11px; font-weight:bold}

#left_content form .desc { font-size:9px; display:block; color:#999999}
#left_content form .field { width:250px; float:right;}
#left_content form select.combo { width:205px; font-size:10px; border:1px solid #DDDDDD; color:#666666; }
#left_content form select.combo { font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding-left:5px;}
#left_content form  #submit { background:url(../img/isubmit.gif); border:0; padding:0; }
#left_content form  #submit { margin:0; width:130px; height:47px; cursor:pointer }
#left_content form input {padding:0.15em;width:10em;border:1px solid #ddd;background:#fafafa; width:220px; color:#666666}
#left_content form input {font:bold 1.2em arial, sans-serif;-moz-border-radius:0.4em;-khtml-border-radius:0.4em;}
#left_content form input.validate_agree { margin:0; padding:0; width:15px}

input:hover, input:focus {border-color:#c5c5c5;background:#f6f6f6;} 
li.marginb35px { margin-bottom:35px;}
div#register-success { width:300px; margin:20px auto; text-align:center}

.ajax_spinner { color:#003399; font-size:12px;}
.ajax_spinner img { vertical-align:middle;}
.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}
.ajax_notify img { vertical-align:middle}
.ajax_error_username, .ajax_error_email { height:45px; font-weight:bold; color:#990000;}
.ajax_error_username, .ajax_error_email{  display:none}


.ajax_notify { font-size:12px; width:394px;}