#card {
	width: 604px;
	height: 294px;
	position: relative;
	top: 70px;
	left: 13px;
}

#id_email {
	border: none;
	background: transparent;
	position: relative;
	top: 188px;
	left: 200px;
	width: 200px;
	text-align: center;
}

#submit {
	position: absolute;
	right: 25px;
	bottom: 20px;
}

ul.errorlist {
	position: absolute;
	top: 210px;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.errorlist li {
	display: block;
	text-align: center;
	color: #641500;
	font-weight: bold;
	list-style-type: none;
}
