#main {
    margin: auto;
	border: solid 1px #f0efef;
	width: 138px;
	background: #f1f3f5;
	padding:3px;
}


#result {
    text-align:center;
    border: solid 1px #cccccc;
    width: 100%;
    background: #e9ecef;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 8px;
    padding:3px;
}

form {
   padding:3px;
}

.text {
	border: 1px solid #cccccc;
}

input, textarea {
    border: 1px solid #aaa;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:5px;
    font-size : 9px;
    color:#fa7500;
}

#icon{
    width:40px;
    height:40px;
    float:left;
    background-image:url(avvisi/style/icon2.gif);
    background-repeat: no-repeat;
    background-position:center;
}
#icon2{
    width:40px;
    height:30px;
    float:left;
    background-image:url(avvisi/style/icon2.gif);
    background-repeat: no-repeat;
    background-position:center;
}

#source{
  text-align:right;
  align:right;
  padding-right:5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 8px;
  color:#cccccc;
}
