body{
	background-color: #fff;
}

#loginform{
	margin-top: 14px;
	width: 600px;
	max-width: 98%;
	display: inline-block;
	background-color: #fff;
	box-shadow: none;
}

#topbar{
	height: 30px;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 10px;
	text-align: center;
	padding: 0 10px;
	background-color: #fff;
	background: #fff;
}

#ea{
	font: 22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 26px;
	color: #007cb7;
}

#footer{
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border-top: 1px solid #333;
	border-bottom: 0;
}

div.welcome{
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: center;
	padding: 3px;
	background-color: #007cb7;
	color: #fff;
}

div.entry{
	display: inline-block;
	box-shadow: 2px 2px 5px #666;
	background-color: #f5f5f5;
	padding: 4px;
	width: 320px;
	margin-bottom: 10px;
}

img{
	max-width:100%;
}