/* Form Document */
/*
 * 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            {font:1em/1.4 Verdana, Arial, Helvetica, sans-serif;margin:1em auto;width:40em;text-align:left;padding:0;}*/

/*
 * Form elements
 -----------------------*/
fieldset        {  padding:10px 30px;margin:0;border:1px solid #2a2a2a;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;border-bottom-width:1px;}
/*legend          {color:#333;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}*/
input           {width:510px; border:1px solid #454545; background:none; padding:0 0 0 5px; font-family:tahoma; line-height:13px; color:#a4a4a4}
input,
textarea        {border:1px solid #454545;padding:5px;margin:10px 0 0 0;}
input:focus,
textarea:focus  {background:#ffc;}
textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif; border:1px solid #454545; background:none;}
label           {display:block;margin:12px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:90px; color:#696969}
label:after     {content:": ";}
button          {width:51px; height:22px; display:block;float:left;clear:both;margin:1em 0 1em 90px; border:none;background:url(images/interface/send.gif) no-repeat; }

/*
 * 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:.8em;font-weight:700;padding:5px 0 0;color:#f30;margin:0 0 0 90px;}

/*
 * Captcha
 -----------------------*/
.formimg           {margin:0 0 0 90px;display:block; padding:10px 0 0;}
h3        {font-size:.9em;float:left;color:#696969}


 /*-----------------------------------------------------------------------*/


.button_send{
	width: 71px;
	height:22px;
    border: none;
    background: url('images/interface/send_n.gif') no-repeat top left;
   
}
.button_send:hover {
	width: 71px;
	height:22px;
    border: none;
	color:#9f9f9f;
    background: url('images/interface/send_o.gif') no-repeat top left;
    
}

.send_button {
	width: 71px;
	height:22px;
    border: none;
    background: url('images/interface/send_n.jpg') no-repeat top left;
    position: relative; left:90px; top:0px;
}
