
	body { 
	background:#78cedb;
	}

	body,
	input,
	textarea {
		color: #14272B;
		font-size: 12px;
		line-height: 18px;
	}

	a:link {
		color: #BF2D1E;
		text-decoration: none;
	}
	a:visited {
		color: #BF2D1E;
	}
	a:active,
	a:hover {
		color: #BF2D1E;
		text-decoration: underline;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 5px 0 15px 0;
	}

	h1 { font-size: 24px; margin-bottom: 25px; }
	h2 { font-size: 18px; font-weight: normal; line-height: 25px; }
	h3 { font-size: 18px; font-weight: bold; }
	h4 { font-size: 14px; font-weight: bold;}
	
	.main-content {
	text-align:center;
	}
	
	.signup {
	margin-left: auto; margin-right: auto; 
	margin-bottom: 20px; 
		width: 320px;
	text-align: center;
	font-size: 18px;
		background: #FFFFFF;
		padding: 10px 20px 20px 20px; 
		-moz-border-radius: 16px;/* Firefox */
		-webkit-border-radius: 16px; /* Safari, Chrome */
        border-radius: 16px; /* CSS3 */
	}

	/* Text elements */
	p {
		margin-bottom: 18px;
	}
