html,body{
	margin: 0;
	padding: 5px;
	height: 100%;
	background-color: #FEFBE0;
	color: #464646;
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	background-position: right;
}


.powered_by {
	height: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
input.error {
  border: 1px solid #FF7C7C;
}

.progress {
    text-align:center;
}
.progress-value {
    position:absolute;
    right:0;
    left:0;
}

/* Starbucks Theme */


.sb-font-h1 {
	font-size: 2.6em;
	font-family: Helvetica, Georgia, sans-serif;
	margin-top: 8px;
	margin-bottom: 7px;
	font-weight: normal;
	line-height: 1.1;
	color: #1CA347;
}

.sb-font-h2 {
	font-size: 1.6em;
	font-family: Helvetica, Georgia, sans-serif;
	margin-top: 8px;
	margin-bottom: 7px;
	font-weight: normal;
	line-height: 1.1;
	color: #1CA347;
}
.sb-font-h3 {
	font-size: 1.2em;
	font-family: Helvetica, Georgia, sans-serif;
	margin-top: 8px;
	margin-bottom: 7px;
	font-weight: normal;
	line-height: 1.1;
	color: #1CA347;
}
.sb-font-h4 {
	font-size: 1.0em;
	font-family: Helvetica, Georgia, sans-serif;
	margin-top: 8px;
	margin-bottom: 7px;
	font-weight: normal;
	line-height: 1.1;
	color: #1CA347;
}
.sb-text-p1 {
	font-size: 1.2em;
	font-family: Helvetica, Georgia, sans-serif;
	margin-top: 8px;
	margin-bottom: 7px;
	font-weight: normal;
	line-height: 1.1;
	color: #1CA347;
}

.space-5 {
	padding:25px;
}

select{
	-webkit-appearance: none;
	border-color: #38B349;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 66%;
	padding: 0 .9em;
	height: 30px;
	font-size: 1.16666667em;
	line-height: 1em;
	margin-top: 1px;
	color: #464646;
}
select.date{
	width: 80px;
}

.radioGroup{
	width: 100%;
}

.radioBtn{
	width: 20%;
	border-color: #20662A;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	text-align: center;
	margin-top: 5px;
	background-color: #197B30;
	color: #FEFBE0;
	line-height: 1em;
}

.radioBtn:hover{
	border: 1px solid #fff;
	cursor: pointer;
}

.radioBtn.hover, .radioBtn.checked, .radioBtn:focus {
	border: 1px solid #fff;
}

.radioBtn.checked {
	border-color: #38B349;
	border-width: 1px;
	border-style: solid;
	background: #FEFBE0;
	color: #197B30;
	font-weight: bold;
}

.logo {
	padding: 5px;
}

@media screen and (max-width: 480px) {
	html, body {
		margin-bottom: 0;
	}
}


