#content {
  padding-top: 24px;
  height: 548px;
  background: #fff url(/images/design/contact/content.jpg) bottom right no-repeat;
}

ul#submenu, #catmenu { display: none; }

#bigPic { 
  height: 192px;
  background: url(/images/design/contact/bigPic.jpg) top left no-repeat;
}

p#pres {
  font-size: 13px;
  font-family: Arial;
  text-align: justify;
  color: #555;
  margin-left: 36px;
  margin-bottom: 25px;
  width: 600px;
}

fieldset {
  width: 566px;
  height: 348px;
  margin-left: 30px;
  padding: 25px;
  border: none;
  background: url(/images/design/contact/box.jpg) top left no-repeat;
}

label {
  display: block;
  text-indent: 5px;
  font-family: Arial;
  font-size: 14px;
  color: #555;
}
label#iSeek { text-indent: 0px; margin-bottom: 15px; }
label.radioLbl { text-indent: 0px; display: inline; margin-left: 10px; }
input.radio { margin-bottom: 17px; }

input.text, select, textarea {
  width: 322px;
  height: 18px;
  margin-bottom: 2px;
  font-family: Arial;
  font-size: 14px;
  color: #555;
  border: 1px solid #aaadb4;
}
select { width: 324px; margin-bottom: 15px; }
textarea { width: 312px; height: 180px; padding: 5px; margin-bottom: 10px; }

#left { float: left; width: auto; }
#right { float: right; width: 200px; }

#left input.btn {
  background: #d9d9d9;
  border: 1px solid #c2c2c2;
  float: right;
  margin-left: 15px;
  padding: 0px 10px;
  font-family: Arial;
  font-size: 13px;
  color: #3D931D;
}

#right input.text { width: 100%; margin-bottom: 0px; }
#right label#wish { margin-bottom: 5px; }
