#aside
{
	display:none;
}

#form-identification label
{
	float: left;
	width:90px;
	font-weight:bold;
}

input
{
	width:120px;
}

.errors
{
	padding:0 0 0 105px;
}
.errors li
{
	color:#f00;
}

a.btn-submit
{
	display:block;
	margin:0 0 0 90px;
	padding:37px 0 0;
	width:122px;
	height:0px !important;
	background-position: 0 0;
	background-repeat:no-repeat;
	background-image: url(./images/btn_connection.gif);
	overflow:hidden;
}

a.btn-submit:hover
{
	background-position:0 -37px;
}