body {
	z-index:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

#content p {
	width: 550px;
}

.modwrap {
	z-index: 5;
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 503px;
	height: 353px;
}

div.modal {
	color: #000;
	background: #ddd;
	font-size: small;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	width: 500px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.modalcontent {
	background: #fff;
	padding: 5px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	top: 25px;
}

div.modaldrop {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	font-size: small;
	overflow: hidden;
	border: 1px solid #000;
	width: 500px;
	height: 350px;
	position: absolute;
	top: 3px;
	left: 3px;
}

select {
	z-index: 1;
}

#modpanel {
	background: #000;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 3;
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	display: none;
}

#modpanel iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

div.modaltitle {
	background: url('images/titleback.gif');
	position: absolute;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: small;
	width: 100%;
	top: 0;
}

div.modalclose {
	cursor: pointer;
	background: url('images/titleclose.gif');
	position: absolute;
	height: 24px;
	width: 18px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
}


