body {
	font-family: Tahoma, Sans Serif;
	font-size: 12px;
	background: #000;
	color: #fff;
}

tr:hover {
	background: #ffb;
}

#main {		
	position: absolute;
	top:50%; left:50%;

	border-width: 5px;
	border-style: outset;
	border-color: #EFEFEF;

	background: #bbd;
	color: #000;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #006;
	background: #eee;
	resize: none;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	border: 1px solid #006;
	background: #ffd;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #006;
	background: #ffb;
}
input[type="submit"], input[type="button"] {
	border: 1px solid #006;
	background: #ddf;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #ff0;
	background: #fff;
}
#dbox {
	z-index: 1;
	text-align: center;
}

#box {
	z-index: 2;
	color: #000;
	font-family: Arial, Sans Serif;
	font-size: 14px;
    background: #ffa;
    padding: 5px 10px 5px 10px;
}

#header {
	height:20px;
	font-size:14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main-left {
	float: left;
	margin-left: 40px;
}

#main-right {
	float: right;
	text-align: right;
	margin-right: 40px;
}

#main-bt {
	width: 150px;
}

#main-grazie {
	width: 350px;
	position: relative;
	font-size: 9pt;
	margin-top: 190px;
	margin-left: 40px;
}

#DivInvioMultiploIN, #DivCambioPasswordIN {
	margin: 10px 10px 10px 10px;
}

#DivInvioMultiploIN tr:hover {
	background: #ffb;
	color: #000;
}

#loginbox label{
	position: absolute;
	text-align:right;
	width: 130px;
	margin-right: 10px;
	margin-top: 3px;
}

#loginbox input {
	margin-top: 2px;
	margin-left: 140px;
}

#rubricabox label{
	position: absolute;
	text-align:right;
	width: 50px;
	margin-right: 10px;
	margin-top: 3px;
}

#rubricabox input {
	margin-top: 2px;
	margin-left: 60px;
}

#passwdbox label{
	position: absolute;
	text-align:right;
	width: 120px;
	margin-right: 10px;
	margin-top: 15px;
}

#passwdbox input {
	margin-top: 14px;
	margin-left: 130px;
	width: 100px;
}

#invdata {
	font-size: 11px;
}
#invdest {
	min-width: 100px;
	text-align: center;
}