/* 
All text needs to be bigger for the guide
*/
body {
  font-size: 13px;
}

h2 {
  font-size: 1.2em;
  color: #004D91;
}

/*
Form Helpers
*/
.alt {
  background-color: #ebebeb;
}
.label {
  text-align: right;
}
#guide_form {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
#inputs {
  border: 1px solid #ccc;
  width: 797px;
  padding: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
#selected_ads_container {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: whitesmoke;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
#selected_ads_container {
  padding: 10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
#selected_ads_container h2 { margin-top: 0; }
#selected_ads_container ul { padding-left: 20px; }
#selected_ads_container ul li { line-height: 18px; }
#selected_ads_container p { text-align: center; }

ol#instructions { 
  margin: 0 10px 20px 10px;
  padding: 0 0 20px 0;
  height: 40px;
  border-bottom: 1px solid #ccc;
}
ol#instructions li { 
  display: inline-block; 
  list-style: none; 
  height: 40px; 
  padding-left: 60px;
  padding-top: 5px;
  font-size: 1.1em; 
  background: url(../images/numbers.gif) no-repeat 0 0; 
  overflow: hidden;
  line-height: 1.1em;
  width: 350px;
}
ol#instructions li.one { background-position: 0 0; }
ol#instructions li.two { background-position: 0 -45px; }
ol#instructions li.three { background-position: 0 -90px; }

/* 
Thanks page 
*/
#thanks { 
  margin: 20px 100px;
  padding: 10px; 
  text-align: left;
}
#thanks p {
  margin: 5px 0px;
  font-size: 120%;
}
#thanks p.notice {
  margin-bottom: 20px; 
  font-size: 140%; 
  font-weight: bold; 
  color: #004d91;
}

/* Checkboxes */

.checklist {
  text-align: center;
	list-style: none;
	margin: 20px 10px;
	padding: 0;
}

.checklist li {
	background: url(../images/checkboxbg.gif) no-repeat 0 0;
	width: 105px;
	height: 150px;
	position: relative;
	font: normal 11px/1.3 "Lucida Grande","Lucida","Arial",Sans-serif;
	overflow: hidden;
	padding-bottom: 30px;
}

.checklist li.selected {
	background-position: -105px 0;
}

.checklist li.selected .checkbox-select {
	display: none;
}

.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 118px;
	left: 10px;
	width: 85px;
	height: 23px;
	background: url(../images/select.gif) no-repeat 0 0;
/*  text-indent: -9999px;*/
}

.checklist li input {
	display: none;	
}

a.checkbox-deselect {
	display: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 120px;
	right: 10px;
}

.checklist li.selected a.checkbox-deselect {
	display: block;
}

.checklist li label {
	display: block;
	text-align: center;
	padding: 8px;
}

#buttons {
  text-align: center;
}

#buttons .sendit {
	width: 115px;
	height: 34px;
	border: 0;
	cursor: pointer;
	background: url(../images/sendit.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 20px 0;
}

.scroll_down {
  background: url(../images/arrow_down.png) no-repeat 0 20px;
  padding: 20px 0 0 20px;
  font-size: 0.9em;
  text-align: left;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.loading-panel {
  width: 450px;
  margin: 70px auto;
  border: 2px solid #999;
  padding: 15px;
  background-color: #ebebeb;
  text-align: center;
}