/* Start of CMSMS style sheet 'potato: shop' */
#modaldialog {
	width: 640px;
	height: 480px;
	position: absolute;
	background-color: white;
	visibility: hidden;
        border: none;
/*
	top: 0px;
	left: 0px;
	margin: 0 auto;
*/
     
}
#modaldialogcontent {
	width: 640px;
	height: 480px;
        border: 1px dotted #ccc;
}
#modalgrayout {
	opacity: 0.5;
	MozOpacity: 0.5;
	KhtmlOpacity: 0.5;
	filter: alpha(opacity=50);
	height: 500%;
	width: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: black;
}
/* End of 'potato: shop' */

