#card {
	width: 604px;
	height: 294px;
	position: relative;
	left: 15px;
	top: 68px;
}

.header {
	position: absolute;
}

th {
	display: none;
}

form {
	position: absolute;
	top: 92px;
	left: 148px;
}

input, textarea {
	border: none;
	background: transparent;
	width: 430px;
}

textarea {
	height: 105px;
	line-height: 22px;
	overflow: auto;
}

td img {
	position: absolute;
	left: -130px;
	top: 137px;
}

form td ul.errorlist {
	display: none;
}

#submit {
	height: 14px;
	position: absolute;
	right: 0px;
	top: 180px;
}

#labels {
	position: absolute;
	width: 143px;
	top: 93px;
}
#labels p {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	text-align: right;
}

#id_captcha {
	position: absolute;
	top: 167px;
	font-weight: bold;
}
#card p.message {
	position: absolute;
	left: 148px;
	top: 57px;
	color: #641500;
	font-weight: bold;
	font-size: 12px;
}
