form div {
  float:left;
  width:100%;
  padding: 10px 0 12px;
  margin-bottom: 15px;
}

form div label{
  float: left;
  width: 230px;
  display: inline;
  font-weight: bold;
  margin-left: 20px;
}

form h2{
  font-size: 14pt;
  font-weight: bold;
}

form input{
  width: 400px;
}

form textarea{
  width: 400px;
  height: 60px;
}

form #submit{
  width: 100px;
}

.label{
  float:left;
  font-weight: bold;
  font-size: medium;
  width:230px;
}

.value{
  float:left;
  clear:both;
  font-size: small;
}

.row{
  float:left;
  clear:both;
  font-size: medium;
}

.first {
	margin-top:20px;
	font-size: large;
}

.first .value {
	font-size: medium;
}

.first .label {
	font-size: medium;
        clear:left;
        
    width:100px;
}

.first2 {
	font-size: large;
}

.first2 .label2 {
	font-weight: bold;
	font-size: medium;
        clear:left;
        
    width:400px;
}

.data{
	  clear:right;
}

table#details tr td {
  border: none;
  border-bottom: 1px dotted;
}

#tags {
    float:left;
    padding-top:20px;
    padding-left:10px;
    margin-bottom:40px;
}

.bottone {
    background: transparent;
    border-top: 0;	
    border-right: 0;	
    border-bottom:0;
    border-left: 0;	
    color: #07F; 
    margin: 0;	
    padding: 0;
}

.bottone2 {
    width:400px;
    float:left;
}

.title_details{
  margin:10px 0 0 0;
  padding:0;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 3px solid #445864;
}
