/*
 * Modified contact form originally created by Chris Coyier from css-tricks.com
 * View screencast: http://css-tricks.com/videos/css-tricks-video-21.php
 -------------------------------------------------------------------------*/

/*
 * General XHTML styles
 -----------------------*/
html            {text-align:center;}
body            {}

/*
 * 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;}
legend          {color:#333;padding:0 10px;margin:0;font-size:1.1em;font-weight:400;}
input           {}
input,
textarea        {border:1px solid #ccc;}
input:focus,
textarea:focus  {background:#ffc;}


/*
 * User feedback
 -----------------------*/
.yay, .oops     {font-size:.8em;text-align:center;padding:10px;color:#fff;font-weight:700;}
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {font-size:.6em;font-weight:700;color:#f30;margin:0 0 0 90px; margin-bottom:-25px;}

/*
 * Captcha
 -----------------------*/
img            {}
h3             {font-size:1.2em;font-weight:400;margin:30px 0 10px 90px; border:none;}