div#window
{
    display:none;
	z-index:9999;
}
div#windowtitle, div#windowbtn
{
    z-index:9999;
    position:fixed;
    left : 50%;
	top : 50%;
	margin-left : -210px;
	margin-top : -245px;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	
}
div#windowbtn
{
    margin-left:210px;
}

div#windowbtn:hover
{
    color: #f00;
	cursor: pointer;
}

div#windowwrapper {

z-index:9999;
	padding : 0;
	margin : 0;
	position : fixed;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	background-color : black;
	opacity : 0.6;
	filter:alpha(opacity=60);
}

div#editform {
z-index:9999;
    -moz-border-radius: 15px 0 15px 0;
	position : fixed;
	left : 50%;
	top : 50%;
	width : 440px;
	height : 410px;
	margin-left : -210px;
	margin-top : -205px;
	
	opacity : 1;
	filter:alpha(opacity=100);
	
	background-color:#fff;
	background-repeat : no-repeat;

	font-family : "Lucida Grande", Verdana;
	font-size : 10pt;
}

div#editform  fieldset{ border:none;}


