.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;	

    /* place overlay on top of other elements */ 
    z-index: 10000; 
}

/* 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: #087FE7 url(images/img03.jpg) no-repeat -50px 0;
    margin:0px;
    padding:10px 0 10px 20px;
    border-bottom:1px solid #fea403;
    font-size:20px;
    color: white;
}

.modal h6 {
	background: #087FE7 url(images/img03.jpg) no-repeat -50px 0;
    margin:0px;
    margin-top: 0px;
    padding:5px 0 5px 20px;
    border-bottom:1px solid #fea403;
    font-size:20px;
    color: white;
}
