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

#flash {
	float:left;
	width: 860px;
	height: 280px;
	z-index: 100;
}

#container {
	position: absolute;
	top: 14px;
	left: 550px;
	width: 248px;
	height: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 101;
}
	#expand {
		float: left;
		width: 248px;
		height: 5px;
		background: url(../images/book-bg.png) repeat-y;
	}
	#form-container {
		position: absolute;
		top: 10px;
		left: 8px;
		z-index: 102;
		width: 240px;
		height: 140px;
		visibility: hidden;
	}
	#button {
		float: left;
		width: 248px;
		height: 70px;
		text-align: center;
	}
		#button img {
			border: none;
		}