.modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    /*
    opacity:0.8;
    */
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.modal h2 {
    background:url(images/bullet_orange_big.gif) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 20px;
    border-bottom:1px solid #333;
    font-size:20px;
    color: black;
}

