#loginBody, #loginHelp {
	float: left;
	height: 245px;
}
#loginBody {
	margin-right: 20px;
	margin-left: 10px;
	width: 600px;
}
#loginHelp {
	width: 245px;
}

#loginBody table {
	padding: 10px 0 0 50px;
	color: #777777;
	font-weight: bold;
}
#loginBody table td {
	padding-right: 10px;
}
#loginBody table td input {
	width: 170px;
}
#loginBody table tr:last-child td {
	padding-top: 10px;
	text-align: right;
}
#loginBody .button {
	background-color: #D6D6D6;
	border: 0 none;
	border-radius: 4px 4px 4px 4px;
	color: #767778;
	cursor: pointer;
	font-size: 12px !important;
	text-align: center;
	width: 90px;
}
#loginBody .button:hover {
	background-color: #E2E1E1;
}
#loginErreur {
	color: #FF0000;
	font-size: 11px;
	height: 18px;
}
