form p {
	padding: 3px 0;
	vertical-align: middle;
}
form label {
	float: left;
	padding-right: 5px;
	line-height: 1.7em;
}
form input {
	vertical-align: middle;
}
form input.button {
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	min-width: 80px;
	cursor: pointer;
	background: #26537e;
	border: 0;
}
/* hack for IE7 only */
*:first-child+html form input.button {
	min-width: 0;
	padding: 1px 0;
}
form input[name="buynow"] {
	color: yellow;
}
form input.button:hover {
	background: #0b65ba;
}
a.button {
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	min-width: 100px;
	cursor: pointer;
	background: #26537e;
	border: 0;
}
a.button:hover {
	background: #0b65ba;
	text-decoration: none;
}
form input.small {
	padding: 3px 3px;
	min-width: 0;
	font-size: 95%;
}

a.checkout2 {
	color: yellow;
}
form input.text {
	margin: 0;
	padding: 3px 2px;
	border: solid 1px #aaa;
	background: #fff url("/images/site/lay-inp-background.png") repeat-x left -1px;
}
form input.text.error,
form textarea.error {
  outline: solid 1px red !important;
  border: solid 1px red !important;
}
form textarea {
	background: #fff;
}
.form-actions {
	text-align: right;
}

form.pretty {
	width: 100%;
}
form.pretty p {
	margin: 0;
	padding: 3px 0;
	position: relative;
}
form.pretty label,
form.pretty input.text {
	width: 240px;
	margin: 0;
	padding: 5px 5px 3px;
	font-size: 14px;
	display: block;
}
form.pretty select {
	min-width: 250px;
	margin: 0;
	padding: 3px 3px;
	font-size: 14px;
	display: block;
}
form.pretty label {
	left: 2px;
	float: left;
	line-height: 1.2em;
	position: absolute;
	background: #fff;
	z-index: 1;
}
form.pretty select,
form.pretty input.text {
	border: solid 1px #aaa;
	background: transparent url("/images/site/lay-inp-background.png") repeat-x left -1px;
	position: relative;
	z-index: 10;
}
form.pretty select:focus,
form.pretty input.text:focus {
	outline: solid 1px #84a3f3 !important;
	border: solid 1px #84a3f3 !important;
}
form.pretty select option {
	background: #fff;
}
form.pretty input.check {
	margin-right: 8px;
}
form.pretty label span { color: #aaa; opacity: 1.0; }
form.pretty label.hastext span { opacity: 0.0; color: green; }


fieldset {
  clear: both;
  width: auto;
  margin: 10px 0px 0px;
  padding: 0px 0 5px;
  border: 0;
  border-top: solid 1px silver;
  position: relative;
  display: block;
}
fieldset legend {
  font-size: 12px;
  margin: -9px 0 9px;
  padding: 0px 5px 0px 0px;
  font-weight: bold;
  vertical-align: middle;
  background: #f4f6eb;
  position: relative;
}

form.pretty div.errorExplanation {
  margin: 0 0px 10px;
  padding: 0 10px;
  border: solid 1px;
  border-color: #ffd6a5 #fffbf5 #fffbf5 #ffd6a5;
  background: #fff0db;
}
form.pretty div.errorExplanation h2 {
  color: red;
  margin: 0.5em 0 0;
  padding: 0;
  font-size: 110%;
}
form.pretty div.errorExplanation p {
  margin: 0;
  padding: 3px 0;
  text-indent: 0;
}
form.pretty div.errorExplanation ul {
  width: auto;
  margin: 3px 0 5px;
  padding: 0;
  text-indent: 0;
  list-style: none;
  font-size: 100%;
  position: relative;
  display: block;
}
form.pretty div.errorExplanation li {
  margin: 0;
  padding: 1px 0 1px 22px;
  text-indent: 0px;
  line-height: 150%;
  background: url("/images/admin/ico-exclamation.png") 2px 1px no-repeat;
}

img.ui-datepicker-trigger {
  width: 21px;
  height: 19px;
  vertical-align: middle;
  display: inline;
  display: inline-block;
  margin: -6px 2px -6px;
  cursor: pointer;
}


.bottom-links {
	text-align: right;
	position: relative;
}