input[type=button], button {
			font-family: arial, sans-serif;
			font-size: 10pt;
			font-weight: bold;

			margin: 1em;
			padding: 5px 20px 5px 20px;

			outline-width: 0;
			border: 0px solid #000;
			border-radius: 50px;
			-moz-border-radius: 50px;

			-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);

			-webkit-transition: background 0.2s ease-in-out,
					color 0.2s ease-in-out,
					-webkit-box-shadow 0.2s ease-in-out;
			background-image: -webkit-gradient(linear, left top, left bottom,
					color-stop(0.0, rgba(255, 255, 255, 0.8)),
					color-stop(0.01, rgba(255, 255, 255, 0.6)),
					color-stop(0.4, rgba(255, 255, 255, 0.3)),
					color-stop(0.4, rgba(255, 255, 255, 0.2)),
					color-stop(1.0, rgba(255, 255, 255, 0.0)));
			background-image: -moz-linear-gradient(top,
					rgba(255, 255, 255, 0.6) 0%,
					rgba(255, 255, 255, 0.3) 40%,
					rgba(255, 255, 255, 0.2) 40%,
					rgba(255, 255, 255, 0.0) 100%);

			background-color: #604C3F;
			color: #fff;
			text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
		}
		input[type=button]:hover, input[type=button]:focus, button:hover, button:focus {
			-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
			-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			background-color: #B8B09D;
			color: #fff;
		}
		input[type=button]:active, button:active {
			background-color: #E0DCD1;
			color: #ccc;
			-webkit-transition-duration: 0.0s;
		}

.signup-data {
		
	padding: 0px;
	color: #555;
}

.signup-data .wrap {
	font-family: "share-regular-1","share-regular-2";
	width:600px;
	height:380px;
	padding: 20px;
	margin:0 auto;
}

.signup-data .left-column {
	padding: 10px;
	float:left;
	width:275px;
	
	height: 310px;	
}

.signup-data form {
	width:275px;
	padding: 15px;
	margin-top: 45px;
	
	background:#604C3F;
	outline-width: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

.signup-data .info{
	text-align: center;
	margin-top: 15px;
}

.signup-data .right-column {
	float:right;
}


.signup-data .footer-left {
	float:left;
	width:275px;
	line-height: 50px;
}

.signup-data .footer-right {
	float:right;
	width:275px;
	line-height: 50px;
	text-align: right;
}

.signup-slider {
	width:225px;
	padding: 10px 25px 30px 15px; 
}

.signup-data p {
	font-size: 1.4em;
}

.signup-data h1 {
	margin: 0;
	margin-bottom: 5px;	
}
 	
.signup-data input {
	font-family: "share-regular-1","share-regular-2";
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #555;
	border: 1px solid #E0DCD1;
	width: 270px;
}

.signup-data #zip {
	width: 50px;
}

.signup-data #age {
	width: 50px;
}

.signup-data #city {
	width: 213px;
}

.signup-data #email {
	width: 270px;
}

.signup-data label {
	font-size: 1.8em;
	color: #E0DCD1;
}

.correct {
	background: #96F38B;
}

.error {
	background: #F3AD9A;
}

.signup-data a, button {
	font-family: "share-regular-1","share-regular-2";
	font-size: 1.2em;
	color: #555;
	text-decoration:none;
	font-weight: normal;
}

.signup-data a:hover {
	text-decoration:underline;
}

.signup-data button {
	color:white;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}
