.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color : Black;

}

.container {
	position:absolute;
	left: 0px;
	top: 0px;
	width : 980px;
	height: 100%;
	background-color: black;
	padding: 0px 0px;
}

.contentArea {
	position:relative;
	top: 0px;
	left: 0px;
	background-color: black;
	text-align: center;
	font-family: Arial;
	
}

.assistance {
	position:absolute;
	top: 120px;
	left: 380px;
	font-family: Arial;
	font-size:18px;
	color: #CCCCCC;
	z-index:102;
}

.assistanceDrop {
	position:absolute;
	top: 122px;
	left: 401px;
	font-family: Arial;
	font-size:18px;
	color: white;
	z-index:101;
}

.footer {
	position:relative;
	text-align:center;
	font-family:arial;
	font-size:11px;
	color:white;
	background-color:black;
}

.stickerSample {
	position:absolute;
	top:90px;
	left:340px;
}

.stickerPrice {
	position:absolute;
	top:90px;
	left:790px;
	font-family: Arial;
	font-size: 11px;
	z-index:100;
}

.stickerSize {
	position:absolute;
	top:90px;
	left:670px;
	font-family: Arial;
	font-size: 13px;
	color:white;
	z-index:100;
}

.stickerQty {
	position:absolute;
	top:110px;
	left:670px;
	font-family: Arial;
	font-size: 13px;
	color:white;
	z-index:100;
}
.textWhite {
	color: White;
	font-size:14px;
}

.textYellow {
	font-family: Arial;
	color: Yellow;
	font-size:14px;
}

.textRed {
	color: Red;
	font-size:14px;
}

.CheckoutHeader {
	position: absolute;
	top: 210px;
	left:320px;

	font-size:20px;
	color:yellow;
}

.CheckoutHeader2 {
	position: absolute;
	top: 210px;
	left:320px;
	width: 100%;
	font-size:20px;
	color:green;
}


.formTag {
	font-size: 12px;
	color: #EDEDED;
	text-align: right;
	background-color: #545454;
}

.formData {
	font-size:12px;
	color: white;
	text-align: left;
}

.sReturnButton { 
	color:red;
}

#formInput {
	border : 0;
}

.checkoutError {
	color:red;
	font-size:12px;
}

.BeenHereBefore {
	position: absolute;
	left: 740px;
	top: 520px;
	color: white;
	font-size: 18px;
}

.SelectQty {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; border: #000000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
	
}