body { 
   position: absolute;	
	font-family: Arial, Sans-Serif, Helvetica, Verdana ;
	font-size: 14px;
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #e6e6fa;*/
}


table {
	border: 1px solid;
	width: 50%;
	padding: 10px 5px;
}


td {
	border: 1px solid;
}

th {
	border: 1px solid;
}

button.pulsD150{
	/*clear: both;*/
	position: relative;
	float: right;
	width: 150px;
	height: 30px;
	right: 20px;
	margin: 2px 10px 2px 5px;
	cursor: pointer;
	font-family: Arial, Sans-Serif, Helvetica, Verdana ;
	font-size: 14px;
	color: black;
	font-weight: bold;
	background-color: transparent;
	border-radius: 5px; 
}

button.pulsL150{
	clear: both;
	position: relative;
	float: left;
	width: 150px;
	height: 30px;
	left: 110px;
	margin: 12px 5px 2px 10px;
	cursor: pointer;
	font-family: Arial, Sans-Serif, Helvetica, Verdana ;
	font-size: 14px;
	color: white;
	font-weight: bold;
	background-color: #8a2be2;
	border-radius: 5px; 
}

button.ipuls150{
	clear: both;
	position: relative;
	float: left;
	width: 150px;
	height: 30px;
	left: 110px;
	margin: 12px 5px 2px 10px;
	cursor: pointer;
	font-family: Arial, Sans-Serif, Helvetica, Verdana ;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #8a2be2;
	border-radius: 5px; 
	border-bottom: 2px solid grey;
	border-right: 2px solid grey;
	border-top: 2px solid white;
	border-left: 2px solid white;
	/*border: 2px solid grey;*/
}


input.dentry{
	background-color: #ffff99;
	color: black;
	font-weight: bold;
	border: 1px solid #8a2be2;
	border-radius: 3px;  
	text-align: right;
	width: 94%;
	font-size: 14px;
}

input.dentrysx{
	background-color: #ffff99;
	color: black;
	font-weight: bold;
	border: 1px solid #8a2be2;
	border-radius: 3px;  
	text-align: left;
	width: 55%;
	font-size: 14px;
}

form#login
  {
  background-color: #e6e6fa; /*era #cc9999;*/
  height: 250px;
  width: 400px;
  margin: -155px 0 0 -230px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  border: 1px solid #8a2be2;
  border-radius: 10px;  
  }

div#loginindex
  {
  background-color: #e6e6fa; /*era #cc9999;*/
  height: 250px;
  width: 400px;
  margin: -155px 0 0 -230px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  border: 1px solid #8a2be2;
  border-radius: 10px;  
  }

 
 fieldset#inputs 
  {
  border: 1px solid #8a2be2;
  border-radius: 3px;  
  padding: 5px;
  margin: 2px;
  }

fieldset#actions 
  {
  background-color: #e6e6fa; /*era #cc9999;*/
  height: 40px;
  width: 400px;
  margin: 0px 0px 0px -230px;
  padding: 5px 30px 5px 30px;
  position: absolute;
  top: 8%;
  left: 50%;
  border: 1px solid #8a2be2;
  border-radius: 5px;
  text-align: center;
  }
 
fieldset#titolo 
  {
  background-color: #e6e6fa; /*era #cc9999;*/
  height: 40px;
  width: 400px;
  margin: 0px 0px 0px -230px;
  padding: 5px 30px 5px 30px;
  position: absolute;
  top: 8%;
  left: 50%;
  border: 1px solid #8a2be2;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #8a2be2;
  } 