

#bannerV {
	height: 400px;
	width: 180px;
	background-color: #333;/*#333*/
	border-radius: 15px;
	position: relative;
	opacity: 0;
	font: 0.9em Verdana, Helvetica, sans-serif;
	color: white;
	overflow: hidden;
}
#quoteV {
	font: 1.2em verdana, Helvetica, sans-serif;
	font-style: bold;
	color: #ccc;
	float: left;
	letter-spacing: 0.08em;
	margin: 25px 0 0 10px;
}

#bouncyGreenV { 
font: 2.4em Geogia, Times, serif;
float: left;
color: #0f0; 
margin: 7px 0 0 8px;
padding: 0; }

#simonV {
	position: absolute;
	left: 20px;
	top: -10px;
	margin: 0px;
	padding: 0px;
	z-index: 6;
	transform: scale (0.8,0.8);
}

h1#callUsV {
	font-family: Georgia, times, serif;
	font-size: 1.1em;
	color: #0f0;
	position: absolute;
	left: 5px;
	top: 130px;
	margin: 0px;
	padding: 0px;
	z-index: 8;
}

h2#phoneNumberV {
	font-family: Georgia, times, serif;
	font-size: 1.0em;
	letter-spacing: 3px;
	color: #fff;
	position: absolute;
	left: 7px;
	top: 155px;
	margin: 0px;
	padding: 0px;
	z-index: 7;

}

#trapazoid2V{
	background-color: #333;/*#333*/
	position: absolute;
	left: 0px;
	top:40px;
	height: 155px;
	width: 180px;
	margin: 0;
	padding: 0;
	-moz-transform: skew(0deg, 15deg);
	-webkit-transform: skew(0deg, 15deg);
	-ms-transform: skew(0deg, 15deg);
	transform: skew(0deg,15deg);
	opacity: 1.0;
	z-index: 5;
}

#potatoV {
	height: 220px;
	width: 180px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position:absolute;
	left:0px;
	top: 2px;
	-ms-transform: scale(1.0,0.3);
	-webkit-transform: scale(1.0,0.3);
	transform: scale(1.0,0.3);
	z-index: 2;
}

#pitchWrapperV {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

h1#theDateV {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 2em;
	color: #333;
	position: absolute;
	left: 5px;
	top: 50px;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#descriptionV {
	position:absolute;
	left: 5px;
	top: 130px;
	margin: 0;
	padding: 0;
	color:#9E5111;
	width: 200px;
	z-index: 4;
}

#bannerV a#signUpV {
	display:block;
	position:absolute;
	top:285px;
	right:20px;
	color: rgb(230, 230, 230);
	font-size: 1.2em;
	text-decoration: none;
	padding: 8px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 19.864864864864863px;
	-moz-border-radius: 19.864864864864863px;
	border-radius: 19.864864864864863px;
	background: rgb(176, 1, 42);
	background: -moz-linear-gradient(90deg, rgb(176, 1, 42) 30%, rgb(250, 20, 0) 70%);
	background: -webkit-linear-gradient(90deg, rgb(176, 1, 42) 30%, rgb(250, 20, 0) 70%);
	background: -o-linear-gradient(90deg, rgb(176, 1, 42) 30%, rgb(250, 20, 0) 70%);
	background: -ms-linear-gradient(90deg, rgb(176, 1, 42) 30%, rgb(250, 20, 0) 70%);
	background: linear-gradient(0deg, rgb(176, 1, 42) 30%, rgb(250, 20, 0) 70%);
	-webkit-box-shadow: 5px 8px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 8px 7px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 8px 7px rgba(50, 50, 50, 0.75);
   -ms-transform: scale(0.3,0.3); /* IE 9 */
   -webkit-transform: scale(0.3,0.3); /* Safari */
   transform: scale(0.3,0.3); /* Standard syntax */
/*http://css3gen.com/button-generator/*/
	opacity:0;
	z-index: 10;

}


