@charset "utf-8";
/* CSS Document */

fieldset { width:320px;
border:none;
padding:0px;
 }

label { 
    width:140px; 
    margin:4px 0 0 0; 
  float:left;
  
}

input.ipt, textarea { width:150px; margin:4px 0 0 10px;}
input.submit { width:150px; margin:4px 0 0 150px; }
.error { color:red; background:inherit; }
