.form{
	position: absolute;
}
.form1{
	width: 300px;
	height: 200px;
	border : solid 1px #333333;
	background: #FFFFFF;
	color: #000000;
}
.button_close{
	position: absolute;
	right: 0px;
	width: 50px;
	height: 25px;
	background: #FF0000;
	color: #FFFFFF;
}
.button_close:hover{
	background: #FF8080;
}
.button_close:active{
	background: #000000;
}
.form_title{
	position: absolute;
	height: 25px;
	background: #00FFFF;
	color: #000000;
}
img{
pointer-events: none;
}