.baseform table {
}

.baseform table th {
  font-size: 14px;
  text-align: left;
}

.baseform table td {
  vertical-align: top;
  padding-right: 100px;
}

.baseform li {
  margin: 5px 0 20px 0;
/*  height: 36px;*/
}

.baseform li.address {
  margin-bottom: 0;
  line-height: 15px;
}

.baseform .note {font-size: 11px; color: #808080; height: 56px;}

.baseform label {
  float: left;
  display: block;
  width: 140px;
  padding-right: 5px;
}

.baseform input[type="text"] {
  background: #fff url(../images/baseforms/input-background-top.gif) top left repeat-x;
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
  padding: 2px 2px;
  height: 18px;
}

.baseform textarea {
  background: #fff url(../images/baseforms/input-background-top.gif) top left repeat-x;
  border: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
  padding: 2px 2px;
}

.baseform input.checkbox {
  background: none;
  border: none;
}

.baseform input.disabled {
  background: #d4d0c8;
  border: 2px solid #ccc;
}

.baseform label.error {
  float: none;
  display: block;
  color: #ff0000;
  font-size: 10px;
  line-height: 12px;
  margin-left: 145px;
  width: auto;
	padding: 0;
}

.baseform label.correct {
  background: url(../images/baseforms/icon-form-valid.gif) 0 6px no-repeat !important;
  width: 10px;
  height: 22px;
  margin-left: 5px;
  vertical-align: top;
  display:-moz-inline-stack; /* to be removed */
  display:inline-block;
  /* NOTE: inline-block not in firefox 2 but will be in firefox 3.
  More info here: https://bugzilla.mozilla.org/show_bug.cgi?id=9458 */
}

.baseform a#delivery-same {color: #808080;}

.baseform span.attention {color: #ff0000; font-weight: bold;}

.baseform fieldset {width: 550px;}




/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/
form fieldset ol li {list-style: none;}

.baseform {padding-bottom: 30px;}

.baseform li {clear: left;}

.baseform label {font-size: 1.2em; padding-bottom: 10px;}

.baseform .note {font-size: 1em !important; height: 20px;}

#contact .baseform .buttons {margin: 0 0 20px 145px;}