/* Defaults
-------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
	}
h1, h2, h3, p, li, a, strong, div {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	}
span {
	font-weight: bold;
	}
a:link, a:hover, a:focus, a:active {
	color: #2b5fb0;
	}
a:visited {
	color: #5177bb;
	}
body {
	text-align: center;
	font-size: 10px;
	background-color: #d72e30;
	}

/* Structure
-------------------------------------------------- */
#container {
	position: relative;
	width: 590px;
	margin: 80px auto 0;
	}
#content {
	float: left;
	position: relative;
	width: 320px;
	height: 265px;
	padding-right: 18px;
	border-right: 2px dotted #d85f61;
	}
#signup {
	float: right;
	position: relative;
	width: 190px;
	height: 230px;
	padding: 20px 20px 15px;
	background-color: #b13032;
	border-right: 3px solid #8a2729;
	border-bottom: 3px solid #8a2729;
	}

/* Typography
-------------------------------------------------- */
#content h1 {
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 4em;
	color: #fefffe;
	letter-spacing: -1px;
	}
#content h1 strong {
	color: #fff;
	text-shadow: 0px 0px 15px #e9c0c1;
	}
#content p {
	margin: 0.9em 0;
	font-size: 1.5em;
	color: #e7c4c8;
	line-height: 1.5em;
	text-align: justify;
	letter-spacing: -1px;
	}
#content p strong {
	color: #fff;
	font-weight: normal;
	border-bottom: 2px dotted #fff;
	}
#signup p {
	text-align: center;
	font-size: 1.2em;
	color: #e7c4c8;
	}
#signup p a, #signup p a:active {
	font-size: 1.5em;
	letter-spacing: 0px;
	color: #e7c4c8;
	font-weight: bold;
	text-decoration: none;
	}
#signup p a:hover, #signup p a:focus {
	color: white;
	}
#signup p.twitter {
	margin-top: 20px;
	}

/* Form
-------------------------------------------------- */
#signup .input-text {
	padding: 4px 5px;
	border: 2px solid #8a2729;
	color: #333;
	width: 178px;;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	}
#signup label{
	margin-bottom: 10px;
	color: #e7c4c8;
	}
#signup label span{
	margin: 8px 0 1px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;
	}
.button {
	margin-top: 15px;
	padding: 6px;
	background-color: #ad3436;
	width: 190px;
	color: #e7c4c8;
	line-height: 25px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	text-shadow: 1px 1px 0 #333;
	border-right: 2px solid #7f2627;
	border-bottom: 2px solid #7f2627;
	border-top: 2px solid #be4647;
	border-left: 2px solid #be4647;
	cursor: pointer;
	}
.button:hover {
	color: #fff;
	}
.button:active, .button:focus {
	outline: none;
	padding-top: 7px;
	padding-bottom: 5px;
	border-top: 2px solid #7f2627;
	border-left: 2px solid #7f2627;
	border-bottom: 2px solid #be4647;
	border-right: 2px solid #be4647;
	}