
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	background: url('/images/common/cream_background.jpg');
}

img { border: 0px; }

a { 
  text-decoration: none;
  outline: 0px;
  color: #993333;
}
a:hover { 
  color: #000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

table.store, table.customer {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #993333;
}
table.store td, table.customer td {
	vertical-align: top;
}

table.store {
  margin: 0 auto;
	width: 700px;
}

table.customer {
	margin: 0 auto;
	width: 700px;
}

input[type="text"], select, .cc {
  font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px; 
  border: 1px solid #993333 !important;
}

#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
	text-align: center;
}

#processing-order {
  display: none;
  position: fixed;
  z-index: 5000;
  width: 500px;
  top: 150px;
  left: 50%;
  text-align: center;
  margin-left: -250px;
  background: #993333;
  padding: 20px 20px 40px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  -moz-box-shadow: 0 0 12px #282828;
  -webkit-box-shadow: 0 0 12px #282828;
  box-shadow: 0 0 12px #282828;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#282828')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#282828');
}
#processing-order h2 {
  font-size: 22px;
  color: #fff;
}

.centertxt { text-align: center; }
