

.popup_rounded
{ 
	display: block;
	position: absolute;
	bottom: 50px;
	z-index: 99999;
}

.popup_rounded .popup_wrapper
{
	position: relative;
	zoom: 1;
	display: inline-block;
}

.popup_rounded .popup_wrapper, {
	/* is required for popups in IE7 */
	z-index: 99999;
}

.popup_rounded .top_left, 
.popup_rounded .top, 
.popup_rounded .top_right,
 
.popup_rounded .left, 
.popup_rounded .right,
 
.popup_rounded .bottom_left, 
.popup_rounded .bottom, 
.popup_rounded .bottom_right,

.popup_rounded .tail,

.popup_rounded .background_top, 
.popup_rounded .background_content,
.popup_rounded .background_bottom
{ position: absolute; }

.popup_rounded .top_left, 
.popup_rounded .top, 
.popup_rounded .top_right
{ top: -10px; }

.popup_rounded .bottom_left, 
.popup_rounded .bottom, 
.popup_rounded .bottom_right
{
	bottom: -10px;
}

.popup_rounded .top_left, 
.popup_rounded .left, 
.popup_rounded .bottom_left
{ left: -10px; }

.popup_rounded .top_right, 
.popup_rounded .right, 
.popup_rounded .bottom_right
{ right: -3px; }

.popup_rounded .top, 
.popup_rounded .bottom, 
.popup_rounded .background_top
{
	height: 12px;
}

.popup_rounded .top, 
.popup_rounded .background_top
{ left: 2px; right: 9px; }

.popup_rounded .left, 
.popup_rounded .right
{ bottom: 2px; width: 12px; }

.popup_rounded .background_top,
.popup_rounded .background_content,
.popup_rounded .background_bottom
{ background-color: #FFF; } 

.popup_rounded .top_left
{
	height: 12px;
	width: 12px;
	background: url( 'http://assets.ididid.eu/images/blocks/popupbox/corner-left-top.png' ) no-repeat  0 0;
}


.popup_rounded .top
{
	background-image: url( 'http://assets.ididid.eu/images/blocks/popupbox/top.png' );
}

.popup_rounded .top_right
{
	height: 12px;
	width: 12px;
	background: url( 'http://assets.ididid.eu/images/blocks/popupbox/corner-right-top.png' ) no-repeat  0 0;
}

.popup_rounded .left
{
	top: 2px;
	background-image: url( 'http://assets.ididid.eu/images/blocks/popupbox/left.png' );
}

.popup_rounded .right
{
	top: 2px;
	background-image: url( 'http://assets.ididid.eu/images/blocks/popupbox/right.png' );
}

.popup_rounded .bottom_left
{
	width: 12px;
	height: 12px;
	background: url( 'http://assets.ididid.eu/images/blocks/popupbox/corner-left-bottom.png' ) no-repeat  0 0;
}

.popup_rounded .bottom
{
	height: 12px;
	left: 2px;
	right: 9px;
	background: url( 'http://assets.ididid.eu/images/blocks/popupbox/bottom.png' ) repeat-x 0 0;
}

.popup_rounded .bottom_right
{
	width: 12px;
	height: 12px;
	background: url( 'http://assets.ididid.eu/images/blocks/popupbox/corner-right-bottom.png' ) no-repeat  0 0;
}

.popup_rounded .tail
{
	width: 40px;
	height: 40px;
	bottom: -30px;
	background-image: url( 'http://assets.ididid.eu/images/shadow/cloud/tail.png' );
}

.popup_rounded .background_top
{
	top: 0;
}

.popup_rounded .background_bottom
{
	bottom: 2px;
	left: 2px;
	right: 9px;
	height: 18px;
	
}

.popup_rounded .background_content
{
	top: 10px;
	left: 0;
	right: 0;
	bottom: 20px;
}

.popup_rounded .sb_content
{
	position: relative;
	margin-left: -2px;
	margin-right: 5px;
	margin-left: -4px;
}

#ovarlayContent {
	margin-top: -4px;
	margin-left: 1px;
}
