@charset "UTF-8";
/* CSS Document */
body, html {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #fff;
	text-shadow: 0 1px 2px #13578b;
	-moz-text-shadow: 0 1px 2px #13578b;
	-webkit-text-shadow: 0 1px 2px #13578b;
	background: #13a1c8 url(http://boxmisc.s3.amazonaws.com/getboxsync/bg.png) repeat-x top;
}

#container {
	background:  url(http://boxmisc.s3.amazonaws.com/getboxsync/flare.png) center top no-repeat;
}
#header, #body, #footer {
	width: 620px;
	margin: 0 auto;
}
#header {
	padding: 30px 0;
}
#body {
	margin-bottom: 50px;
}
#footer {
	padding: 10px 60px;
	border-top: 1px solid #42b4d3;
}

a, a:link, a:visited {
	color: #a1cedb;
	text-decoration: none;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.cl:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .cl { zoom: 1; }
*:first-child+html .cl { zoom: 1; }

h1 {
	font-size: 24px;
	font-weight: bold;	
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	font-weight: bold;	
	color: #a1cedb;
	text-align: center;
	margin-bottom: 15px;
}
p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.fancy {
	font-family: georgia, times, "Times New Roman", serif;
	font-style: italic;
}

.logo {
	height: 157px;
	width: 462px;
	margin: 0 auto;
	background: url(http://boxmisc.s3.amazonaws.com/getboxsync/logo.png);
}

.sprite {
	display: inline-block;
	background: url(http://boxmisc.s3.amazonaws.com/getboxsync/sprites.png) no-repeat;
}
.sprite-win {
	height: 20px;
	width: 22px;
	margin-right: 2px;
	background-position: 0 -107px;
	vertical-align: middle;
}
.sprite-mac {
	height: 20px;
	width: 22px;
	margin-right: 2px;
	background-position: -24px -107px;
	vertical-align: middle;
}
.sprite-button {
	height: 51px;
	width: 214px;
	font-size: 24px;
	font-weight: bold;
	color: #1a74ba;
	border: 0;
	cursor: pointer;
}
	.sprite-button:hover {
		background-position: 0 -52px;
	}
	.sprite-button:active {
		position: relative;
		top: 2px;
	}
.sprite-facebook {
	height: 16px;
	width: 16px;
	margin: 0 5px 0 10px;
	background-position: -48px -107px;
	vertical-align: bottom;
}
.sprite-twitter {
	height: 16px;
	width: 18px;
	background-position: -69px -107px;
	vertical-align: bottom;
}

#canvas {
	position: absolute;
	top: 245px;
	left: 0;
	z-index: 10;
}
#nocanvas {
	height: 237px;
	width: 1158px;
	position: absolute;
	top: 245px;
	left: 50%;
	margin-left: -579px;
	z-index: 10;
	background: url(http://boxmisc.s3.amazonaws.com/getboxsync/nocanvas.png) no-repeat;
}

.video {
	height: 360px;
	position: relative;
	z-index: 20;
	margin-bottom: 15px;
}

input.text {
	color: #acb7ba;
	margin-bottom: 10px;
	padding: 10px 8px;
	background: #e0f0f4;
	border: 1px solid #0f6c88;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 5px #0f6c88;
	-moz-box-shadow: 0 0 5px #0f6c88;
	-webkit-box-shadow: 0 0 5px #0f6c88;
	outline: none;
}
	input.text:hover, input.text:focus {
		color: #333;
	}
	input.text:focus {
		-moz-animation-name: shadow;
		-moz-animation-timing-function: linear;
		-moz-animation-direction: alternate;
		-moz-animation-iteration-count: infinite;
		-moz-animation-duration: 1s;
		-webkit-animation-name: shadow;
		-webkit-animation-timing-function: linear;
		-webkit-animation-direction: alternate;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-duration: 1s;
	}
	@-moz-keyframes shadow {
		100%{ 
			box-shadow: 0 0 6px #000;
			-moz-boxshadow: 0 0 6px #000;
		}
	}
	@-webkit-keyframes shadow {
		100%{ 
			box-shadow: 0 0 6px #000;
			-webkit-boxshadow: 0 0 6px #000;
		}
	}
input.text-small {
	width: 287px;
}
input.text-large {
	width: 602px;
}
input.submit {
	display: block;
	margin: 10px auto;
	outline: none;
}
label.error {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: -5px 0 10px 0;
}
#thankyou {
	display: none;
}

#footer .fl {
	font-size: 14px;
	padding-bottom: 20px;
}
#footer .fr {
	font-size: 12px;
	padding-bottom: 20px;
}
