div.dialog { position:fixed; top:0; left:-9999px; width:780px; height:502px; background:url('popup-bg2.png'); }


div.dialog .positional { position:fixed; left:-9999px; top:50%; }
div.dialog .content { background:grey; position:relative; left:6px; top:10px; background: -webkit-gradient(linear, left top, left bottom, from(#5d5e62), to(#2e2e30)); 
	background: -moz-linear-gradient(top,  #5d5e62,  #2e2e30);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5d5e62, endColorstr=#2e2e30);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5d5e62, endColorstr=#2e2e30)"; 
		
	} 
	
div.dialog .cocis-edge-n  { height:6px; width:100%; position:absolute; top:0; left:0; z-index:999; }
div.dialog .cocis-edge-s  { height:6px; width:100%; position:absolute; bottom:0px; left:0; z-index:999; }
div.dialog .cocis-edge-n .edge_decoration { height:6px; background:url(popup-bg.png); margin-left:12px; margin-right:12px; border-bottom:6px solid #111111; }
div.dialog .cocis-edge-s .edge_decoration { height:6px; background:url(popup-bg.png); margin-left:12px; margin-right:12px; border-top:6px solid #e6e6e6; }

div.dialog .cocis-edge-e { width:6px; height:100%; position:absolute; top:13px; left:0px; z-index:999; background:url(popup-bg.png); }
div.dialog .cocis-edge-w { width:6px; height:100%; position:absolute; top:13px; right:0px; z-index:999; background:url(popup-bg.png); }

div.dialog .cocis-corner-nw { background:url(popup-bg-tl.png) top; width:12px; height:13px; position:absolute; left:0px; top:0; cursor:sw-resize; }
div.dialog .cocis-corner-ne { background:url(popup-bg-tr.png) top; width:12px; height:13px; position:absolute; right:0px; top:0; cursor:se-resize; }
div.dialog .cocis-corner-sw { background:url(popup-bg-bl.png) bottom; width:12px; height:13px; position:absolute; left:0px; bottom:-6px; cursor:sw-resize; }
div.dialog .cocis-corner-se { background:url(popup-bg-br.png) bottom; width:12px; height:13px; position:absolute; right:0px; bottom:-6px; cursor:se-resize; }

div.dialog a.close-button { display:block; position:absolute; width:18px; height:18px; background-image:url(close1.png); cursor:pointer; z-index:1020; text-indent:-9999px; overflow:hidden; }

div.dialog .content .title { color:#FFFFFF; font-family: 'HelveticaNeueCondensedBold', sans-serif; font-size-adjust: 0.54; font-size:20pt; padding-top:4px; display:block; text-transform:uppercase; }
div.dialog .content .subtitle { color:#AEAEB0; font-family:'HelveticaNeueCondensedBold', sans-serif; font-size-adjust: 0.54; font-size:11pt; color:#aeaeb0; margin-top:-4px; margin-bottom:4px; }

div.dialog .content .padder { margin-left:8px; margin-right:8px; }
