/* CSS Document */
body {
  font: 11px tahoma;
  background: #ffffff;
  margin: 0;
  padding: 50px;
  
/*
  margin: 50px;
  border: 1px solid green;
*/
}      


/* 

  questo CSS è quello di LICENSING
  
*/


.header {
  width: 760px; 
  text-align: center;
  margin-bottom: 20px;
/*
  margin-top: 50px;
  margin-bottom: 50px;
*/
  
}

.container{
  width: 760px;
  height: 250px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top: 20px;
  padding-bottom: 20px;
}

.message{
  width: 460px;
  height: 5em;
  text-align: left;
/*
  padding-top: 70px;
*/
}

.transaction{
  text-align: left;
}

.transaction_failure{
  text-align: center;
}

a {
  text-decoration: none;
}

p.plugin {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: gray;
  border-bottom: 0px solid silver;
  text-align: center;
  font-size: 12px;
}

p.h {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

  color: gray;
  border-bottom: 0px solid silver;
  text-align: left;
  font-size: 22px;
  line-height: 120px;
  height: 80px;
}

span.great {
  font-size: 40px; 
  margin-right: 0.3cm; 
  color: #464748;
}

.powered {
  width: 760px;
  margin-top: 0px;
  border-top: 0px solid silver;
  color: #aaaaaa;
  padding-top: 20px;
}

.navigation{
  text-align: right;
  width: 760px;
  color: #aaaaaa;
}

.navigation a {
  text-decoration: none;
}

table {
  margin-left: 0px;
  text-align: left;
  border: 0px;
}

td.label {
  border: 0px solid black;
  padding-right: 25px;
}

/*
td.label_key {
  border: 0px solid black;
  height: 55px;
}
*/

input.submit_button {
  float: right;
  width: 90px;
}
