@CHARSET "UTF-8";

#info_page {
		top:20px;
		position: relative;
		display: none;
		width: 700px;
		height: 500px;
		overflow: auto;
		margin-left: auto;
		margin-right: auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 16px;
		background-color: #0BBFBF;
		border: 2px solid;
		border-radius: 15px;
		-moz-border-radius:15px;
		-moz-box-shadow: 5px 5px 5px #888888;
		-webkit-box-shadow: 5px 5px 5px #888888;
	}
	
#go_back_button {
	display:none;
}
