

/* =ROWS
************************************************************************************************/

#home_1row {
        width:980px;
        height: 260px;
}

#home_2row {
        width:980px;
}

/* =BOXES
************************************************************************************************/


#box1home {
	float: left;
	width:  670px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(/jsps/images/bg_box1home.jpg) top left no-repeat;
}
*html #box1home {
	display:inline;
}
#box1home div.contenuto {
  padding:30px 120px 0px 80px;
}
#box1home div.link-interno {
  float:right;
  clear:both;
  margin:20px 120px 80px 0px;
}
#box1home div.link-interno a {
 	font-style: italic;
}
#box1home div.link-esterno {
  float:left;
}
#box1home div.link-esterno li {
  width:222px;
  height:59px;
  margin:7px 0 20px 100px;
}
#box1home .link-esterno a {
  display:block;
  width:222px;
  height:59px;
  text-indent:-3000em;
  background: url(/jsps/images/btn_firma.gif) top left no-repeat;
}
#box1home .admin-div-comment {
  float:right;
  margin:30px 130px 20px 0px;
}
*html #box1home .admin-div-comment {
  display:inline;  
}
#box1home .admin-div-comment a {
  display:block;
  width: 157px;
  height:34px;
  background: url(/jsps/images/btn_commenti.gif) top left no-repeat;
  text-indent:-3000em;
}
#box2home {
  float: right;
	width:  250px;
	padding-right: 20px;
  font-style:italic;
}
*html #box2home {
	display:inline;
}
#box3home {
	float: left;
	width:  320px;
	padding-right: 10px;
}

#box4home {
	float: right;
	width: 218px;
	margin-right: 10px;
	background: #f1f1f1;
	border: 1px dashed #0098ff;
	padding: 10px;
	height: 212px;
}


/* =IMAGES
************************************************************************************************/
#box3home .img1{
	margin-right: 0;
}

/* =TEXT
************************************************************************************************/
#box1home .clear_h,
#box2home .clear_h,
#box3home .clear_h{
	display: none;
}


/* =LOGIN
************************************************************************************************/


.frmlgn_hp {
/*inside box4home*/


}
.frmlgn_hp label{
	width: 80px;
	display: block;
	float: left;
	line-height: 23px;
}

div.loginfields{
	height: 42px;
}

.frmlgn_hp .field,
.frmlgn_hp .pwd
{
	border: 1px solid #BBB;
	width: 130px;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 0.8em;
	float: right;
}

div.buttons{
	margin: 5px 0;
	text-align: right;
}
div.buttons .button{
	background:#FFFFFF none repeat scroll 0%;
border:medium double #CCCCCC;
color:#515151;
font-size:0.8em;
margin-left:10px;
display: inline;
width: 60px;
}

div.buttons .send{
	color: #ff8413;	
	margin-left: 11px;
}

.message{
	border-top: 1px solid #BBB;
	padding-top: 10px;
	margin-top: 10px;
	height: 90px;
}

.message a{
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	padding-bottom: 5px;
}

