.popup_informations {
	position: fixed;
	*position: fixed;
	_position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-top: -25px;
	margin-left: -200px;
	z-index:98;
}

.popup_informations_empty {
	overflow: hidden;
	height: 0px;
}

.generic_dialog {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
}

.generic_dialog .generic_dialog_popup {
	height:0px;
	overflow:visible;
	position:relative;
	top: 6px;
}

table.pop_dialog_table {
	border-collapse:collapse;
	table-layout:fixed;
	width:400px;
}

td.pop_topleft {
	background-image:url(../img/pop_dialog_top_left.png) !important;
}

td.pop_topright {
	background-image:url(../img/pop_dialog_top_right.png) !important;
}

td.pop_bottomleft {
	background-image:url(../img/pop_dialog_bottom_left.png) !important;
}

td.pop_border {
	text-align: right;
	background-image:url(../img/pop_dialog_border.png) !important;
}

td.pop_bottomright {
	background-image:url(../img/pop_dialog_bottom_right.png) !important;
}

td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
	height:10px;
	overflow:hidden;
	padding:0px !important;
	width:10px !important;
}

#globalMessages td, #globalMessages td.label {
	font-size:11px;
	text-align:left;
}

td.pop_content {
	background-color:white;
	padding:0px;
}

td.pop_content h2 {
	background:#EEEEAA none repeat scroll 0%;
	border:1px solid #777777;
	color: #444444;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

td.pop_content h2 span {
	display:block;
	padding:4px 10px 5px;
}
