/*General Pop-up Background*/
.vpb_pop_up_background
{
	_position:absolute; /* hack for internet explorer 6*/
    position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:100;
    opacity:0.6;
    background-color:black;
}


.vpb__pop_up_box
{
	display:none;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}



.panel {
    width:70%;
	border: solid 5px #ffffff;
	background-color: #E5E5E5;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	padding:10px;
	padding-left:20px;
	padding-right:0px;
	top: 10px; 
	position: absolute;
	z-index:100;
	margin: auto auto;
    left: 0px;
    right:0px;

}
.panel > .panel-heading {
  font-size: 20px;
  margin:0px 10px 0 0;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.panel > .panel-body {
  margin:20px 0px 0 0;
}

.panel > .panel-footer {
  font-size: 18px;
  padding: 7px 15px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.panel.panel-primary {
  border-color: #dc6767;
}
.panel.panel-primary > .panel-heading {
  background: #dc6767;
  border-color: #dc6767 !important;
}
.panel.panel-primary > .panel-footer {
  background: #dc6767;
  border-color: #dc6767 !important;
}
