/*
 * Modified contact form originally created by Chris Coyier from css-tricks.com
 * View screencast: http://css-tricks.com/videos/css-tricks-video-21.php
 * Further mod by RA
 -------------------------------------------------------------------------*/


/*
 Form elements
 -----------------------*/

fieldset        {padding:10px 30px;margin:18px 0px;border:1px solid #777;width:40em;
				-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;border-bottom-width:10px;}
legend          {color:#777;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}
input           {width:300px;}
input,
textarea        {border-top:3px solid #777;border-left:2px solid #777;padding:5px;margin:10px 0 0 0;}
input:focus,
textarea:focus  {background:#ddc;}
textarea        {font:.9em Arial, Helvetica, sans-serif;}
label           {display:block;margin:12px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:90px;}
label:after     {content:": ";}
button          {display:block;float:left;clear:both;margin:1em 0 1em 90px;}

/*
 * User feedback
 -----------------------*/
.yay, .oops     {font-size:1em;text-align:center;padding:12px 0px;color:#fff;font-weight:700;margin-top:18px;min-width: 600px;}
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {font-size:1em;font-weight:700;padding:0px;color:#f30;margin:0 0 0 90px;min-width: 600px;}

/*
 * Captcha
 -----------------------*/
img            {margin:0 0 -4px 0px;padding: 8px 0 0 30px;display:inline;}
.contact       {display:inline;font-size:11px;position:relative;top:-18px;font-weight:normal; } /*h3 contact style*/
#captcha	   {width: 150px;}



/*img            {border:1px solid #777777;margin:0 0 0 90px;display:block;}
h3             {font-size:12px;font-weight:400;margin:12px 0;}
#captcha	   {width: 150px;}*/

//flag