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;
  margin-bottom:10px;
  font-size: medium;
}

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

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

.first .label {
	margin-top:20px;
	font-size: medium;
        clear:left;
}

.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;
}

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

div#how_search{
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
}

div#how_search{
    margin: 20px 0 1em;
    padding: 1em 15px 0 70px;
    border-style: dotted;
    border-width: 2px 2px;
    background: white url(../images/search.png) no-repeat 15px 50%;
    border-color: #AFC6D4
}

div#how_search p{
    margin: 0 0 1em;
    font-style: italic;
}
    
    
