﻿.popup {
    border: 4px solid rgba(0, 0, 139, 0.2);
	padding: 5px;
	background-color: linen;
	color: black;
    width: 800px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    outline: 0 none;
    text-align: left;
}

.popup h4 {
    border-bottom: 1px solid saddlebrown;
    padding: 15px;
    margin: 0;
}

.popupBody {
	padding: 20px;
    font-size: 85%;
}

.popupBody table td {
	vertical-align: top;
}

.popup *:first-child {
	margin: 0;
}
.popup *:last-child {
	margin-bottom: 0;
}

.popupClose {
	float: right;
	font-size: large;
	font-weight: bold;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: .2;
	filter: alpha(opacity=20);
	cursor:pointer;
}

.popupClose:hover, .popupClose:focus {
	color: black;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

.popupLink {
	color: teal;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
}
