
body {
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.25;
}

a { 
	color:#333; text-decoration:none;
}
a:hover { 
	color:#1279ac; text-decoration: underline; 
}

.next {
	display:block; 
	position:absolute;
	top:90px;
	left:885px;
	height:50px;
	width:50px;
	border: 1px solid red;
	z-index:4;
}

#walmart { 
		position: absolute; 
		top: 772px; 
		left: 375px; 
		width: 95px; 
		height: 30px; 
		background-color: transparent; 
		/*border: 1px solid #1279ac; */		
}

#walmart:hover { 
		border: 1px solid #1279ac; 	
}

#walgreens { 
		position: absolute; 
		top: 772px; 
		left: 480px; 
		width: 100px; 
		height: 30px; 
		background-color: transparent; 
		/*border: 1px solid #1279ac; */		
}

#walgreens:hover { 
		border: 1px solid #1279ac; 	
}

#meijer { 
		position: absolute; 
		top: 772px; 
		left: 582px; 
		width: 74px; 
		height: 30px; 
		background-color: transparent; 
		/*border: 1px solid #1279ac; */		
}

#meijer:hover { 
		border: 1px solid #1279ac; 	
}

#duane { 
		position: absolute; 
		top: 772px; 
		left: 655px; 
		width: 105px; 
		height: 30px; 
		background-color: transparent; 
		/*border: 1px solid #1279ac; */		
}

#duane:hover { 
		border: 1px solid #1279ac; 	
}

#cards { 
		position: absolute; 
		top: 810px; 
		left: 389px; 
		width: 310px; 
		height: 30px; 
		background-color: transparent; 
		color:#1279ac;
		/*border: 1px solid #1279ac; */		
}

.options {
	display:block; 
	position:absolute;
	top:208px;
	left:605px;
	/*border: 1px solid red;*/
	z-index:4;
}

.options3 {
	display:block; 
	position:absolute;
	top:208px;
	left:605px;
	/*border: 1px solid red;*/
	z-index:4;
}

.options4 {
	display:block; 
	position:absolute;
	top:208px;
	left:605px;
	/*border: 1px solid red;*/
	z-index:4;
}


.input {
	display:block; 
	position:absolute;
	top:208px;
	left:605px;
	height:50px;
	width:50px;
	/*border: 1px solid red;*/
	z-index:5;
}

.next:hover {
	border: 1px solid #CCC
}


