    #contact {
        margin:0;
        padding:0;
		width:340px;
		float:left;
    }
    
    
    form #contact ,
    form #contact p {
        margin: 0 0 1em 0;
        padding: 0;
        
        font-size: 1em;
    }

    #contact input, #contact textarea, #contact select {
      background:#fff;
      border:1px solid #999999;
      padding:5px;
      display:block;
      margin-bottom:10px;
      width:200px;
    }
    
    #contact input.button {
        color:#fff;
        font-size:14px;
        background:url(../images/buttons/slideshow-off.png) repeat-x;
        border:none;
        width:auto;
    }
	
	#recaptcha_image img { 
  width: 200px; 
  height: 35px; 
} 

	
/************************************
Wishlist Form
************************************/

   #send_form label {
        font-weight: bold;
        display:block;
        padding-bottom:5px;
    }
	
	#send_form input, #send_form select{
	  margin-bottom:10px;
	}
	
	#send_form .error{
		color:red;
	}

