html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background: none repeat scroll 0 0 #ececec;
	color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	text-align:center;
}
#form_container {
	background:#fff;
	border:1px solid #ccc;
	margin:0 auto;
	text-align:left;
	width:70%;
}
h1 {
	background:#0199bc url('../images/headeconbg.png') repeat-x;
	width:100%;
	margin:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	color:#FAFAFA;
}
h1 a {
    margin: -1% 0 0 3%;
	display:block;
    height: 93px;
	overflow:hidden;
	background-image: url('../images/machform.png'); 
	background-repeat: no-repeat; 
}
form#payment {
	background: #9cbc2c;
	border-radius: 5px;
	counter-reset: fieldsets;
	margin-left:5%;
	margin-bottom:5%;
	padding: 20px;
	width: 85%;
}
form#payment fieldset {
	border: none;
	margin-bottom: 10px;
}
form#payment legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #c0d576;
	text-align:left;
}
form#payment > fieldset > legend:before {
	content: "Step " counter(fieldsets) ": ";
	counter-increment: fieldsets;
}
form#payment ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#payment ol ol li {
	background: none;
	border: none;
	float: left;
}
form#payment label {
	float: left;
	font-size: 13px;
	width: 40%;
	text-align:left;
}
form#payment input:not([type=radio]),
form#payment textarea, form#payment select {
	background: #ffffff;
	border: none;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 50%;
}
form#payment input:not([type=submit]):focus,
form#payment textarea:focus {
	background: #eaeaea;
}
form#payment #submit_form {
	background: #384313;
	border: none;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-top:3%;
	padding: 7px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	float:right;
}
form#payment #submit_form:hover {
	background: #1e2506;
	cursor: pointer;
}
form .required, span.required {
	color:red !important;
	float:none !important;
	font-weight:700;
}
.form_description {
	border-bottom:1px dotted #ccc;
	width:100%;
	clear:both;
	display:inline-block;
	margin:1em 0 1em;
	text-align:center;
}
.form_description[class] {
	display:block;
}
.form_description h2 {
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}
.form_description p {
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}
/**** Errors ****/
#error_message {
	padding: 5px;
	width: 85%;
	margin: 1% 0 0 0;
	color: #c00;
	background: #FFDFDF;
	font: bold 16px  verdana;
	border:1px dotted #384313;
	text-shadow: 0 1px 1px #c0d576;
	text-align:center;
}
form#payment ol li.error-message {
	background: #FFDFDF;
	background: rgba(255,0,255,.3);
	font: bold 10px  verdana;
	color: #c00;
}
form#payment ol li.error-message label {
	padding: 5px;
	color: #c00;
	font: bold 13px  verdana;
}
/**** Success ****/
#success_message {
	padding: 10px;
	width: 87.5%;
	margin: 1% 0 0 5%;
	color: #384313;
	background: #9cbc2c;
	font: bold 16px  verdana;
	border:1px dotted #384313;
	text-shadow: 0 1px 1px #c0d576;
	text-align:center;
}
#success_message h2 {
	margin: 0 0 1% 0;
}
/****** WARP SHADOW ******/
.WarpShadow {
    position: relative;
	box-shadow: 0 14px 10px -12px rgba(0,0,0,0.7);
}
.WarpShadow:before, .WarpShadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.7);	
}
.WarpShadow:before {
	  right: 10px;
	  transform: rotate(4deg) skew(4deg);	  			  
}
/**  'smallBox' class for boxes with width between 150px - 350px  **/
.smallBox.WarpShadow:before {
	  transform: rotate(8deg) skew(4deg);	  			  
}
.WarpShadow:after {
	  left: 10px;
	  transform: rotate(-4deg) skew(-4deg);
}
.smallBox.WarpShadow:after {
	  transform: rotate(-8deg) skew(-4deg);
}
/*** SHADOW PROJECTION LENGTH ***/
.WSmall:before, .WSmall:after {
	width: 150px;
}
.smallBox.WSmall:before, .smallBox.WSmall:after {
	width: 30px;
}
.WMedium:before, .WMedium:after {
	width: 250px;
}
.smallBox.WMedium:before, .smallBox.WMedium:after {
	width: 80px;
}
.WLarge:before, .WLarge:after {
	width: 350px;
}
.smallBox.WLarge:before, .smallBox.WLarge:after {
	width: 130px;
}
/*** SHADOW INTENSITY ***/
.WLight:before, .WLight:after {
	height: 5px;
}
.WNormal:before, .WNormal:after {
	height: 10px;
}
.WDark:before, .WDark:after {
	height: 15px;
}