img {
	margin:0;
	border:0;
	padding:0;
}
body {
	background: #4a4d4a;
	color: #ffffff;
	font-family: Arial;
	height: 100%;
}
.popup {
	background: #444444;
	border: 0.7mm #ff9900 solid;
	padding: 4px;
	width: 500px;
	height: 200px;
	position: relative;
	top: 200px;
	margin-left:auto;
	margin-right: auto;
}
.title {
	background: #666666;
	border: #ffffff solid;
	border-width: 1px 0 1px 0;
	padding: 0 2px 0 2px;
	width: 457px;
	float: left;
	height: 20px;
	padding-top: 2px;
}
.titleButtons {
 	float: right;
	position: relative;
	right: 5px;
	bottom:0px;
	width:25px;
	height: 25px;
	background-image: url(ProNettClose.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 0 0;

}
.titleButtons:hover {
	background-position: -25px 0;
}
.content {
	padding: 10px 2px 2px 2px;
	clear:both;
	width:430px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}