@CHARSET "UTF-8";

#type12 {
	margin: 0px;
	padding: 0px;
	border:none;
	position: absolute;
	width: 900px;
	height: 450px;
}

#player1{
	margin: 0px;
	padding: 0px;
	border:none;
	position: absolute;
	top: 18px;
	left: 100px;
	height: 400px;
	width: 700px;
}

#type12close{
	margin: 0px;
	padding: 0px;
	border:none;
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 100px;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
}