div#login {
	float: none;
	padding-top: 20px;
	width: 418px;
	margin: 0px auto;
/*	background-image: url('../images/tt_logo.png');
	background-repeat: no-repeat;
	background-position: 102px 100px;*/
}
table.login {
	width: 100%;
	color: #4a4a4a;
}

table.login tr td {
	padding: 2px;
}

table.login td.field_name {
	padding-left: 100px;
	width: 70px;
}
table.login tr.title td {
	padding-left: 100px;
	padding-bottom: 20px;
	background-image: url('../images/login_sep.jpg');
	background-repeat: no-repeat;
	background-position: 0px 30px;
	color: #4a4a4a;
	font-weight: bold;
}
table.login tr.submit td {
	padding-left: 170px;
	padding-bottom: 20px;
	padding-top: 15px;
}
table.login tr.submit td input {
	/*background-image: url('../images/button_login.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

table.login tr.error td {
	color: red;
	text-align: center;
}
