
body {
  margin: 0px;
  background: transparent;
}

form.mail { margin: 0px; }

.submitfield {
  width: 163px;
  height: 22px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  background: url("http://www.clubtattoo.com/dev/images/framework/submit_bg.gif");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px;
}

#header {
  height: 20px;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border: 1px solid #000;
  background-color: #777;
}

#mail {
  width: 320px;
  min-height: 400px;
  background: url("http://www.clubtattoo.com/dev/images/framework/mail_bg.png");
  background-position: middle center;
  background-repeat: no-repeat;
  border: 0px solid #fff;
}

#formlabel {
  margin: 0px 0px 0px 5px;
  width: 90px;
  position: relative;
  float: left;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border: 0px solid #f00;
  line-height: 18px;
}

#formfield {
  margin: 0px 5px 0px 0px;
  position: relative;
  float: right;
  width: 215px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  border: 0px solid #ff0;
}

#formfield input {
  width: 215px;
  height: 14px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  background: url('http://www.clubtattoo.com/mail/images/field_bg.png');
  background-repeat: repeat-x;
  border: 1px solid #777;
}

#formfield select {
  width: 218px;
  border: 1px solid #777;
  background: transparent;
}

#messagelabel {
  margin: 0px 0px 0px 0px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#messagefield {
  margin: 0px 0px 0px 5px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

#messagefield textarea {
  width: 310px;
  height: 150px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #777;
  background: transparent;
}

#fieldspacer {
  height: 20px;
}

#spacer {
  height: 30px;
}

#thanks {
  width: 320px;
  height: 400px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: url("http://www.clubtattoo.com/images/mail_bg.png");
  background-repeat: no-repeat;
}

#error {
  margin: 100px 0px 0px 0px;
  width: 320px;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

#dimensions {
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}

#dimensions h1 {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #777;
}

#dimensions div#leftcol {
  margin: 0px 0px 0px 5px;
  width: 95px;
  font-weight: bold;
  position: relative;
  float: left;
  line-height: 18px;
}

#dimensions div#rightcol {
  line-height: 18px;
}

#dimensions div#rightcol input {
  margin: 0px 0px 2px 0px;
  width: 215px;
  height: 14px;
  border: 1px solid #777;
  background: url('http://www.clubtattoo.com/mail/images/field_bg.png');
}

#dimensions div#rightcol select {
  min-width: 100px;
  background: transparent;
  border: 1px solid #777;
}

