#loading {
	width: 100%;
	height: 100%; 
	background: #000; 
	position: fixed; 
	visibility: visible; 
	z-index: 3; 
	top: 0px; 
	left: 0px; 
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#visibleDivBasketManager {
    opacity: 1;
    position: fixed;
    visibility: hidden;
    width: 400px;
    z-index: 4;
}

#visibleDivBasketManager .left_top {
	width: 19px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/left_top.png") no-repeat left top;
}

#visibleDivBasketManager .center_top {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/center_top.png") repeat-x left top;
}

#visibleDivBasketManager .right_top {
	width: 19px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/right_top.png") no-repeat left top;
}

#visibleDivBasketManager .left_center {
	width: 19px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/left_center.png") repeat-y left top;
}

#visibleDivBasketManager .right_center {
	width: 19px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/right_center.png") repeat-y left top;
}

#visibleDivBasketManager .left_bottom {
	width: 19px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/left_bottom.png") no-repeat left top;
}

#visibleDivBasketManager .center_bottom {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/center_bottom.png") repeat-x left top;
}

#visibleDivBasketManager .right_bottom {
	width: 19px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	background: url("images/right_bottom.png") no-repeat left top;
}

#visibleDivBasketManager .center {
	background: #fff;
}

#visibleDivBasketManager .title {
	color: #15429f;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0px;
}

#visibleDivBasketManager a.close {
	width: 20px;
	height: 20px;
	display: block;
	background: url("images/close.png") no-repeat left top;
	position: absolute;
	right: 19px;
	top: 18px;
}

#visibleDivBasketManager .buttons_block {
	margin-bottom: 25px;
	height: 20px;
}

#visibleDivBasketManager .buttons_block .button {
	float: left;
}