/*
	Main parts in container for popup.tpl
	This uses #M0_popupcontainer to put the following in
	M3_ items are from the mainlayout styles
	---------------------------------
	-                               -
	-		 M1_popupheading        -
	-					            -
	---------------------------------
	-			M3_error	        -
	---------------------------------
	-                               -
	-		 M1_popupcontent        -
	-					            -
	---------------------------------
	-			M3_browser	        -
	---------------------------------
	-			M1_buffer           -
	---------------------------------
*/
#M0_popupcontainer {
	width: 95%;
	height: 95%;
	margin: 0px auto;
	padding: 4px 0 0 0;
}
#M1_popupheading {
	border-bottom: 1px solid #8791a3;
	background-color: white;
	padding: 0 0 0 20px;
	height: 20px;
	background-image: url(http://www.biopimps.nl/styles/default/contentheader.gif);
}
#M1_popupcontent {
	border-bottom: 1px solid #8791a3;
	padding: 8px;
	background-color: #cbd9ed;
} 
