body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.box_redeem {
	width: 376px;
	margin: 0px;
	padding-left: 10px;

}
#error {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #555;
	font-weight: 300;
	text-align: left;
	background-color: #FBE3E4;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	margin-bottom: 20px;
}
#success {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #555;
	font-weight: 300;
	text-align: left;
	background-color: #b2f0b8;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	margin-bottom: 20px;
}
.box_reset {
	width: 436px;
	margin: 0px;
}

#title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	padding-bottom: 20px;
}

#voucher {
	width: 340px;
	text-align: center;
	margin-bottom: 20px;
}

#redeem {
	width: 330px;
	text-align: center;
	margin-bottom: 20px;
}

#email { 
	width: 244px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}

#email2 { 
	width: 275px;
	height: 53px;
	font-size: 15px;
	float: left;
	margin-right: 10px;
}


#reset_btn {
	float: right;
	width: 127px;
	margin-top: 0px;
	padding-top: 13px;
	height: 53px;
}

#zip {
	width: 62px;
	margin-bottom: 20px;
}

#month {
	width: 115px;
	height: 54px;
	padding: 8px 10px;
	font-size: 13px;
	color: #34495e;
	margin-right: 10px;
	margin-bottom: 20px;
	float:left;
}

#day {
	width: 78px;
	height: 54px;
	padding: 8px 10px;
	font-size: 13px;
	color: #34495e;
	margin-right: 10px;
	margin-bottom: 20px;
	float:left;
}

#year {
	width: 86px;
	height: 54px;
	padding: 8px 10px;
	font-size: 13px;
	color: #34495e;
	margin-bottom: 20px;
	float:left;
}

#birthday {
	color: #333;
	line-height: 44px;
	font-size: 10px;
	float: left;
	text-transform:uppercase;
	padding: 5px 5px 5px 0px;
	font-weight: 900;
	margin-bottom: 20px;
}


.question {
	color: #333;
	line-height: 44px;
	font-size: 13px;
	text-transform:uppercase;
	padding: 0px 10px 0px 0px;
	font-weight: 900;
	text-align: center;
}

.question2 {
	color: #333;
	line-height: 44px;
	font-size: 13px;
	text-transform:uppercase;
	padding: 0px 0px 10px 5px;
	font-weight: 900;
	text-align: right;
	width: 305px;
	float: left;
}

#options {
	color: #09F;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: left;
	margin-top: 0px;
	font-size: 9px;
}

#options p {
	display: inline;
	font-size: 9px;
	color: #333;
}



#region, #state {
	width: 305px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	font-size:13px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #ccc;
	padding: 5px;
	color: #34495e;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	
}

#region:focus, #state:focus {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

b {
	color: #333;
	font-size: 12px;
	text-transform:uppercase;
	padding: 5px 5px 5px 0px;
	font-weight: 900;
	float: left;
}


#right:after, #right:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#right:after {
	border-color: rgba(34, 34, 34, 0);
	border-right-color: rgba(255, 255, 255, .7);
	border-width: 20px;
	margin-top: -120px;
}
#right:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: ;
	border-width: 36px;
	margin-top: -36px;
}

.ui-slider {
    width: 94% !important;
}