/* Form Document */


/*
 * General XHTML styles
 -----------------------*/


/*
 * Form elements
 -----------------------*/
#formholder { width:450px;}
#formleft {float:left;  width:200px;} 
#formright {float:right; width:200px;} 

fieldset        {padding:10px 0px 0px 15px;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:200px; height:12px; background-color:#eaeaea; border:0px solid #6c6c6c; padding:0 0 0 5px; font:1em Verdana, Arial, Helvetica, sans-serif; line-height:10px; color:#3b3b3b;}
input, textarea        {border:0px solid #aeaeae;padding:5px;margin:0px 0 0 0;}/*Border for text areas*/
input:focus,
textarea:focus  {background:#3a3c48; color:#ffffff;}
textarea        {font:1em Verdana, Arial, Helvetica, sans-serif; border:0px solid #aeaeae; background:#eaeaea; width:200px;}
label           {display:block;margin:0px 0 0;font-weight:700;font-size:.9em;float:left;clear:left;width:100px; color:#646464}
label:after     {content:": ";}
button          {width:96px; height:48px; display:block;float:left;clear:both;margin:1em 0 1em 90px; border:none;background:url(images/interface/send_n.gif) no-repeat; }
.spacerform { height: 10px; width:100%;}
.spacerform2 { height: 20px; width:100%;}
/*
 * 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 50px;display:block; padding:0 0 0 0;}
h3        {font-size:.9em;float:left;color:#929292}


 /*-----------------------------------------------------------------------*/

.send_button {
	width: 98px;
	height:46px;
    border: none;
    background: url("images/interface/send_n.gif") no-repeat top left;
    position: relative; left:180px; top:0px;
	
}

.button_send{
	width: 98px;
	height:46px;
    border: none;
    background: url("images/interface/send_n.gif") no-repeat top left;
	font-size:1em;
	font-weight:bold;
	color:#ffffff;
   
}
.button_send:hover {
	width: 98px;
	height:46px;
    border: none;
	color:#ffffff;
	font-weight:bold;
    background: url("images/interface/send_o.gif") no-repeat top left;
    
}




