#loginBox {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 16px;
	margin-top: 28px;
	margin-right: 15%;
	font: 18px Calibri,Tahoma,sans-serif;
	width: 238px;
	float: right;
}
#logoAzienda {
	text-align: center;
}
#logoAzienda img {
	max-width: 100%;
}
label { 
	display:inline-block;
	width: 40%;
	font-weight: bold;
}
input, select /* so that they all behave the same way */
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inputbox {
	border: 1px solid #BABABA;
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	padding: 6px 3px;
	display:inline-block;
	margin-top: 3px;
	width: 70%;
}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	padding: 0;
}
#loginButton {
	padding: 6px 3px;
	width: 100%;
	margin-top: 3px;
	cursor: pointer;
	border: 1px solid #8CA3B8;
	border-radius: 8px 8px 8px 8px;
	color: white;
	cursor: pointer;
	font: 22px Calibri,Tahoma,sans-serif;
	font-weight: bold;
	background: #106BBE;	/*for IE*/
	background: linear-gradient(#106BBE, #003564) repeat scroll 0 0 / 100% auto transparent;
}
#otherLinks {
	margin-top: 6px;
	text-align: right;
}
.message {
	font-size:20px;
	color: red;
	text-align: center;
}
/* LOGIN UPDATE PASSWORD */
#loginBoxUpd {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 16px;
	margin-top: 28px;
	margin-right: 15%;
	font: 18px Calibri,Tahoma,sans-serif;
	width: 300px;
	float: left;
}
label.loginUpd { 
	display:inline-block;
	width: 100%;
	font-weight: bold;
}