#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(../img/closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(../img/closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(../img/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

/*----------------------------------------------*/

#SexyAlertBox-Box, #alertBottom-Box {
  padding-bottom: 23px;
  background: url('../img/bg-box-bottom.png') bottom left no-repeat;
}

#SexyAlertBox-InBox, #alertBottom-InBox {
  padding-top: 11px;
  background: url('../img/bg-box-top.png') top left no-repeat;
}

#SexyAlertBox-BoxContent, #alertBottom-BoxContent {
  background: url('../img/bg-box-body.png') top left repeat-y;
  /*background-color:#FE7101;*/
  padding: 0px 20px;
}
#bigBottom-Box{
  padding-bottom: 25px;
  height:526px;
  background: url('../img/bg-box-bottom2.png') bottom left no-repeat;
}
#bigBottom-InBox{
	padding-top: 11px;
	height:20px;
  	padding-bottom: 12px;
  	background: url('../img/bg-box-top2.png') top left no-repeat;
}
#bigBottom-BoxContent{
  background: url('../img/bg-box-body2.png') top left repeat-y;
  /*background-color:#FE6801;*/
  padding: 0px 20px;
}

.linePopupAlertTchat{
	margin-left:5px;
	float:right;
}

#BoxAlertBtnOk{
	float:none;
	margin-left:200px;
	margin-top:10px;
	margin-bottom:10px;
}