﻿.popup
{
	position:absolute;	
	width:500px;
	display:none;
	z-index:10;
}
.popup .popuptable
{
	border:0;
	padding:0;
	margin:0;
	width:100%;
}

.popup .popuptable table
{
	width:90%;
}

.popup table, .popup table td, .popup table tr
{
	margin:0;
	padding:0;
	border:0;
}

.popup #popup-tl
{
	width: 20px;
	height: 41px;
	background:url(/images/popup-tl.png) bottom right no-repeat;
}

.popup #popup-top
{
	height: 41px;
	background:url(/images/popup-top.png) bottom repeat-x;
}

.popup #popup-tr
{
	width: 41px;
	height: 41px;
	background:url(/images/popup-tr.png) bottom left no-repeat;
}

.popup #popup-left
{
	width: 20px;
	background:url(/images/popup-left.png) right repeat-y;
}

.popup #popup-content
{
	background: url(/images/popup-bg.png) repeat;
}

.popup #popup-right
{
	width: 41px;
	background:url(/images/popup-right.png) left repeat-y;
}

.popup #popup-bl
{
	width: 20px;
	height: 41px;
	background:url(/images/popup-bl.png) top right no-repeat;
}

.popup #popup-bottom
{
	height: 41px;
	background:url(/images/popup-bottom.png) top repeat-x;
}

.popup #popup-br
{
	width: 41px;
	height: 41px;
	background:url(/images/popup-br.png) top left no-repeat;
}

.popup #Arrow_bl
{
	position:absolute;
	bottom:1px;
	left:0;
	height:24px;
	width:53px;
	background:url(/images/popup-pointer-bl.png) no-repeat;
}

.popup #Arrow_br
{
	position:absolute;
	bottom:1px;
	right:0;
	margin-right:25px;
	height:24px;
	width:53px;
	background:url(/images/popup-pointer-br.png) no-repeat;
}

.popup #Arrow_tl
{
	position:absolute;
	top:4px;
	left:0;
	height:24px;
	width:53px;
	margin-top:0;
	background:url(/images/popup-pointer-tl.png) no-repeat;
}

.popup #Arrow_tr
{
	position:absolute;
	top:4px;
	right:0;
	margin-right:25px;
	height:24px;
	width:53px;
	background:url(/images/popup-pointer-tr.png) no-repeat;
}

.popup a.closebutton
{
	display:block;
	width:10px;
	height:10px;
	float:right;
	background: url(/images/popup-close.gif) top left no-repeat;
}

.popup a.closebutton:hover
{
	background-position:top right;	
}

.popup a.closebutton img
{
	width:10px;
	height:10px;
	border:0;
}

.popup .hide
{
	display:none;
}

.popup .show
{
	display:block;
}