body {
	background: #eee;
	margin: 0;
	padding: 0;
	font: 12px/24px Georgia, "Times New Roman", serif;
}
.container {
	position: relative;
	background: #fff;
	width: 1000px;
	height: 600px;
	overflow: hidden;
	border: solid 1px #ccc;
	margin: auto;
}
.nav {
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 2000;
}
.footer {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #888;
}
a {
	color: #8348B5;
	text-decoration: none;
}
a:hover {
	color: #4B0B71;
}
a img {
	border: none;
}
.tl-logo {
	position: absolute;
	left: 70px;
	bottom: 10px;
	z-index: 2000;
	text-align: center;
	font: normal 9px/8px Arial, sans-serif;
	color: #333;
	cursor: pointer;
}
.tl-logo img {
	margin-bottom: 3px;
}

/* Errors*/
input.error, select.error, textarea.error {
	background-color: #ffffd5;
	border: 2px solid #ff0000;
}
label.error {
	display: none;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #4B0B71;
}