#popup_fix {
	width: 720px;
	height: 510px;
	position: absolute;
	/*top: 20px;
	left: 500px;*/
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -360px;
	border: 1px solid red;
}

#popup {
	width: 720px;
	height: 510px;
	position: absolute;
	/*top: 20px;
	left: 500px;*/
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -360px;
	font: normal 11px Arial, Verdana, Helvetica;
	color: #000;
	border: 2px solid #C0C0C0;
}

#popup #popup_top {
	float: left;
	width: 720px;
	height: 30px;
	background: #fff url('../_media/popup/bg_top.jpg') top left repeat-x;
}

#popup #popup_content {
	float: left;
	width: 720px;
	height: 340px;
	background: #fff url('../_media/popup/bg_content.jpg') top left repeat-x;
}

#popup #popup_content .left, #popup #popup_bottom .left {
	float: left;
	margin: 20px 0 0 30px;  
	* margin: 20px 0 0 15px;  
	width: 405px;
}

#popup #popup_content .right, #popup #popup_bottom .right {
	float: right;
	margin: 20px 30px 0 0;  
	* margin: 20px 15px 0 0;  
	width: 200px;
}

#popup #popup_bottom {
	float: left;
	width: 720px;
	height: 140px;
	background: #fff url('../_media/popup/bg_bottom.jpg') bottom left no-repeat;
}