#poptuk {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}

#poptuk table {
	width: 100%;
	height: 100%;
	display: block;
}

#poptuk td {
	width: 100%;
}

#poptuk_content {
	background: #fff;
	display: block;
	width: 320px;
	border-radius: 3px;
	border-top: 4px solid #ddd;
	padding: 10px;
	margin: 10% auto 0 auto;
}

#poptuk_content .poptuk_body {
	max-height: 500px;
	overflow-y: auto;
}

.poptuk_b {
	background: #fff;
	display: inline-block;
	border-radius: 3px;
	
	box-shadow: 0 0 2px  #bbb;
	padding: 10px;
	cursor: pointer;
}