
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position:absolute;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div{
	font-family: segoe UI, arial;
	color:white;
}
#vm_container{
position:absolute;
	display:block;
	margin:0px;
	padding:0px;
	height:296px;
	width:310px;
	z-index:0;
	background-color: #FFF;
	cursor:pointer;
}

.bgImage{
position:absolute;
top:0px;
height:165px;
width: 100%;
z-index:0;
left: 0px;
}

#copy{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	width: 265px;
	top: 180px;
	color: #515151;
	position: absolute;
	left: 15px;
	font-weight: bold;
	line-height: 20px;
}
.ctacopy p{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	max-width: 237px;

	color: #fff;
	position: absolute;
	background: rgb(174,208,17);

	text-align: center;
	padding: 3% 6%;
	z-index:3;	cursor:pointer;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

#btn1{
	position:absolute;
	display:block;
	
	height:30px;
	z-index:2;
	top:250px;
	left:15px;
width: inherit;

  
}
#btn1:before{
width: 100%;
}

.ctacopy p:hover{


	background: rgb(192,230,20);
}

#recommend{
	position:absolute;
	display:block;
	height:21px;
	width: inherit;
	max-width: 280px;
	z-index:1;
	top:7px;
	left:5px;
	
}

#recommend p{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #fff;
	position: absolute;
	left: 5px;

	text-transform: uppercase;
	text-align: center;
	z-index:2;
	background: rgb(174,208,17);
	padding: 7px 3%;
	 -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;

}
