/*
   baseforms.css
   resources
   
   Created by Cale Woodley on 2009-03-17.
   Copyright 2009 Webfirm. All rights reserved.
*/

.baseform li {
  margin: 5px 0;
  list-style: none !important;
}

.baseform fieldset {border: none;}

.baseform li.address {
  margin-bottom: 0;
  line-height: 15px;
}

.baseform .note {font-size: 11px; color: #808080;}

.baseform label {
  float: left;
  display: block;
  width: 70px;
  padding-right: 5px;
}

.baseform input[type="text"] {
  background: #e1e1e1;
  padding:5px;
  height: 20px;
  width:180px;
  border:none;
	font-size:14px;
	font-family:arial;}

.baseform textarea {
	font-size:14px;
	font-family:arial;
  background: #e1e1e1;
  padding: 5px;
  width:180px;
  border:none;
  height:80px;
}

.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: 80px;
  width: auto;
}

.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: 270px;}


/*************************************************
    CUSTOM STYLING
    modify styles to suit your site here.
*************************************************/

.buttons button {
    width:100px;
	height:30px;
	background:url(../images/core/button-submit.gif) no-repeat 0 0;
    overflow:hidden;
	text-indent:-999px;
	border:none;
    padding:4px 10px 3px 7px; /* IE6 */
	margin-left:76px;
	cursor:pointer;
}
.buttons button.hover {background-position:0 -30px;}

