.hidden {
	display: none;
}
.modalBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
div#popup_message {
	position: fixed;
	top: 300px;
	left: 572px;
	z-index: 100;
	padding: 4px;		
	border: 1px solid #c6c6c6;	
	width: 514px;
	min-height: 200px;
	background-color: #f1f1f1;		
	z-index: 2000;
	
	/* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#popup_message_header{
	text-align: center;
	font-family: Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 100%;
	color: #4a4d52;
}
div#popup_message_ditch {
	float: left;
	width: 500px;
	min-height: 177px;
	margin-left: 6px;
	margin-bottom: 6px;
	border: 1px solid #d8d8d8;
}
div#popup_message_ditch_line {
	background-color: #f0f0f0;	
	border-bottom: 1px solid #fefefe;
	border-top: 1px solid #cecece;
	height: 0px;
	width: 488px;
	margin: auto;
}
div#popup_message_text {
	min-height: 115px;
	padding: 10px;
	overflow: auto;
	border-top: 1px solid #fefefe;
}
div#popup_message_button {
	width: 100px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #acacac;
	background: url(images/pm_bg_small_gray_btn.png);
	text-align: center;
	float: right;
	margin: 10px;
	cursor: pointer;
	color: #4a4e51;
}
div#popup_message img {
	float: left;
	margin-right: 8px;
}
div#popup_message div.szoveg {
	float: left;
	font-family: Sans-Serif;
	color: #ababab;
	font-weight: bold;
	font-size: 13px;	
	margin: 7px 10px 7px 0px;	
}
input#popup_message_button {
	float: right;
	margin: 0px 10px;
	clear: both;
	border: 0px;
} 