html, body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	height: 100%;
}

body {
	background-image: url(/images/sfondo.png);
	background-repeat: repeat;
	background-color: #E8E8E8;
	font: 100.01%/1.4;
	text-align: center; /* horizontal centering for IE Win quirks */
}

h1 {
	visibility: hidden;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -195px; /* half of container's height */
	float: left;
}

#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	width: 420px;
	height: 410px;
	clear: left;
	border: 8px solid #BBBBBB;
	background-image: url(/images/infojuice_login_20.png);
	background-repeat: no-repeat;
	background-color: white;
}

/*
#container.password {
	background-image: url(/images/infojuice_login2_ita.png);
}
*/

.errore {
	padding: 5px;
	border: 1px solid black;
	background-color: #fdd;
	color: #f00;
	margin-bottom: 5px;
}

#login {
	position: absolute;
	top: 210px;
	left: 20px;
	weight: 200px;
	height: 168px;
	padding: 0;
}

#logincontainer {
	margin-top: 15px;
}

#passwordcontainer {
	/*margin-top: -10px;*/
	padding-right: 170px;
}

#cambiopasswordcontainer {
	margin-top: 0;
	padding-right: 190px;
}

#login p {
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
	color: #666666;
	font-size: 8pt;
}

input, textarea, select, button {
	border: 1px solid #FE8E1E;
	background-color: #FFD6AF;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: #2F2F2F;
}

input.pulsante, button {
	background-color: #FE8E1E;
	color: white;
	text-transform: uppercase;
}

img.captcha {
	float: left;
	margin-right: 10px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

p.errore {
	border: 1px solid red;
	background-color: #FFBFBF;
	color: red;
	padding: 2px;
	margin-bottom: 2px;
}

form {
	margin: 0;
	padding: 0;
}
