.contactForm form {
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;

}
.formChecks {
	margin-bottom: 20px;
}

.contactForm form .checkbox {
	font-size: 0.8em;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
}



.contactForm form .checkbox a {
	text-decoration: underline;
}

.contactForm form .checkbox a:hover {
	text-decoration: none;
}




.contactForm form .form-group {
	position: relative;
	margin-bottom: 20px;
}
.contactForm form .form-group .form-control {
	height: 50px;
	padding-left: 8px;
	padding-top: 23px;
	font-size: 1em;
	border-color: #e5e5e5;
/*	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px 0px transparent;*/
	font-family:'Roboto Condensed', Arial, sans-serif;
}
.contactForm form .form-group .form-control:focus {
	border-color: #cbe1ee;
	background-color: #f4fbff;
}


.contactForm form .form-group label {
	position: absolute;
	font-size: 0.8em;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-weight: normal;
	color: #262626;
	left: 8px;
	top: 5px;
}
.contactForm .captchaWrap {
	height: 50px;
}

.contactForm .captchaWrap .img-responsive {
	height: 30px;
	margin-top: 10px;
	display: inline-block;
	float: left;

}
.contactForm .captchaWrap .glyphicon.glyphicon-refresh {
	display: inline-block;
	font-size: 1.5em;
	float: left;
	margin-top: 11px;
	margin-left: 16px;

}
.contactForm .btn {
	width: 100%;
}

.fillIt {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,104,59,1.00);
	box-shadow: 0px 0px 0px 1px rgba(255,104,59,1.00);

}
.simpleCart_decrement, .simpleCart_increment, .simpleCart_remove {
  padding: 2px 3px;
  font-size: 8px;

}
.box {
  border: 5px solid #fdf4f1;
  border-radius: 5px;
  padding: 30px;
  margin: 30px;
}
.summary .fullName {
  font-size: 16px;
  font-weight: bold;
   
}

.summary .total {
  font-size: 25px;
  font-weight: bold;


}
#note {
  min-height: 100px;
  margin-top: 20px;
}