/* Checkout Forms */

.form-layout-checkout .form-left div {
	clear: left;
	margin-bottom: 3px;
}

.form-layout-checkout .form-right div {
	clear: left;
	margin-bottom: 3px;
}


.form-layout-checkout .form-left label {
	width: 35%;
	float: left;
	text-align: left;
	line-height: 20px;
	color: #7f4400;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	/*margin-bottom: 4px;*/
	/*margin-left: 24%;*/

}


.form-layout-checkout .form-right label {
	width: 45%;
	float: left;
	text-align: left;
	line-height: 20px;
	color: #7f4400;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	/*margin-bottom: 4px;*/
	/*margin-left: 24%;*/

}


.form-layout-checkout .buttonHolder {
	text-align: left;
	margin-left: 20.5%;
	_margin-left: 8.5%;
	margin-top: 10px;
}


/* End Checkout Forms */

.form-layout fieldset {
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}

.form-layout legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin-bottom: 2px;
}

.form-layout .legend-border {
	border-bottom: 1px solid #351c00;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.form-layout div {
	clear: left;
	margin-bottom: 3px;
}


.form-layout div label {
	width: 14%;
	float: left;
	text-align: left;
	line-height: 20px;
	color: #7f4400;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 3px 0 !important;
	margin: 0 5px 0 0;
}

.form-layout div label span {
	color: #ba8747;
	font-weight: bold;
}

.form-layout div .textInput{
	width: 60%;
	float: left;
	width: 180px;
	height: 18px;
	border: 1px #b08651 solid;
	display: block;
	padding: 0px 0 0 4px;
}

.form-layout div textarea {
	width: 60%;
	float: left;
	width: 185px;
	height: 100px;
	border: 1px #b08651 solid;
	display: block;
	margin-bottom: 5px;
}

.form-layout div select{
	width: 60%;
	float: left;
	width: 190px;
	height: 18px;
	border: 1px #b08651 solid;
	display: block;
	padding: 0 0 0 4px;
}

.form-layout .error{
	background: none;
	text-indent: 0;
	font-weight: normal;
}

.buttonHolder {
	text-align: left;
	margin-left: 14.5%;
	margin-top: 10px;
}

.submit1 {
	background: #714506;
	height: 23px;
	line-height:23px;
	border: 0;
	border-left: 1px #ba9c6e solid;
	color: #FFFFFF;
	display: block;
	padding: 0 15px;
	font-weight: bold;
	cursor: pointer;
}

#errorMsg {
	text-align: left;
}

#errorMsg p, #errorMsg strong {
	color: #cc5200;
	margin-bottom: 5px;
}

#errorMsg h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 115px;
}

#errorMsg ol {
	margin: 10px 0 0 20%;
	color: #cc5200;
	margin-bottom: 20px;
}

#errorMsg li {
	color: #cc5200;
	margin-bottom: 1px;
}

#errorMsg li a:link, #errorMsg li a:visited{
	color: #cc5200;
	text-decoration: none;
}

#errorMsg li a:hover {
	text-decoration: underline;
}

.error {
}

.error_icon {
	margin: 2px 0 0 5px;
}


.note {
	margin: 20px 0 40px 0;
	width: 100%;
	border-top: 1px solid #351c00;
	padding-top: 3px;
	float: left;
	position: relative;
}

.note span {
	color: #AB6D20;
}

.note em {
	position: absolute;
	right: 0;
	top: 3px;
	font-style: normal;
}

.email2 {
	display:none;
}