@charset "utf-8";
/* CSS Document */



	
fieldset{margin: 1em 0;
         padding-left: 2.5em;
		 border:none;
         }
fieldset input {
padding-right:10px;
       margin:10px 80px 10px 0;
       width:220px;
       height:22px;
       border:1px solid #65646B;
       float:right;
       }  

input.sub{
       margin:15px 80px 10px 0;
       width:61px;
       height:22px;
       float:right;
       padding:0;
       border:none;
       background: transparent url(image/submit.jpg) no-repeat left center;
       }  
           
textarea{border:1px solid #65646B;
         width:355px;}       

label{
      font:bold 11px/24px arial;
      color:#322F2F;
      margin:10px 0;
      width:120px;
      height:24px;
      padding-top:2px;
      float:left;
      }

        
