/* @override http://sweetlittlewebsites.com/css/purchase.css */

#purchase {
	width:800px;
	margin:0 auto;
	text-align:left;
	background: #370a0d none;
	padding: 10px;
	border: 3px solid #811b20;
}

#purchase label { width: 10em; float: left; }
#purchase label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#purchase p { clear: both; }
#purchase .submit { 
	padding: 4px 14px;
	background: #465b20;
	color: #fff;
	border: 2px solid #fff;
	-moz-border-radius: 12	px;
	-webkit-border-radius: 12px; 
	margin-left: 352px;
}
#purchase .submit:hover {
	background-color: #93c044;
}
#purchase .submit:active {
	background-color: #779936;
}

#purchase em { font-weight: bold; padding-right: 1em; vertical-align: top; }
#purchase textarea {
	margin-left: 6px;
	width: 228px;
	color:  #ae777a;
	background-color: #370a0d;
	border-top: 1px solid #ae777a;
	border-left: 1px solid #ae777a;
	border-right: 1px solid #906366;
	border-bottom: 1px solid #906366;
}
#paypal {
	text-align: center;
}
#paypal input {
	border: none;
}

