html,body {
  margin: 0px;
  padding: 0px;
  background-color: #e9e9e9;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  display: block;
}
body,tr,td,th,form,input,select,p,div,textarea,h1,h2,h3,h4,h5,h6 {
  font-family: verdana, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #000;
  font-weight: normal;
}
#master {
  width: 500px;
  margin: 125px auto 0px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #bbb;
}
h1 {
  margin: 10px 0px 10px 0px;
  font-weight: bold;
  padding: 0px;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
a {
  color: #4788ad;
  display: block;
  width: 100%;
  background-image: url(/artwork/bullet.gif);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 7px;
  text-decoration: underline;
  margin-bottom: 3px;
}
a:hover {
  color: #76b0d2;
}
#master .top td {
  border-top: 1px solid #bbb;
}
#master .bottom td {
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
#master .topandbottom td {
  border-top: 1px solid #bbb;
  padding-bottom: 10px; 
  border-bottom: 1px solid #bbb;
}
#master div {
  padding: 10px 0px 0px 0px;
}
#master .label {
  width: 100px;
}
#master .input {
  width: 240px;
}
#master .input input {
  width: 230px;
}
#master .submit div {
  width: 160px;
  text-align: right;
}
#master .checkbox div span {
  float: left;
  display: block;
  width: 18px;
}
#master .checkbox div span input {
  width: 13px;
  height: 13px;
  margin: 0px;
}
