.popup{
	position: absolute;
	top: 300px;
	left: 550px;
	width: 371px;
	height: 303px;
	z-index: 5;
	font-size: 12px;
	color: #656565;
	font-weight: 300;
	text-align: justify;
	border: 5px solid #FFCC00;
	display: block;
	background-color: #42B309;
}

.popup a:link{
	font-family: Arial;
	font-size: 12px;
	color:#339900;
	font-weight: 300;
	text-decoration:none;
}
.popup a:visited{
	font-family: Arial;
	font-size: 12px;
	color:#339900;
	font-weight: 300;
	text-decoration:none;
}
.popup a:hover{
	font-family: Arial;
	font-size: 12px;
	color:#339900;
	font-weight: 300;
	font-style:italic;
	text-decoration:underline;
}

.btao{
	position:absolute;
	width:70px;
	text-align:center;
	margin-top:-15px;
	margin-left:7px;
	padding:5px;
	background-color:#FFCC00;
	z-index:70000;
}

a.linkBtao:link{
	font-family: Arial;
	font-size: 12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
a.linkBtao:visited{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.linkBtao:hover{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

