body {
/*    padding:50px 80px; */
    font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
}

.modal {
	background-color:#fff;
	display:none;
	width:900px;
	padding:15px;
	text-align:center;
	border:2px solid #333;
	margin: auto;
	position:absolute;
	left:50%;
	top:50%;
	z-index: 100;
 
    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }
 
.modal h2 {
    background:url(images/info.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
 