.popup
{
	width: 250px;
	height: 190px;
	position: fixed;
	bottom: 2px;
	right: 5px;
	display: none;
	background:#990000;
	border-radius: 5px;
	border-width: 1px;
	border-style:dashed;
	border-color: #ffffff;
	box-shadow: 5px 5px 5px #FF0000;
	padding: 5px;
	cursor: pointer;
}

.popup .close
{
	position: absolute;
	top: 10px;
	right: 5px;
	width: 12px;
	height: 12px;
	background: url("pop-close2.jpg");
	cursor: pointer;
}

.popup img
{
	float: left;
	margin-right: 10px;
	width: 100Px;
	height: 100Px;
	cursor: pointer;
	border: Solid Black 1Px;
}

.popup textarea
{
	border-radius: 5px;
	border-width: 1px;
	border-style: Solid;
	border-color: #00d2ff;
}

.popup span
{
	font-weight: normal;
	color:#FFFF33;
	cursor: pointer;
}
.popup .header
{
	padding: 0 0 10Px 0;
	font-weight: bold;
	color: #FF0000;
	font-size: 12Px;
	Text-Align: Center;
	cursor: pointer;
}