body {
background-color: #E0E0E0;
margin: 10px;
}

td#main {
border-top: 1px solid #868686;
border-right: 1px solid #868686;
border-left: 1px solid #868686;
border-bottom:1px solid #868686;
}

td#menu {
border-top: 1px solid #868686;
border-left: 1px solid #868686;
border-bottom:1px solid #868686;
}

.menutitle{
cursor:pointer;
text-align:right;
font-weight:bold;

}

.submenu{
margin-bottom: 0.5em;
}

.cursor {cursor:pointer;}

.friends {
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;
color: #FCFCFC;
background-color: #FFFFFF;
visibility: hidden;
}

a.index:link {color: #808080;text-decoration: none;}
a.index:visited {color: #808080;text-decoration: none;}
a.index:active {color: #808080;text-decoration: none;}
a.index:hover {color: #0672D2;text-decoration: underline;}

h1{
font-size: 8px;
color: #e0e0e0;
font-family: arial, sans-serif;
margin-bottom: 1;
}

#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}