/* Gestion du mot de passe */
table.ChangePasswordForm {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}

table.ChangePasswordForm tr td {
	padding: 3px;
}

.ChangePasswordFormTitle 
{
    border-radius: 7px 7px 0px 0px;
    padding:4px !important;
    text-align:center;
}

table.ChangePasswordForm > tbody > tr > td {
	border-radius: 12px 12px 12px 12px;
}

/* Fenêtre de connexion */
#SwLogin1 {
	margin-top: 20px;
	margin-bottom: 20px
}

#SwLogin1 table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}

#SwLogin1 table tr td {
	padding: 3px;
	border-radius: 0px;
}

#SwLogin1 table tr:first-child td:last-child {
	padding: 4px;
	border-radius: 7px 7px 0 0;
}

#SwLogin1 tr td {
	border-radius: 12px 12px 12px 12px;
	padding:3px;
}

/* Logout */
#Logout {
	margin-top: 20px;
	margin-bottom: 20px
}

#Logout table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}

#Logout table tr td {
	padding: 3px;
	border-radius: 0px;
}

#Logout table tr:first-child td:last-child {
	padding: 4px;
	border-radius: 7px 7px 0 0;
}

#Logout tr td {
	border-radius: 12px 12px 12px 12px;
	padding:3px;
}


/* AlreadyConnected */
#Already {
	margin-top: 20px;
	margin-bottom: 20px
}

#Already table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}

#Already table tr td {
	padding: 3px;
	border-radius: 0px;
}

#Already table tr:first-child td:last-child {
	padding: 4px;
	border-radius: 7px 7px 0 0;
}

#Already tr td {
	border-radius: 12px 12px 12px 12px;
	padding:3px;
}