#fa {
	background: none;
	font-family: Arial,sans-serif;
	top: 10px;
    left: auto;
    right: auto;
	z-index: 11000;
}

#textbox {
	background: #FFFFFF;
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 10px;
	width: 300px;
    border: 4px #FFFFFF;
    outline: #000066 solid thick;	
    position: absolute;
    margin-left: 30px;
	top:50px;
    left: 50%;
	z-index: 11200;
}


#textbox2 {
	background: none;
	text-align: center;
	font-family: Arial,sans-serif;
	font-size: normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 10px;
	width: 300px;
    border: none;
    position: absolute;
	margin-left: 30px;
	top:50px;
    left: 50%;
	z-index: 11450;

}

#heli {
	z-index: 11300;
	position: absolute;
	width: 1000px;
    left: 50%;
    right: auto;
    margin-left: -560px;
}


#fake {
	z-index: 500;
    left: auto;
    right: auto;
}

#fa a {
	text-decoration: none;
	border: none;
	color: #800000;
}

#fa img {
	border: none;
	vertical-align:middle;

}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}
