.roundcont_white {
	background-color: white;
	cursor: default;
	margin: 0;
	font-size: 15px !important;
}

.roundcont_white p {
	margin: 0px 3px 0px 3px;
	padding-top: 7px;
}

.roundtop_white { 
	background: url(../images/tr_white.png) no-repeat top right;
	height: 10px;  
}

.roundbottom_white {
	background: url(../images/br_white.png) no-repeat top right; 
	margin-top: -3px;
	height: 10px; 
}

div.corner_bottom_white {
   	background: url(../images/bl_white.png) no-repeat top left;
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

div.corner_top_white {
   	background: url(../images/tl_white.png) no-repeat top left;
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}


#pop_up{
	border: thin solid;
	height: 110px;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 20;
}
.blurring_box{
	position: absolute ; 
	left: 0px ; 
	top: 0px; 
	width: 100% ; 
	height: 100% ; 
	background-color: gray;
	opacity:0.7;
	visibility: hidden;
}
