#simple-image-viewer-loading {
        border: 2px dotted silver;
        width: 100px;
	height: 100px;

	text-indent: -10000px;

	background: ghostwhite url(./gifs/loading.gif) center center no-repeat;
}

#simple-image-viewer {
        border: 2px dotted silver;
	padding: 15px;
	background: ghostwhite url(./gifs/close.gif) no-repeat right top;
	font: 12px/1.2 Verdana;
	color: #666;
}


#simple-image-viewer h2 {
		margin: 0 0 10 0;
	}

#simple-image-viewer p {
		margin: 3 3 3 3;
	}

