/* SmoodalBox */

#sbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;	
}

#sbBox{
	position: absolute;
	left: 50%;
	background-color: #fff;
	border:4px solid #000;
	-moz-border-radius:		15px;
	-webkit-border-radius:	15px;	
}

#sbContent{
	display:block;
	margin:5px;
	float:left;
	clear:both;	
	padding:5px;
	height:95%;
	width:96%;
}

#sbCloseLink{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:			url(/images/closebox_red.png) no-repeat center;
	border:					none;
}

.sbBox-ie6 #sbCloseLink
{	
	background-image:		url(/images/closebox_red.gif);
}


