body {
	font-family: Myriad Pro, Myriad Web, Verdana, Sans-serif;
	background: url(../images/landing_left.png) repeat-y #fff;
}

form {
	margin: 0;
	padding: 0;
}

.right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 256px;
	background: url(../images/landing_right.png) repeat-y;
}

.top_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 256px;
	height: 256px;
	background: url(../images/landing_top_left.png);
}

.bottom_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 256px;
	height: 256px;
	background: url(../images/landing_bottom_left.png);
}

.top_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 256px;
	height: 256px;
	background: url(../images/landing_top_right.png);
}

.bottom_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 256px;
	height: 256px;
	background: url(../images/landing_bottom_right.png);
}

.middle {
	position: absolute;
	top: 128px;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}

.inner {
	text-align: left;
	width: 840px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 65px;
	padding-left: 65px;
	background: url(../images/collectika_shadow.png) bottom right no-repeat;
}

.message {
	width: 350px;
	float: left;
}

.logo {
	margin-bottom: 22px;
}

.landing_message {
	margin-bottom: 38px;
}

.welcome_form {
	float: right;
	width: 412px;
	height: 280px;
	padding: 15px 20px 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f5f5f5;
	border: 1px solid #dcdbdb;
}

.welcome_form input, .welcome_form textarea {
	width: 402px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px 4px;
	font-size: 20px;
	border: 1px solid #8a8888;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 22px;
}

input {
	height: 30px; 
}

textarea {
	height: 134px;
	padding-top: 4px;
}

label {
	font-style: italic;
	font-size: 14px;
	color: #6e6e6e;
	height: 20px;
	margin-bottom: 2px;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

.beta_signup_button {
	background: url(../images/beta_signup_button.png);
	width: 167px;
	height: 34px;
	margin-right: 8px;
}

.notify_button {
	background: url(../images/notify_button.png);
	width: 237px;
	height: 34px;
}

.alpha_login {
	display: inline-block;
	background: url(../images/alpha_login.png);
	width: 236px;
	height: 34px;
	margin-top: 7px;
}

span.error {
	font-size: 14px;
	color: #A00000;
}

input.error {
	border-color: #A00000;
}