.nicepopup{
z-index:1000;
}
.nicepopup img {
	margin: 0px;
	padding: 0px;
	border: none;
	float: none;
	}
.nicepopup .outline{
  border: 1px solid #636363;
  padding: 16px;
  position: relative;
  background:#fff;
}
.nicepopup a.close{
  line-height: 16px;
  display: block;
  position: absolute;
  top: 1px;
  right: 16px;
  overflow: hidden;
  text-decoration: none;
  height: 16px;
  font-size:12px;
} 
.nicepopupLoading .outerImage{
  border: 1px dotted silver;
  width: 100px;
  height: 100px;
  background: url("../i/popup/loading.png") 50% 50% no-repeat;
}

.nicepopup .prevNextBar{
  padding-top: 7px;
  text-align: center;
}
html>body .SdwTL{ background: url("../i/popup/sdw_tl.png") 0 0 no-repeat; }

.SdwT{ padding-top: 8px; height: 8px; }
html>body .SdwT{ background: url("../i/popup/sdw_t.png") 0 0 repeat-x; }

html>body .SdwTR{ background: url("../i/popup/sdw_tr.png") 0 0 no-repeat; }

.SdwR{ padding-left: 8px; width: 8px; }
html>body .SdwR{ background: url("../i/popup/sdw_r.png") 0 0 repeat-y; }

html>body .SdwBR{ background: url("../i/popup/sdw_br.png") 0 0 no-repeat; }

.SdwB{ padding-top: 8px; height: 8px; }
html>body .SdwB{ background: url("../i/popup/sdw_b.png") 0 0 repeat-x; }

html>body .SdwBL{ background: url("../i/popup/sdw_bl.png") 0 0 no-repeat; }

.SdwL{ padding-left: 8px; width: 8px; }
html>body .SdwL{ background: url("../i/popup/sdw_l.png") 0 0 repeat-y; }

