@charset "utf-8";

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

form.sign-up {
	position: relative;
	margin: 10px auto;
	width: 330px;
	padding: 33px 25px 29px;
	background: white;
	background-color: white;
	border-top: solid 8px rgba(19, 54, 146, 0.8);
	border-right: solid 1px #C4C4C4;
	border-bottom: solid 1px #C4C4C4;
	border-left: solid 1px #C4C4C4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;

}

.sign-up-title {
	margin: -25px -25px 25px;
	padding: 15px 25px;
	line-height: 35px;
	font-size: 26px;
	font-weight: 300;
	color: #aaa;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	background: #f7f7f7;
}

input {
  font-family: inherit;
  color: inherit;
}

.sign-up-input {
	width: 100%;
	height: 50px;
	margin-bottom: 25px;
	padding: 0 15px 2px;
	font-size: 17px;
	background: white;
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;

}
.sign-up-input:focus {
	border: solid 2px rgba(19, 54, 146, 0.8);
	outline: none;
}

.sign-up-button {
	position: relative;
	vertical-align: top;
	width: 100%;
	height: 54px;
	padding: 0;
	font-size: 22px;
	color: white;
	text-align: center;
	background-color: rgba(19, 54, 146, 0.8);
	border: solid 1px rgba(19, 54, 146, 0.8);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.about {
	margin-bottom: .10em;
	margin: 20px auto 40px;
	padding: 8px;
	width: 260px;
	font-family: PTSansBold, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
}
