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