.btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #adadad;
	-webkit-box-shadow: inset 0px 1px 0px 0px #adadad;
	box-shadow: inset 0px 1px 0px 0px #adadad;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #707070), color-stop(1, #1a1a1a) );
	background: -moz-linear-gradient( center top, #707070 5%, #1a1a1a 100% );
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#1a1a1a');
	background-color: #707070;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #7a7a7a;
	display: inline-block;
	color: #d9d9d9;
	font-family: arial;
	font-size: 13px;
	#font-weight: bold;
	padding: 3px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #0f0f0f;
}
.btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a1a1a), color-stop(1, #706f70) );
	background: -moz-linear-gradient( center top, #1a1a1a 5%, #706f70 100% );
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#707070');
	background-color: #1a1a1a;
}
.btn:active {
	position: relative;
	top: 1px;
}
#popup {
	font-family: arial;
	position: absolute;
	visibility: hidden;
	width: 320px;
	height: 492px;
	font-size: 0.8em;
	left: 20px;
	top: 20px;
	border: 1px solid #000;
	background-color: #ddd;
	padding: 10px;
	opacity:0.9;
}
#popup2 {
	font-family: arial;
	position: absolute;
	visibility: hidden;
	width: 250px;
	height: 220px;
	font-size: 0.8em;
	left: 20px;
	top: 20px;
	border: 1px solid #666;
	background-color: #000;
	color: #ccc;
	padding: 10px;
	opacity:0.7;
}

#popup3 {
	font-family: arial;
	position: absolute;
	visibility: hidden;
	width: 380px;
	height: 280px;
	font-size: 0.8em;
	left: 20px;
	top: 20px;
	border: 1px solid #666;
	background-color: #000;
	color: #ccc;
	padding: 10px;
	opacity:0.7;
}
.cred {
	font-family: arial;
	position: absolute;
	visibility: hidden;
	font-size: 0.7em;
	left: 20px;
	top: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #ccc;
	padding: 10px;
	opacity:0.6;
}

#close {
	float: right;
}
