.baseform table {
}

.baseform table th {
  font-size: 14px;
  text-align: left;
}

.baseform table td {
  vertical-align: top;
  font-size:0.8em;
  border:none;
}

.baseform li {
  margin: 5px 0 5px 0;background:none;padding:0;
}

.baseform li.address {
  margin-bottom: 0;
  line-height: 15px;
}

.baseform .note {font-size: 11px; color: #808080;}

.baseform label {
  float: left;
  display: block;
  width: 200px;
  padding-right: 5px;
}

.baseform input/*[type="text"]*/ {
  border: 1px solid #ddd;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;
  padding: 2px 2px;
  height: 20px;
  width:300px;
}

.baseform textarea {
  background: #fff url(../images/core/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;
  width:300px;
}

.baseform input.checkbox {
  background: none;
  border: none;
  width:auto;
  padding:0;margin:0;
}

.baseform input.disabled {
  background: #d4d0c8;
  border: 2px solid #ccc;
}

.baseform label.error {
  float: none;
  display: block;
  color: #ff0000;
  font-size: 10px;
  line-height: 1.5em;
  margin-left: 212px;
  width: auto;
  height:15px;
}

.baseform label.correct {
  background: url(../images/core/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 */
}

textarea {
	font-family:Arial;
	font-size:13px;
}

.baseform a#delivery-same {color: #808080;}

.baseform span.attention {color: #ff0000; font-weight: bold;}

.baseform fieldset {width: 600px;}


/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/
/* BUTTONS - http://particletree.com/features/rediscovering-the-button-element/ */
.buttons a, .buttons button{
    background:url(../images/buttons/submit.gif) no-repeat 0 0;
    border:none;
    cursor:pointer;
	width:100px;
	height:27px;
}
button:hover, .buttons a:hover {
    background-position:0 -27px;
}
