@charset "UTF-8";
table {
	  border-style: none;
	  border-spacing: 0px;
	  padding: 0px;
}
input.quantities, input.postal, input.lightblue {
	background-color: lightblue;
}
div.logo {
    position: absolute;
	top: 0px;
	left: 0px;
    z-index: -1;
}
div.subscribe {
	  position: relative;
	  top: 250px;
	  width: 165px;
	  background-color: white;
	  border-color: #3385FF;
	  border-width: 3px;
	  border-style: solid;
	  padding: 2px;
	  z-index: 2;
}
div.inboxy {
	  display: inline-block;
	  x-width: 33%;
}
div.orderboxy {
	display: inline-block;
	vertical-align: bottom;
	padding: 2px;
}
div.order {
	padding: 5px;
}
div.amazon {
	border: 2px dashed blue;
	text-align: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	background-color: lightblue;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.amazon {
	color: black;
}
.nospaces {
	margin: 0px;
	padding: 0px;
	display: block;
}
#ordertab, #shiptab {
	border-collapse: collapse;
}
#ordertab th, #shiptab th {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #3385FF;
	color: #ffffff;
}
#ordertab td, #ordertab th, #shiptab td, #shiptab th {
	font-size: 1em;
	border: 1px solid #3385FF;
	padding: 3px 7px 2px 7px;
}
div.stepcap {
	color : black;
	background-color : transparent;
	border-style : double;
	border-color : #E80E00;
	font-family : sans-serif;
	font-size : large;
	font-weight : bold;
	padding: 2px;
	text-align: center;
}
p.steptext {
	text-align: center;
}
.error {
	border: 1px dashed #E80E00;
	padding: 2px;
	color: red;
	margin-bottom: 4px;
}
