@CHARSET "utf-8";

#left {
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}

#input {
	width: 700px;
	font-size: 16px;
	background-color: #D98CCA;
	border: 2px solid #000000;
	position: absolute;
	top: 50px;
	left: 500px;
	font-size: 16px;
	z-index: 1000;
}

#input_header {
	background: #3399FF;
	height: 30px;
	width: 100%;
}

#input_form {
	margin: 20px 20px 20px 20px;
	width: 95%;
}

.input_field {
	width: 400px;	
}

#input_content {
	width: 100%;
	height: 100%;
}

#right {
	float: left;
	text-align: left;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#right-top {
	float: top;
	width: 100%;
	height: 100px;
	background: url(macau.jpg) no-repeat;
	z-index: 900;
}

#popup_window {
	background: #FFF;
	display: none;
	border: 2px solid #000000;
	position: absolute;
	top: 30px;
	left: 100px;
	width: 1000px;
	clear: both;
}

#popup_header {
	height: 30px;
	width: 100%;
	background: #3399FF;
	float: top;
}

#popup_panel {
	width: 100%;
	float: top;
}

#popup_content {
	width: 99%;
	height: 99%;
	border-style: none;
}
