#testdiv {
width:600px; margin:0 auto; border:1px solid #ccc; padding:15px; background:#fff;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:2px solid #e3e3e3; z-index:2000;
box-shadow: 0 0 10px #979797;
-moz-box-shadow: 0 0 10px #979797;  
-webkit-box-shadow: 0 0 10px #979797;
 }
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#9aad06; z-index:1500}
#tinycontent {
background:#fff;
background-image: url(../../Brindilles-img/bg_reappro.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

.button {font:14px Georgia,Verdana; margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
.button:hover {border:1px solid #bbb; background:#e3e3e3}
