fieldset#UserManagementConnexionFieldset{margin:60px auto;  width:400px; border: 1px solid #c2e1ef}
#UserManagementConnexionForm{margin:40px 20px;}
#UserManagementConnexionForm label { float:left; clear:left; padding-top:3px; height:22px; width:130px; margin-bottom:10px;}
#UserManagementConnexionForm input { float:left; height:20px; margin-bottom:10px;}
#UserManagementConnexionForm input[type="submit"] {
	float:none; clear:both;
	margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;		
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
	height:auto;
    padding:5px 10px;
}
#UserManagementConnexionForm input[type="submit"]:hover{
	background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
div#result{padding:5px 10px;}
div#result.default{border:1px #c2e1ef solid;background-color:#dff4ff;color:#336699;}
div#result.success{border:1px green   solid;background-color:#f4fff2;color:green;}
div#result.error  {border:1px red     solid;background-color:#fff2f2;color:red;}

.clear{ clear:both; }