* {
	margin: 0;
	padding: 0;	
}
html, body {
	color: #1e73e9;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
img {
	border: none;
}
#ad {
	border: 1px solid #000;
	height: 248px;
	position: relative;
	width: 298px;
}
#swiffycontainer {
	z-index: 50;
}
#cta {
	bottom: 0;
	padding: 10px;
	position: absolute;
	width: 280px;
	z-index: 100;
}
#bg {
	background: #fff;
	bottom: 0;
	height: 65px;
	opacity: .7;
	position: absolute;
	width: 100%;	
}
#ZipCode:focus, .button:focus {
    outline: 0;
}
#ZipCode {
	border: 1px solid #ACACAC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ACACAC;
	display: inline-block;
	font-size: 1em;
	font-weight: 100;
	height:	100%;
	line-height: normal;
	margin: 0 5px 0 0;
	padding: 0 .8em;
	text-align: center;
	width: 100px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-family: "Open Sans",Arial,Verdana,sans-serif;
}
.button {
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	display: inline-block;
	font-family: Raleway,Arial,Verdana,sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	height: 100%;
	line-height: 1;
	position: relative;
	padding: 0 1.9em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-webkit-appearance: none;
	border-radius: 4px;
	/*-webkit-transition: background .5s,color .5s;
	-moz-transition: background .5s,color .5s;
	-ms-transition: background .5s,color .5s;
	transition: background .5s,color .5s;*/
	background: #0062cf;
	/*background: -webkit-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: -moz-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: linear-gradient(to bottom,#2aa5fc 0%,#0062cf 100%);
	background-size: auto 200%*/
}
.button:hover {
	/*background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s*/
}
#cta #ZipCode, #cta .button {
	height:	45px;
}