@media screen and (max-width:767px) {
.dialog_window{
	margin-top:0px!important;
 margin-left:0px!important;
	height:auto!important;
  width:90%!important;
  padding:5px!important;
}
}
@charset "utf-8";
/* CSS Document */

.dialog_window{
 position:fixed;
 margin-top:150px;
 margin-left:150px;
 padding-left:10px;
 z-index:99999991;
 background-color:white;
  height:150px;
  width:620px;
  border:solid 3px #fff;
  box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
 /* font-family:Corbel,"Myriad Pro";*/
}


#dw_cnv_close_icon{
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	
	}
#dw_close_icon{
	border-bottom-style:none;
	float:right;
	cursor:pointer;
	}
#dw_fejlec
{
  float:left;
  width:600px;
  height:20px;

	font-size:18px;
	font-weight:bold;
	color:#224477;
	margin-left:0px;
	padding-left:-10px;
	margin-bottom:15px;
	
}	

#dw_cnv_top{
	height:20px;
	width:600px;
    margin-top:7px;
	}