#popup{
	border: 1px solid black;
	position: absolute;
	width: 400px;
	height: 100px;

	background-color: #f4f4f4;
	display: none;
	padding-bottom: 10px;
}

.popupClose{
	text-align: right;
	padding-right: 10px;
	background-color: #753334;
	height: 35px;
}
.popupClose a{
	color: white;
}

.owned_data{
	width: 370px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.popupColumn1{
	clear: both;
	float: left;
	padding-top: 2px; 
	padding-bottom: 3px; 
	padding-left: 20px;
	width: 85px;
	text-align: left;
}
.popupColumn2{
	float: left;
	padding-top: 2px; 
	padding-bottom: 3px;  
	width: 210px;
	text-align: left;
}

#popup_title{
	float: left;
	color: white;
	font-size: 20px;
	padding-left: 5px;
	padding-top: 4px;
}
#close_link{
	float: right;
}
