/* layout */
.right { float: right; }
.left { float: left; }
.center { margin-right: auto; margin-left: auto; }
.clear { clear: both; }
.block { display: block; }

/* decoration */
.font-12px { font-size: 12px; }
.billings-blue { color: rgb(63, 147, 244); }
.billingspro-teal { color: rgb(42, 163, 172); }
.daylite-orange { color: rgb(252, 121, 24); }
.bold { font-weight: 800; }

body {
    border: 0px;
    margin: 0px;
    min-width: 1008px;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.content_wrapper {
    width: 100%;
    height: auto;
}
.main {
    width: 960px;
    margin: auto;
}

.hiddenpic {
	visibility: hidden;
	height:		0px;
	width: 		0px;
	margin: 	0px;
	padding: 	0px;
	border: 	0px;
}

div.simplevideo_wrapper {
	text-align: center;
	position: absolute;
	z-index: 9001;
	width: 100%;
	display: none;
	top: 0;
}

div.simplevideo_wrapper img.close {
	position: relative;
	vertical-align: top;
	margin-right: -30px;
	margin-top: -18px;
	display: none;
	padding: 8px;
	display: none;
}

video.simplevideo {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: #555 0px 0px 15px;
	display: none;
}
