/*  By Andrea Bianchi WebLink 1997 - 2008 http://www.web-link.it */

#box1 {background-color: #ffff99;}

#box2 {background-color: #ffccff;}

#box3 {background-color: #ccffff;}

#box1, #box2, #box3
{
width: 400px;
height: 20px;
border: solid 1px;
color: black;
margin-left: 10px;
}

#box4 {background-color: #ffff99;}

#box5 {background-color: #ffccff;}

#box6 {background-color: #ccffff;}

#box7 {background-color: #ffff99;}

#box8 {
position: relative;
top: 12px;
left: 20px;
background-color: #ffccff;
}

#box9 {background-color: #ccffff;}

#box10 {
position: relative;
background-color: #ccffff;
z-index: 1;
}

#box11 {background-color: #ffff99;}

#box12 {
position: relative;
top: 12px;
left: 20px;
background-color: #ffccff;
}

#box13 {
background-color: #ffffff;
overflow: visible;
}

#box14 {
background-color: #ffffff;
overflow: hidden;
}

#box15 {
background-color: #ffffff;
overflow: auto;
}

#box16 {
background-color: #ffffff;
overflow: scroll;
}

#box17 {
position: absolute;
background-color: #ffccff;
}

#box18 {
width: 450px;
height: 20px;
margin: auto;
border: solid 1px;
color: black;
background-color: #ffff99;
text-align: center;
}

#box4, #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12, #box17 {
width: 450px;
height: 20px;
margin: 5px;
border: solid 1px;
color: black;
}

#box13, #box14, #box15, #box16 {
width: 450px;
height: 140px;
margin: 5px;
border: solid 1px;
color: black;
}
/*  By Andrea Bianchi WebLink 1997 - 2008 http://www.web-link.it */
