/*
 * Form elements
 -----------------------*/
fieldset        {padding:10px 30px;margin:0;border:1px solid #ccc;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;border-bottom-width:10px; margin:0 15px;}
legend          {color:#333;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}
input           {width:250px;}
input,textarea  {border:1px solid #ccc;padding:5px;margin:10px 0 0 0; width:250px;}
#country        {width:260px; border:1px solid #ccc;padding:5px;margin:10px 0 0 0; }
.required       {background-image:url(../images/required.gif); background-repeat:no-repeat; background-position:right top;}

input:focus,
textarea:focus, 
select:focus    {background:#ffc;}
textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif;}
label           {display:block;margin:12px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:90px; color:#000000;}
label:after     {content:": ";}
button          {display:block;float:left;clear:both;margin:2em 0 1em 90px;}

/*
 * User feedback
 -----------------------*/
div.error       {font-size:.8em;font-weight:700;padding:2px 0 0 0;color:#f30;margin:0 0 0 90px;}
.contactus_msg{margin-top:70px; padding:10px; color:#339933; text-align:center; font-weight:bold;}
.code_msg{margin:5px; padding:10px; color:#339933; text-align:center; font-weight:bold;}

/*
 * Captcha
 -----------------------*/
#captcha           {border:1px solid #777;margin:10px 0 0 90px;display:block;}
