﻿#al_window {
	top: 10px;
	left: 10px;
	position: absolute;
	background: #fff;
	border: 2px #c9c9c9 solid;
	overflow: auto;
	width: 647px;
	height: 325px;
	z-index: 999;
}
#al_frame {
	border: 0px;
	overflow: hidden;
	width: 635px;
	height: 300px;
}
#al_window img {
	position: absolute;
	bottom: 0px;
	right: 5px;
	cursor: pointer;
	cursor: hand;
}
