form ol {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
form label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 10px 0 0;
	font-weight: normal;
	}
form input,
form textarea,
form select {
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin: 0 0 10px 0;
	}
form span {
	width: 12px;
	height: 12px;
	background: url(../images/forms/required.png) no-repeat;
	display: inline-block;
	margin: 3px 0 0 5px;
	vertical-align: top;
	}
.success {
	border: 1px solid green;
	background: url(../images/forms/success.png) no-repeat #ffffc1;
	background-position: 9px 9px;
	padding: 8px 8px 8px 35px;
	color: #000000;
	}
.fail {
	border: 1px solid red;
	background: url(../images/forms/fail.png) no-repeat #ffffc1;
	background-position: 9px 9px;
	padding: 8px 8px 8px 35px;
	color: #000000;
	}
.success a,
.fail a {
	color: #000000;
	font-weight: bold;
	}
.button {
	background: #295717;
	color: #ffffff;
	border: 0;
	font-size: 16px;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
	text-shadow: 0px 0px 2px #000000;
	}
.qty label,
.qty input {
	float: none;
	font-size: 16px;
	}
.qty input {
	border: 1px solid #c0c0c0;
	}