/* line 17, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Program Files (x86)/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 40, ../src/styles/layout.scss */
body {
  font-family: tahoma;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
}
/* line 46, ../src/styles/layout.scss */
h1 {
  color: #0077ff;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: verdana;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: verdana;
}
h2 a {
	color:#FF7400;
	text-decoration: none;
}
/* line 52, ../src/styles/layout.scss */
h3{
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ff0000;
}
/* line 58, ../src/styles/layout.scss */
p {
  font-size: 12px;
  margin-bottom: 5px;
  clear: both;
}
/* line 61, ../src/styles/layout.scss */

.download {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 210px;
	margin: 10px auto 30px auto;
	background: #333;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.download img {
	margin: 20px 20px 6px 20px;
}
.button {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: #FF7400;
	font-size: 24px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	padding: 15px 0px;
	margin: 10px 0px 20px 0px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
}

/* line 73, ../src/styles/layout.scss */
.download:hover .button,
.button:hover {
  background: #0077ff;
}

.button.blue {
	background: #0077ff;
}
.button.blue:hover {
	background: #FF7400;
}

#content {
	max-width: 450px;
	margin: 0 auto 70px auto;
}

.error,
.warning {
	color: #ff0000;
}

form  {
	text-align: center;
	padding: 25px 0;
}

.gadgetwraps {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.gadgetwraps a {
	display: block;
	width: 320px;
	height: 59px;
	margin: 0 auto;
}
