/* ------------------------------
Kelly Geeson Designs v1
by Compulsive Design
** ------------------------------
*/

/*
** Forms Layout
*/
#content form fieldset {
  padding: 40px 15px 10px 15px;
  margin-bottom: 2px;
  background-color: #f8f0f1;
}
#content form fieldset.send {
  padding-top: 20px;
}
#content form legend { /* legend can't be styled fully in some browsers so used span instead */
  display: block;
  height: 1px;
}
#content form legend span {
  position: relative;
  top: 15px;
}
#content form label {
  width: 200px;
  clear: left;
  float: left;
  padding-right: 15px;
  padding-top: 0.4em;
}
#content form input, #content form textarea {
  margin-left: 215px;
  display: block;
}
#content form textarea {
  margin-top: -10px;
}
#content form input.zemSubmit {
  display: inline;
  margin-left: 10px;
}
#content .article form hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px dotted #d0c5c2;
  border-left: none;
  clear: both;
  padding-top: 1em;
  margin-bottom: 1em;
}
/* Samples */
#content form #sample2, #content form #sample3 {
  margin-bottom: 1.5em;
}



/*
** Forms Typography
*/
#content form legend {
  color: #BF3D6E;
  font-style: italic;
}
#content form label {
  text-align: right;
}
#content form label.zemRequired {
  font-weight: bold;
}
#content form fieldset.send p {
  text-align: right;
}
