.baseform table {
  width: 500px;
}

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

.baseform table td {
  vertical-align: top;
}

.baseform li {
  margin: 5px 0 20px 0;
}

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

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

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

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

.baseform textarea {
/*  background: #fff url(../images/core/input-background-top.gif) top left repeat-x;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #ddd;*/
  border: 1px solid #9DDF63;
  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;
	font-style: italic;
}

.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 */
}

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

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

.baseform fieldset {width: 500px;}

.fieldWithErrors{
  display:inline;
}
/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/
/* BUTTONS - http://particletree.com/features/rediscovering-the-button-element/ */
.buttons a, .buttons button{
    margin:0 7px 0 0;
    background: url(/images/core/button-bg.gif) repeat-x;
    border:none;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    cursor:pointer;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 10px 7px; /* IE6 */
}

.buttons button[type]{
    padding:2px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}


.buttons button img, .buttons a img{
    padding:0 3px 0 0 !important;
    border:none;
}

button:hover, .buttons a:hover{
  color: #5d19a4 !important;
  text-decoration:none;
}
.buttons a:active{
    background-color:#6299c5;
    color:#fff;
}

.buttonfix{padding:0!important; line-height:0!important; margin:0;!important;}
.buttonfix img{padding:0!important; line-height:0!important; margin:0;!important;}
.buttonfixbutton{height:28px; vertical-align:top;}


.cart-buttons { text-align: right; margin: 10px 0; }

/*************************************************
    CART ORIGINAL STYLING
*************************************************/
table#cart-table .buttons a, table#cart-table .buttons button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #9DDF63;
    border-top:1px solid #9DDF63;
    border-left:1px solid #9DDF63;
    background: none;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
table#cart-table.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
table#cart-table.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
table#cart-table *:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
table#cart-table .buttons button img, table#cart-table .buttons a img{
    margin:0 3px 0 0 !important;
    padding:0;
    border:none;
}

table#cart-table button:hover, table#cart-table .buttons a:hover{
    background-color:#F0F6F8;
    border:1px solid #ccc;
}
table#cart-table .buttons a:active{
    background-color:#6299c5;
    color:#fff;
}
