html, body {
	height: 100%;
	overflow:hidden;
	cursor:url(/besg/data/images/Cursor1.gif),auto;
}	
#body{
	background: #001e5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #001e5b 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001e5b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #001e5b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #001e5b 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #001e5b 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #001e5b 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#container{
	opacity:0;
	position:absolute;
	left:50%;
	top:50%;
	width:1024px;
	height:600px;
	margin:-300px 0 0 -512px;
}
#popWindow{
	position:absolute;
	left:0%;
	top:0%;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.8);
}
/*Loading畫面*/
#disabling{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	display:block;
}
#loading{
	position:absolute;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px; 
	border:2px solid #999;
	padding:10px;
	
}
#popContent{
	position:absolute;
	left:50%;
	width:1024px;
	height:100%;
	margin:0 0 0 -512px;
}
#closePopWindow{
	position:absolute;
	right:0px;
}
#page .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
