@CHARSET "ISO-8859-1";

.popinout {
	position: relative;
}

.btn_popupOut {
	position: absolute;
	top: 3px;
	right: 20px;
	border: 0;
	background: transparent no-repeat
		url("../../images/english/pop_out.png") center center;
	height: 20px;
	width: 18px;
}

.btn_popupIn {
	background: url("../../images/english/pop_in.png") no-repeat scroll 0
		50% transparent;
	border: 0 none;
	position: absolute;
	right: 10px;
	top: 2px;
	height: 16px;
	width: 16px;
}