
div.container-main {
	background-color: #fff;
}


input {
	padding:10px;
}

a.button-connect {
	width: 200px;
	text-align: left;
}

a.hintlink {
	color:#999;
	text-decoration: none;
}

a.hintlink:hover {
	text-decoration: underline;
}

div.bottomspacer {
	height:100px;
	width: 1px;
}

ol.recipe > li {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

select#biodeckId {
	height: 26px;
}

.form-actions {
	background-color: transparent;
}

.form-actions.noborder {
	border-top:none;
	margin-top:0;
	padding-top:0;
}


h3 {
	margin: 30px 0 0;
}

h2.account {
	font-family: 'QuicksandBookRegular';
	margin-top:20px;
	margin-bottom:10px;
	line-height: 110%;
}


div.biodeck {
	margin-top: 5px;
}


div.userinfo {
}

.icon-facebook16 {
	background-image: url('http://static.haikudeck.com/images/facebook_16.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
}

.icon-twitter16 {
	background-image: url('http://static.haikudeck.com/images/twitter_bird_16.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
}

