#modalBpopup { 
    background-color:#fff;
    border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
    color:#000;
    display:none; 
    /*padding:20px;*/
    min-width:400px;
    min-height: 180px;
	-moz-box-shadow: 3px 3px 10px 3px #212121;
  	-webkit-box-shadow: 3px 3px 10px 3px #212121;
  	box-shadow: 3px 3px 10px 3px #212121;
}

.modalTitle{
	border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	-moz-border-radius:8px 8px 0px 0px;
	margin:0px;
	padding:20px;
	background-image: url(topbar.png);
	background-repeat: repeat-x;
	background-color: #000;
}

.modalTitleHeadline{
	margin:0px;
	padding:0px;
	color:#fff;
	text-transform: uppercase;
	font-size:1.400em;
}

.modalContent{
	padding:20px;
}



.b-close{
	cursor:pointer;
	position:absolute;
	width:30px;
	height:30px;
	top:14px;
	right:14px;
	background-image: url(close-icon.png);
	background-repeat: no-repeat;	
}