/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


		.jqmWindow h6 img {border:none; margin-right:20px;}
		.jqmWindow{
			position:fixed;
			left:50%; top:69%; _top:40%;
		    background:#E6E6E6;
			width:614px;
			height:370px;
			margin:-300px 0 0 -307px;
			_margin-top:-50px;
			padding:10px 0;
			border:1px solid #333;
		}
		.jqmWindow:after {
			content:" ";
			display:block;
			clear: both;
		}
		
		.jqmWindow h1{
		    font:bold 22px/20px arial, verdana, tahoma, sans-serif;
			letter-spacing:-1px;
			color:#333;
			margin:10px 20px;
			float:left;
		}
		
		.jqmWindow .nrlocal {
			float:left;
			width:307px;
		}
		
		.jqmWindow .nrlocal h6 {
			background:#089338;
			padding:20px;
			margin:0;
		}
		
		.jqmWindow .nrlocal h6 span {
			font:13px verdana, arial, tahoma, sans-serif;
			color:#FFF;
		
		}
		
		.jqmWindow .nrlocal p {
			color:#333;
			margin:0;
			font:12px verdana, arial, tahoma, sans-serif;
			padding:10px 30px;
		}
		
		.jqmWindow .nrlocal p a.entrarnr1, .jqmWindow .nrlocal p a.entrarnr2 {
			float:right;
			padding:5px 10px;
			margin:10px 10px;
			color:#FFF;
			font:13px verdana, arial, tahoma, sans-serif;
			text-decoration: none;
		}
		
		.jqmWindow .nrlocal p a.entrarnr1 {background:#2C36BA;}
		.jqmWindow .nrlocal p a.entrarnr2 {background:#BA2E26;}
		.jqmWindow .jqmClose{
			position:absolute; 
			right:0; 
			top:10px; 
			width:72px; 
			height:25px;
		}
