﻿	.popupTopBorder {
		 border-top: 1px black solid;	
		 background-color: white;
	}
	
	.popupLeftBorder {
		border-left: 1px black solid;
		background-color: white;	
	}
	
	.popupRightBorder {
		border-right: 1px black solid;
		background-color: white;	
	}

	.popupBottomBorder {
		border-bottom: 1px black solid;	
		background-color: white;
		text-align:right
	}


	.topLeft {
		width: 20px;
		height: 20px;
		background-image:url('topLeft.gif');
		background-repeat:no-repeat;
	}
	
	.topRight {
		width: 20px;
		height: 20px;
		background-image:url('topRight.gif');
		background-repeat:no-repeat;

	}
	
	.bottomLeft {
		width: 20px;
		height: 20px;
		background-image:url('bottomLeft.gif');			
		background-repeat:no-repeat;
	}
	
	.bottomRight {
		width: 20px;
		height: 20px;
		background-image:url('bottomRight.gif');	
		background-repeat:no-repeat;
	}
	
	.popupContent {
		text-align:center;
		background-color: white;
	}
	
	.popupLink {
		color:blue;
		font-weight:bold;
		text-decoration:underline;
	}
}