@charset "utf-8";
/* CSS Document */
#squeeze {
	width:100%;
	height:100%;
	z-index: 99;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(trans-black.png);
	display: none;
	text-align:center;
}
#squeeze h1 {
font-size:24pt;
}
#squeeze h2 {
font-size:18pt;
}
#squeeze #outside_form {
	background-color: #FFFFCC;
	height: 400px;
	width: 450px;
	border: medium ridge #000099;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#squeeze #inside_form {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align:left;
}
