.typography label {
  float:left;
  font-size:12px;
  width:100px;
  }
.typography label.required {
  color:#850000;
  float:right;
  padding:3px 0 0;
  width:240px;
  }
.typography form input.text, .typography form textarea {
  background: url(../images/form_bg.jpg);
  border:1px dotted #412B1F;
  font-size:12px;
  margin-bottom:15px;
  padding:3px 4px;
  width:340px;
  }
.typography form input.text:focus, .typography form textarea:focus {
  background: url(../images/form_bg2.jpg);
  }
  
.typography form input.action {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 15px 0;
  }  
 
 .typography form {
  margin: 0 0 0 30px;
  } 
  
  
p.checkbox .right {
text-align: left !important;
}