#popup {
	font-weight: normal;
	position: absolute;
	z-index: 1000;
	width: 350px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 80px;
	background-image: url(../img/bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
}

#popbg {
	margin-bottom: 10px;
	background-image: url(../img/bg.png);
	background-position: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

#close {
	height: 16px;
	width: 20px;
	position: absolute;
	margin-left: 324px;
	margin-top: -5px;
}
#popcontent {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #008746;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #008746;
	text-align: center;
}
#popup2 {
	font-weight: normal;
	position: absolute;
	z-index: 1000;
	width: 350px;
	margin-top: 210px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 260px;
	background-image: url(../img/bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
