@charset "UTF-8";
/* CSS Document */
.popup {
	background-color: #FFF;
	margin: 0px;
	border: thin solid #F00;
	height: 400px;
	width: 858px;
	text-align: right;
	font-size: 16px;
	padding: 20px;
}
.popcopy {
	float: right;
	width: 500px;
}
.popup img {
	border: thin solid #F00;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
	float: right;
}

</style>.popup {
	margin: 0px;
	padding: 10px;
	height: 458px;
	width: 878px;
	background-color: #FFF;
	border: thin solid #F00;
}
.popup p {
	font-size: 14px;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F00;
	text-align: left;
	padding-left: 20px;
	margin-top: 0px;
}
.popup #noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.popup #smallFont {
	font-size: 12px;
}
