/*
   forms.css
   Searchworld
   
   Form controls/layouts
   Copyright 2009 Webfirm. All rights reserved.
*/

.baseform li {
  margin: 5px 0 20px 0;
  list-style: none !important;
}

.baseform ol{
  list-style: none;
	width:450px;
}

.baseform fieldset {border: none;}

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

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

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

.baseform input.text {
  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;
  height: 18px;
}

.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;
}

.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;
}

.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 h2.legend {
  font-family: "Myriad Pro", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #4A4A4A;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #C0C0C0!important;
	width: 400px!important;
	display: block!important;
}

div.buttons {
  clear: left;
  float: right;
  margin-right: 200px;
}

input.button {
  border: 0;
  cursor: pointer; 
  width: auto;
  clear: none;
}

div.buttons span.cap {  margin: 0 10px 0 0;}

div.frm_data {
	width: 250px;
	border: 1px solid #EEEEEE;
	height: 20px;
	padding: 5px;
	display: inline-block;
}