#navigation {
	margin-left: 8px;
	width: 172px;
	height: 624px;
	float: left;
}

#cardCenter {
	width: 720px;
	height: 624px;
	margin: 56px 0 0 200px;
}

.step {
	font-weight: bold;
	padding: 130px 0 2em 0 ;
}

input[type="text"], input[type="password"], textarea {
	color: black;
	background-color: #eee;
	margin: 0.25em 0;
	font-size: 8pt;
	font-weight: normal;
	border: #c6c6c6 1px solid;
}

input[type="text"]:focus, textarea:focus {
	background-color: #fff133;
}

