* {
	margin: 0;
	padding:0;
	font: normal 14px Arial, sans-serif;
}

li {
	list-style: none;
} 

.do-header {
	background: #006cfe;
	height: 60px;
	text-align: center;
	margin: 0 0 25px;
}

.do-logo,
.do-logo:hover {
	display: inline-block;
	text-decoration: none;
	width: 210px;
	height: 60px;
	background: url(/img/dl-icn-blue/dl-logo-white.png) no-repeat 0 -2px;
}

.content {
	width: 620px;
	margin: 0 auto 40px;
}

.page-title {
	color: #0844a4;
	font-size: 22px;
	margin: 0 0 25px;
	text-align: center;
}

.how-works {
	border:2px solid #e2c822;
	border-radius: 4px;
	background: #fff9d7;
	padding:15px 15px 10px;
	margin: 0 0 25px;
	overflow: hidden;
}

.how-works ul {
	width: 345px;
	float: left;
}

.fb-login {
	float: right;
	width: 220px;
}

.fb-login-btn {
	background: #4c66a4 url(../../../images/landing1/fb.png) no-repeat 10px 9px;
	border-radius: 2px;
	border: none;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 32px;
	margin: 0 0 5px;
	font-size: 16px;
	padding: 0 15px 0 35px;
	color: #fff;
	cursor: pointer;
}

.fb-login-description {
	text-align: center;
	font-size: 12px;
}

.how-works li {
	margin: 0 0 5px;
	color: #333;
	font-size: 18px;
}

.how-works-title {
	margin: 0 0 5px;
	color: #333;
	font-size: 18px;
}

.des-hl {
	color: #b70f0a;
	font-size: 18px;
	margin-right: 5px;
}

.hl-elem {
	color: #0844a4;
	font-size: 18px;
} 

.page-subtitle {
	color: #0844a4;
	font-size: 18px;
	margin: 0 0 5px;
}

.members-list li {
	border: 2px solid #ddd;
	border-radius: 2px;
	padding: 5px;
	display: inline-block;
	margin: 0 27px 15px 0;
}
.members-list li.last-item {
	margin: 0;
}

.img-deck {
	height: 260px;
	overflow: hidden;
}
.img-deck img {
	border-radius: 2px;
}

.user-name-deck {
	text-align: center;
	color: #333;
	margin: 5px 0 0;
}
.doulike-user {
	line-height: 22px;
	color: #0844a4;
	overflow: hidden;
	margin: 2px 0 0;
	font-size: 14px;
}
.btn-green {
	color: #fff;
	background: #629c44;
	border-radius: 2px;
	border: none;
	line-height: 22px;
	padding: 0 4px;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}
.doulike-loading {
	background: url(../../../images/landing1/whoLikesU-loader.gif) no-repeat center center;
	width: 620px;
	min-height: 400px;
	margin: 0 auto;
}