#tinybox {
position:absolute;
display:none; 
padding:0px;
/*
background:#006600 url(images/popback.gif) no-repeat 50% 50%; 
background:#006600 url(images/popback.gif) repeat; 
*/
background:#EEEEEE;
border:1px solid gray; 
z-index:2000;
}

#tinymask {
position:absolute; 
display:none; 
top:0; 
left:0; 
height:100%; 
width:100%; 
background:#b3bfc0;
z-index:1500;
}

#tinycontent {
margin-top:-5px;
background:#99CC99 url('images/popback.gif') repeat ;

}

#tinycontent p.close{
font-family:Verdana, Arial, Sans-Serif;
font-size: 10pt;
color: #000000;
font-weight: bold;
font-style:italic;
text-align:left;
}

#tinycontent p {
font-family:Verdana, Arial, Sans-Serif;
font-size: 11pt;
color: #000000;
text-align:justify;
}

#tinycontent h2 {
font-family:Verdana, Arial, Sans-Serif;
font-size: 11pt;
color: #000000;
font-weight: bold;
text-align:center;
}

#tinycontent a {
font-size:10pt;
font-weight:bold;
color:#333333;
text-decoration:none;
}

#tinycontent hr {
color:#666666;
background:#666666;
}

	
