body{
	background-color: #E1E1E1;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}
	
#tableField{
	position: absolute;
	left: 80px;
	padding: 0px;
	line-height:0px;
	text-align: left;
}

#tableField tr{
	height: 55px;
}

#contenitore{
	background-color: #F3F3F3;
	border: 3px solid #CCCCCC;
	border-radius: 10px;
	height: 30em;
	left: 50%;
	margin-left: -25em;
	margin-top: -15em;
	position: absolute;
	top: 50%;
	width: 50em;
	text-align:center;
	line-height: 24em;
	box-shadow: 10px 10px 5px #888;
	padding: 10px;
	behavior: url(ie-css3.htc);
	    
}


.campo{
	border: none;
	padding: 10px;
	margin: 5px;
	height: 20px;
	width: 400px;
	color: #E0E0E0;
	background-color: #273e42;	
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	
}

.utente{
	background-image: url("user.png");
	background-repeat: no-repeat;
	background-position: 95%;
}

.passfield{
	background-image: url("password.png");
	background-repeat: no-repeat;
	background-position: 95%;
}

.chpassfield{
	background-image: url("chpass.png");
	background-repeat: no-repeat;
	background-position: 95%;
}

.etichetta{
	color: #808080;
}

.messaggioError{
	color: #c84242;
}

.bottone{
	width: 190px;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	border: 2px solid #CCCCCC;
	background: #d8d8d8;
	font-size: 16px;
	font-weight: bold;
}

.jerpPanel{
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	background-color: white;
	border: 1px solid #CCCCCC;
	
}

.iceDatTblColHdr1, .iceDatTblColHdr2{
	background: #d8d8d8;
}

.iceDatTblRow1, .iceDatTblRow2{
	background: #F0F0F0;
}

.iceRowSelSelected{
	background: #F0F0C0;
}