/** CSS **/

/** RESET **/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#f3f3f3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** CLEARFIX **/

.clearfix:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

	}

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* -------------CSS DE LA PAGE LOGIN-------------- */


	div.users {
		width: 401px;
		margin: 150px auto 0 auto;
		font-family: arial;
		font-size: 12px;
		color: #505050;
	}
	
	div.users div.top {
		background: url(../img/top_box.png) left top no-repeat;
		height: 28px;
		width: 401px;
	}
	
	div.users div.content {
		background: url(../img/center_box.png) left top repeat-y;
		padding: 10px 40px;
	}
	
	div.users div.content span.logo {
		background:url(../img/logo_login.jpg) left top no-repeat;
		width:201px;
		display: block;
		height:64px;
	}
	
	div.users div.content form {
		margin: 20px 0 0 56px;
	}
	
	div.users div.content form legend {
		color: #717171;
		font-size: 16px;
		padding-bottom: 10px;
	}
	
	div.users div.content form fieldset p {
	    margin: 20px 0;
	}
	
	form div.message {
		color: #f45453;
		margin-bottom: 5px;
	}
	
	div.users div.content p.slogan {
		margin:4px 0 0 56px;
	}
	
	div.users div.content form label {
		float: left;
		margin-bottom: 3px;
		padding-top: 5px;
		width: 74px;
	}
	
	div.users div.content form input {
		background: none;
		border:1px solid #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px; 
		padding: 3px;
		width: 175px;
		margin-bottom: 10px;
	}
	
	div.users div.content form div.submit input {
		background: url(../img/btn_login.png) no-repeat left top;
		border: medium none;
		color: #FFFFFF;
		cursor: pointer;
		height: 31px;
		width: 124px;
	}
	
	div.users div.content form div.submit input:hover {
		background: url(../img/btn_login.png) no-repeat left -31px;
	}
	
	div.users div.content p a:link,
	div.users div.content p a:visited {
		color: #f45553;
		text-decoration:underline;
		margin-left: 56px;
	}
	
	div.users div.content p a:hover,
	div.users div.content p a:active {
		text-decoration:none;
	}
	
	div.users div.bottom {
		background: url(../img/bottom_box.png) left top no-repeat;
		height: 29px;
		width: 401px;
	}
	
	div.forgot-password div.content form label {
		width: 90px;
	}
	
	div.forgot-password div.content form input {
		width: 160px;
	}