@charset "utf-8";
/* CSS Document */

object {
	outline: none;
}

#container {
	width: 1024px;
	margin: auto;
}

#float_buttons {
	float: right;
	margin-top: 80px;
	margin-right: 64px;
}

#swf_window {
	padding-top: 50px;
}

#FlashID {
	outline: 3px solid #FFFFFF;
}

.btn {
	background-color: #f59120;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 0.25px solid #999999;
	width: 72px;
	height: 30px;
	padding-bottom: 5px;
	text-decoration: none;
}

.btn:link {
	background-color: #f59120;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 0.25px solid #999999;
	width: 72px;
	height: 30px;
	padding-bottom: 5px;
	text-decoration: none;
}

.btn:active {
	background-color: #f59120;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 0.25px solid #999999;
	width: 72px;
	height: 30px;
	padding-bottom: 5px;
	text-decoration: none;
}

.btn:hover {
	color: #f59120;
	background-color: #f2f2f2;
	border: 0.25px solid #999999;
}