#testdiv {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px 25px;
    background: #fff
}

#tinybox {
    position: absolute;
    display: none;
    background: url(images/preload.gif) no-repeat 50% 50%;
    z-index: 2000;
}

#tinymask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1500
}

#tinycontent {
    padding: 0;
    margin: 0;
}

#tinycontent p {
    margin-top: 0;
}

.tools {
	background: url(images/tools.png) no-repeat;
	position:absolute;
	height:38px;
	width:65px;
	bottom:0;
	right:0;
}
.print {
	float:left;
	width:30px;
	height:38px;
	cursor:pointer;
}
.close {
	float:left;
	width:35px;
	height:38px;
	cursor:pointer;
}
