#message {
	clear: both;
	color: #8c8c8c;
	font-size: .9em;
}

.userForm {
	float: left;
	width: 400px;
}
#User_geoid {
	width: 377px;
}

#User_firstname, #User_lastname, #User_email, #User_password, #User_cellular {
	width: 170px;
}

.userForm  input.last {margin-right:0;}

.row.buttons {clear: both;}

#teaser {
	margin: 10px 80px 0 0;
	width: 300px;
	height: 240px;
	float: right;
	background: #f5f4f4;
	border: 1px solid #eee;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	padding: 20px;
}
#teaser h2 {
	margin-bottom: 0;
}
#teaser #subtitle {
	color: #8c8c8c;
}
#teaser ul {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 15px 0;
}
#teaser ul li {
	line-height: 1.1em;
	position: relative;
	z-index: 5;
	padding: 0 0 0 50px;
	color: #000;
	margin: 15px 0 15px 0px;
}
#teaser ul li .check {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background: url('../images/sprite.png') -259px -0px no-repeat;
}

