#popup {
	background-color: #505050;
	visibility: hidden;
	z-index: 6;
	position:absolute;
	height: 510px;
	width: 452px;
	background-image: url(../images/popup-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 15px;
}
#popup #popuptitlebar #tasima {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	z-index: 4;
	height: 16px;
	cursor: move;
}
#popup #popupiccerceve {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	z-index: auto;
}
#popup #popuptitlebar {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	height: 25px;
	width: 100%;
	text-align: right;
	padding: 0px;
}
#popup #popuptitlebar #popupclosebuton {
	float: right;
	top: 0px;
	text-align: center;
	width: 20px;
}
