/*HTML, BODY { padding: 0; border: 0px none; }
*/
body {
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

div.login { width: 320px; margin: 6em auto; }

div.login form p {
	margin-bottom: 0;
}
div.login h1 {
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
}

#error_notification { border: 1px #4b8713 solid; height: auto; padding: 4px; background: #c9ff30; text-align: center; -moz-border-radius: 3px; }

#login_response { overflow: auto; }
 
#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }

#logged_in { border: 1px solid #dddddd; -moz-border-radius: 3px; padding: 5px; width: 500px; margin: 7em auto; }

form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}


/*------- BOUTON CONNEXION: START ------------*/

form .submit input 
{
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

form .submit 
{ 
	float: right; 
}

.submit 
{
	border-color: #DFDFDF;
}

.submit input,
{
	border-color: #bbb;
	color: #464646;
}

.submit input:hover,
{
	color: #000;
	border-color: #666;
}

.submit input,
{
	background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
}

.submit input:active,
{
	background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
}

form .submit input {
	border-color: #c9ff30 !important;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
}

form .submit input:active {
	background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top !important;
}


form p.submit {
	border-color: #dfdfdf;
}

form .submit input:hover {
	border-color: #4b8713 !important;
	color: #f3ffd2 !important;
}

.submit input,
{
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

/*------- BOUTON CONNEXION: END ------------*/


#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}


form p { margin-bottom: 24px; }

#name, #password {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}