#filter
{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
	display: none;
}


#box 
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 390px;
	padding: 35px 15px 15px 15px;
	margin:-200px 0 0 -250px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	display: none;
}


#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #ce862b;
	background-color: #FFF6E8;
	color:#000;
	text-align:center;
}
label {
	font-size: 8.5pt;
	color: #666;
	margin: 0px;
	padding: 0px;
}

form p  {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p img {
	margin: 0px;
	position: relative;
	top: 5px;
}

form hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

form h1 {
	font-size: 11pt;
	text-align: center;
	margin: 5px;
}


#src{
    width:257px;
}
#code{
	width:490px;
	height:90px;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
}

#width{
    width:35px;
}
#height{
    width:35px;
}
#close{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 220px;
}

