@charset "utf-8";
/* CSS Document */

form input, textarea, select {
  margin: 2px 2px 2px 5px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

form .radio {
  margin: 2px 0 2px 10px;
}

td.label {
  text-align: right;
  padding-right: 5px;
}

td.formfield {
  text-align: left;
}

span.required {
  color: #cc0000; /*dark red*/
  font-weight: bold;
}

form #firstName {
  width: 150px;
}

form #lastName {
  width: 150px;
}

form #address1 {
  width: 200px;
}

form #address2 {
  width: 200px;
}

form #email {
  width: 200px;
}

form #dedicationName {
  width: 150px;
}

form #comments {
  width: 250px;
  margin: 2px 10px 2px 5px;
}

.ca-copyright {
  font-size: 10px;
}