body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	font-family:  "Franklin Gothic Book",Arial,Helvetica,sans-serif;;
	font-size: 18px;
	color: #52524C;
	text-align: center;
	background-color: #E9EED7;
}
body#teammate {
	background-color:#8ba52d;
}
#testSite {
	margin:0px auto;
	padding:0px 5px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#ffff00;
	z-index:999999;
	position:fixed;
	top:0px;
	text-transform:uppercase;
}
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width: 960px;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid Gray;
}
#teammate #wrapper {
	background-color:rgba(255,255,255,.8);
	text-align:center;
	padding:20px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-bottom: 1px solid Gray;
	overflow:hidden;
}
#teammate #header {
	border:0px;
	padding:20px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background-color:#fff;
}
#teammate #container {
	background-color:transparent;
}
a {
	color:#c3462e;
}
.hideThis {
	float:right;
}
h1 {
	font-family:Times New Roman, serif;
	color:#88a328;
	font-size:26px;
	font-weight:normal;
	margin:0px;
}
#teammate h1 {
	font-family:inherit;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	margin-top:15px;
}
#left {
	margin: 0px;
	padding: 20px 20px 10px 30px;
	width: 430px;
	height: auto;
	float: right;
}
#form_left {
	margin: 0px;
	padding: 20px 30px;
	height: auto;
	background-color: #E9EED7;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-sizing:border-box;
	text-align:center;
}
#example_left {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	width: 389px;
	height: auto;
	background-color: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size:11px;
	position:absolute;
	display:none;
	box-shadow:0px 0px 10px #000;
	text-align:left;
	box-sizing:border-box;
}
#thankyou {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	width: 100%;
	max-width:400px;
	height: auto;
	background-color: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size:11px;
	position:absolute;
	box-shadow:0px 0px 10px #000;
	text-align:center;
	display:none;
	box-sizing:border-box;
}
#right {
	margin: 0px;
	padding: 20px 20px 10px 30px;
	width: 429px;
	height: auto;
	float: right;
	border-left: 1px solid Gray;
}
#form_right {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 428px;
	height: auto;
	background-color: #D7DFF0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}
.form_right {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	width: 408px;
	height: auto;
	background-color: #D7DFF0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}
.title {
	text-align:left;
	font-weight:bold;
	color:#8ba52d;
	margin-bottom:5px;
}
#referForm {
	max-width:429px;
	margin:0px auto;
}
#example_right {
	margin: 0px;
	padding: 20px 10px;
	width: 389px;
	height: auto;
	background-color: #E1E8F4;
}
.clearer {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
}
#footer {
	margin: 0px;
	padding: 10px 20px 10px 30px;
	width: auto;
	height: auto;
	text-align: center;
	font-size:75%;
}
.sml {
	font-size:3px;
}
.red {
	color: #d20000;
}
.formLabel {
	float: left;
	width: 180px;
	text-align: right;
	padding: 0px 2px 0px 0px;
	margin: 2px 0px;
	font-weight: bold;
}
.input[type="text"], .input[type="email"], textarea, select {	
	border: 1px solid #666633;
	font-family: inherit;
	font-size:inherit;
	padding: 5px;
	margin: 2px 0px;
	background-color:#fff;
	box-sizing:border-box;
	width:100%;
  	text-align:center;
	text-align-last:center; 
}
textarea {
  	text-align:left;
}
::-webkit-input-placeholder { 
  color: #777;
}::-moz-placeholder { 
  color: #777;
}:-ms-input-placeholder { 
  color: #777;
}:-moz-placeholder { 
  color: #777;
}
.add-notes {
	display:none;
	background-color:#ffffcc;
}
.numeric, .datepicker {
	padding: 5px;
	border: 1px solid #666633;
	text-align:center;
	font-family: inherit;
	font-size:inherit;
}
.numeric {
	width: 50px;
}
.datepicker {
	width: 110px;
}
.radio-select {
	display:inline;
}
.option {
    display: inline;
    cursor: pointer;
	padding:5px;
	border:1px solid #666633;
	background-color:#efefef;
	font-size:14px;
}
.option.selected {
    background-color: #8ba52d;
    color: #fff;
}
.appt-date {
	text-align:left;
}
.ba-photos-div {
	width:230px;
	height:185px;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-right:10px;
}
.ba-photos {
	height:160px;
	border:0px;
}

#opaque {
	display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #333;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.cfDiv {
	display:none;
	position: absolute;
	margin: 0px auto 0px auto;
	z-index: 10000;
	text-align: left;
	background-color:#fff;	
	padding:20px;
	overflow:auto;
	-moz-box-shadow: 0px 0px 30px #666;
	-webkit-box-shadow: 0px 0px 30px #666;
	box-shadow: 0px 0px 30px #666;
	/*FILTER: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=130, Color='#666');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=130, Color='#666')"*/
	box-sizing:border-box;
}
hr { 
	height: 1px;
    background: #ccc;
    width: 100%;
    font-size: 1px;
	margin:20px 0px 30px 0px;
	clear:both;
}
h2 {
	font-size:24px;
	color:#8ba52d;
	margin:0px 0px 20px 0px;
	padding:0px;
    text-transform: uppercase;
}
h3 {
	font-size:22px;
	color:#8ba52d;
	margin:0px 0px 20px 0px;
	padding:0px;
    text-transform: uppercase;
}
h4 {
	font-size:20px;
	color:#8ba52d;
	margin:0px 0px 0px 0px;
	padding:0px;
    text-transform: uppercase;
}
#referralImage {	
	background-color:#88a328;
	position:relative;
	overflow:hidden;
	padding-bottom:8px;
}
#referralImage .image {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:5px;
	text-align:center;
}
#referralImage .image img {
	border:1px solid #fff;	
}
#referralImage #winnerBar {
	width:100%;
	padding:5px;
	background-color:#e9eed7;
	box-sizing:border-box;
	display:block;
	clear:both;
	overflow:hidden;
}
#referralImage #winnerBar .winner {
	float:left;
	width:50%;
	text-align:center;
	color:#526708;
	font-size:12px;
}
#odds {
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-71px;
}
hr {
	border:0px;
	height:1px;
	background-color:#666;
}
.addFriend {
	text-decoration:none;
	padding:5px 15px;
	background-color:#fff;
	border:1px solid #a4b648;
	border-radius:5px;
	color:#8fa13e
}
.remove, .error {
	text-decoration:none;
	padding:5px 15px;
	background-color:#fff;
	border:1px solid #c3462e;
	border-radius:5px;
	color:#c36363;
	text-align:center;
}
.error {
	margin:20px;
}
/*MOBILE*/
@media(max-width:960px) {	
	#left, #right, #form_left, #example_left {
		float:none;
		width:100%;
		box-sizing:border-box;
		border:0px;
		padding-left:10px;
		padding-right:10px;
	}
	h1 {
		text-align:center;
	}
}
@media(max-width:450px) {
	.appt-time {
	display:block;
	margin-top:10px;
	}
}
@media(max-width:420px) {
	.formLabel {
		float:none;
		text-align:left;
		display:block;
		width:100%;
	}
	input[type="text"], textarea {
		border-radius:0px;
	}
	#odds {
		bottom:auto;
		top:0px;
	}
	#header img {
		margin-left:-20px;
	}
}	
@media(max-width:350px) {
	.g-recaptcha {
		transform:scale(0.90);
		-webkit-transform:scale(0.90);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}