h1#dL_nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -28px;
	left: 5px;
	font-size: 12px;
	font-family:verdana;
	color: #555;
}

h1#dL_nyroModalTitle {
	font-weight: 800;  
	font-size: 12px;
	background:#ddd;
	background:-moz-linear-gradient(center top , #fff, #ddd 50%, #ccc 51%, #ddd 100%); 
	background:-webkit-gradient(linear, left top, left bottom,from(#fff), to(#ddd), color-stop(0.5, #ddd), color-stop(0.51, #ccc));
	padding:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
}