p { color: #434343; font-size: 1.2em; line-height: 1.35em; margin-bottom: 7px; }

h1 {
	font-family: "Interstate", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2,8;
	font-weight: normal;
	color: #370552;
	margin-bottom: 45px;
	text-align: center;
} 

/* page container */
#w {
	max-width: 970px;
	min-width: 500px;
	margin: 0 auto;
	padding: 16px 22px;
	background: #f4f4f4;
	position: relative;
	top: -60px;
}


/* signup form */
#signup {
	display: block;
}

#signup .row {
	margin-bottom: 1px;
	padding-bottom: 8px;
	padding-left: 110px;
}

#signup label { float: left; width: 150px; height: 1%; font-size: 1.2em; color: #787878; margin-top: 11px; }

#signup .formtext { 
  outline: none; 
  width: 50%;
  padding: 7px 10px; 
  font-size: 1.1em; 
  line-height: 1.35em;
  font-weight: bold; 
  color: #656565;
  font-family: Arial, Verdana, sans-serif;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; 
}
.hidden { display: none; }

#signup #submit {
	padding: 10px 24px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	background-color: #ff0000;
	background-image: -moz-linear-gradient(top, #ff0000, #e10e0e);
	background-image: -ms-linear-gradient(top, #ff0000, #e10e0e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#e10e0e));
	background-image: -webkit-linear-gradient(top, #ff0000, #e10e0e);
	background-image: -o-linear-gradient(top, #ff0000, #51a351);
	background-image: linear-gradient(top, #ff0000, #e10e0e);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-width: 1px;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#signup #submit:hover {
	background: #e10e0e;
}

#submitresults { display: inline; position: absolute; left: 110px; top: 5px; margin-left: 22px; }

#captcontainer { display: none; }

#resultscontainer {
	position: relative;
	padding-left: 260px;
}

.captchaimg { margin-left: 150px; }


form .row:before, form .row:after { content: ""; display: table; }
form .row:after { clear: both; }
/* IE 6/7 */
form .row { zoom: 1; }
