/* 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:0px solid #6c6c6c;-moz-border-radius:0em;-webkit-border-radius:0em;border-radius:.0em;border-bottom-width:0px;}
/*legend          {color:#333;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}*/
input           {width:510px; border:1px solid #9d9d9d; background:none; padding:0 0 0 5px; font-family:tahoma; line-height:13px; color:#3b3b3b;}
input,
textarea        {border:1px solid #aeaeae;padding:5px;margin:0px 0 0 0;}
input:focus,
textarea:focus  {background:#d5ffda;}
textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif; border:1px solid #aeaeae; background:none;}
label           {display:block;margin:0px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:90px; color:#646464}
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_n.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:0px 0 0;}
h3        {font-size:.9em;float:left;color:#929292}


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

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

.button_send{
	width: 71px;
	height:22px;
    border: none;
    background: url('images/interface/send_n.gif') no-repeat top left;
	font-size:.8em;
	color:#6e6e6e;
   
}
.button_send:hover {
	width: 71px;
	height:22px;
    border: none;
	color:#000000;
    background: url('images/interface/send_o.gif') no-repeat top left;
    
}



