@import url(../../../themes/qnwortal/style/style.css);

#popup {
  display: none;
  position: fixed;
  width: 600px;
  _position: absolute; /* hack for internet explorer 6 */
  z-index: 2000;
	border: none;
	min-height:50px; height:auto !important; height:50px;
}

#popup #close {
  width: 14px;
  height: 14px;
  background: url('/themes/qnwortal/images/close-off.png') no-repeat;
	float: right;
  cursor: pointer;
}
#popup a.close:hover {
  background: url('/themes/qnwortal/images/close.png') no-repeat;
}
#popup .c {
	border-bottom: 1px solid gray;
	width: 140px;
	padding: 10px;
	float: right; 
	position: static;
}
#popup .c a {
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
	margin-right: 25px;
}
#popup .c #c_yes {
	background: url('/images/ikony/accept.png') no-repeat;
}
#popup .c #c_no {
	background: url('/images/ikony/delete.png') no-repeat;
}
