#popupcontainer {
	position: absolute;
	height: 350px;
	width: 200px;
	z-index: 1000;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CB9B5F;
	border-right-color: #CB9B5F;
	border-bottom-color: #CB9B5F;
	border-left-color: #CB9B5F;
	background-color: #FFFFFF;
	right: 5%;
	top: 150px;
}
#popupcontainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D8B385;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
#popupcontainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CB9B5F;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#popupcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px 10px;
}
#popupcontainer h3 a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #CB9B5F;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px 10px;
}

