#image-form{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#image-bottom{
	padding-top: 2px;
}	
#close-button{ top: 5px; right: 5px; }

#image-form img{ border: none; clear: both;} 
#image-back img{ border: none; }

#image-back{ background-image: url(img/imageback.png); }

* html #image-back{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/imageback.png", sizingMethod="scale");
	}
	