
.roundedBorders {
position: absolute;
background-image: url(../immagini/roundedBorders.png);
background-repeat: no-repeat;
height:90px;
width:90px;
z-index:4;
}

.leftBorders {
background-image: url(../immagini/borderLeft.png);
background-repeat: repeat-y;
background-position: left;
}

.rightBorders {
background-image: url(../immagini/borderRight.png);
background-repeat: repeat-y;
background-position: right;
}

.topBorders {
background-image: url(../immagini/borderTop.png);
background-repeat: repeat-x;
background-position: top;
}

.botBorders {
background-image: url(../immagini/borderBot.png);
background-repeat: repeat-x;
background-position: bottom;
}


.roundedInsideBorders {
position: absolute;
background-image: url(../immagini/rosaRoundedBordersInside.gif);
background-repeat: no-repeat;
height:50px;
width:50px;
z-index:6;
}

.imgsBorders {
position: absolute;
background-image: url(../immagini/cornice.gif);
background-repeat: no-repeat;
height:22px;
width:22px;
z-index:100;
}

.leftInsideBorders {
background-position: left;
background-image: url(../immagini/borderLeftInside.png);
background-repeat: repeat-y;
}

.rightInsideBorders {
background-position: right;
background-image: url(../immagini/borderRightInside.png);
background-repeat: repeat-y;
}

.topInsideBorders {
background-position: top;
background-image: url(../immagini/ramificaTopInside.png);
background-repeat: repeat-x;
}

.botInsideBorders {
background-position: bottom;
background-image: url(../immagini/ramificaBotInside.png);
background-repeat: repeat-x;
}

.topLeftPos, .topRightPos {top:0;}
.botLeftPos, .botRightPos {bottom:0;}
.topLeftPos, .botLeftPos {left:0;}
.topRightPos, .botRightPos {right:0;}

.topLeftPos  {background-position:top left;}
.topRightPos {background-position:top right;}
.botLeftPos  {background-position:bottom left;}
.botRightPos {background-position:bottom right;}
