body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font: 14px/19px helvetica, arial, sans-serif;
	color: #3e6b97;
}

* {
	margin:0;
	padding:0;
}
#container {
   min-height:100%;
   position:relative;
   height: 100%;
}

#wrapper {
	margin: 0 auto auto auto;
	text-align: left;
	vertical-align: top;
	border: 0px solid red;
}	
#content-top {
	background-image: url(/img/background-top.png);
	background-repeat: no-repeat;
	border: solid orange 0px;
	margin: 15px 0 0 0;
	position: relative;
	width: 910px;
	height: 40px;
	padding: 0;
	clear: both;
}	
#content {
	background-image: url(/img/background-center.png);
	background-repeat: repeat-y;
	border: solid orange 0px;
	margin: 0;
	position: relative;
	width: 810px;
	padding: 0 50px;
	height: auto;
	min-height: 400px;
}	
#content-bottom {
	background-image: url(/img/background-bottom.png);
	background-repeat: no-repeat;
	border: solid orange 0px;
	margin: 0;
	position: relative;
	width: 910px;
	height: 47px;
}
#footer {
   background: url("/img/footer-bg.jpg") bottom repeat-x;
   position: relative;
   bottom: 0;
   width: auto;
   height: 29px;
   padding: 15px 25px 10px 25px;
   clear: both;
   margin-top: 35px;
   text-align: center;
   
}

input, .pulldown, select {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #999;
	padding: 3px;
	margin: 3px 7px;
}

input#Agree{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	padding: 0;
	margin: 0;
}

#LabelErrorString {
	font-weight: bold;
	padding: 4px;
	margin: 8px 0 8px 0;
	color: red;
	font-size: 14px;	
}

#LabelInstruct {
    font-size: 1.2em;
    font-weight: bold;
}


h2 {
	color: #000;
	font-size: 24px;
	letter-spacing: -1px;
}
h3 {
	color: #000;
	font-size: 18px;
	letter-spacing: -1px;
}

.cartl, .text {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

td.cartt {
	height: 32px;
}
#ProductPrice, #SalesTax, #CompleteTotal {
    margin-left: 6px;
}
#siteseal {
	display: inline;
	position: relative;
}
.total {
    border-top: 1px solid #999;
   }
   
.box {
    background: url("/img/box-bg.png") bottom repeat-x;
    padding: 15px;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline;
	position: relative;
	margin-top: 20px;
	
}
.space {
    margin: 12px;
   }
.noborder {
    border: none !important;
 }
#LabelDownloadUrl img {
    border: 0;
}

/* Activate Page */
productKeyBox#input, productList#input, requestCodeBox#input, {
padding-bottom:15px;
}