#tinybox {position:absolute; display:none; padding:0px; background: url(images/preload.gif) #fff no-repeat 50% 50%; border:5px solid #68686B; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background: url(images/ty_bg.gif) repeat-x; display: block; width: 560px; height: 100px;}

#tinycontent
{
padding: 10px;
}
#tinycontent span
{
display: block;
}
#tinycontent .ty_title
{
font-weight: bold;
color: #FFF;
font-size: 20pt;
}
#tinycontent .byline
{
font-weight: bold;
margin-top: 5px;
color: #000;
}
#tinycontent .telephone
{
font-size: 14pt;
margin: 5px 0;
}
#tinycontent a
{
    color: #FFF;
    text-decoration: underline;
}
#tinycontent a:hover
{
    color: #9A9C9F;
}
#tinycontent .close
{
    float: right;
    font-weight: bold;
    text-decoration: none !important;
}