.like_win_header{
  background:url(/assets/templates/bt/img/like_win/arrow.png);
  width:5px;
  height:3px;
  display:none;
}

.like_win td.mc{
  font-size:12px;
  font-family:Tahoma, Geneva, sans-serif;
  white-space:nowrap;
  line-height:22px;
  padding:17px 34px;
}

.like_win{

}
.like_win table, .like_win table td{
  border:none;
  border-spacing:0px;
  padding:0px;
  margin:0;
}
.like_win .tl {
  background-image: url(/assets/templates/bt/img/like_win/tl.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.like_win .tl .tr {
  background-image: url(/assets/templates/bt/img/like_win/tr.png);
  background-repeat: no-repeat;
  background-position: right top;  
}
.like_win .tl .tr .tc{
  background-image: url(/assets/templates/bt/img/like_win/tc.png);
  background-repeat: repeat-x;
  background-position: top;
  position:relative;
  left:12px;
  margin-right:24px;
}
.like_win .bl {
  background-image: url(/assets/templates/bt/img/like_win/bl.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position:relative;
  top:26px;
  -top:20px;
  left:-12px;
}
.like_win .bl .br {
  background-image: url(/assets/templates/bt/img/like_win/br.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position:relative;
  margin-right:-24px;
}
.like_win .bl .br .bc{
  background-image: url(/assets/templates/bt/img/like_win/bc.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position:relative;
  left:12px;
  margin-right:24px;
}
.like_win .ml {
  background-image: url(/assets/templates/bt/img/like_win/ml.png);
  background-repeat: repeat-y;
  background-position: left;
  position:relative;
  top:-12px;
  left:-12px;
}
.like_win .ml .mr {
  background-image: url(/assets/templates/bt/img/like_win/mr.png);
  background-repeat: repeat-y;
  background-position: right;
  position:relative;
  margin-right:-24px;
}
.like_win .ml .mr .mc{
  background-image: url(/assets/templates/bt/img/like_win/mc.png);
  background-repeat: repeat;
  background-position: right;
  position:relative;
  margin:0 12px;
  padding:10px;
}


table.like_win2{
	width:200px;
	
}
table.like_win2 .tl{
	background:url(/assets/templates/bt/img/like_win2/tl.gif);
	width:2px;
	height:2px;
}
table.like_win2 .tc{
	background:url(/assets/templates/bt/img/like_win2/tc.gif);
	height:2px;
}
table.like_win2 .tr{
	background:url(/assets/templates/bt/img/like_win2/tr.gif);
	width:2px;
	height:2px;
}
table.like_win2 .ml{
	background:url(/assets/templates/bt/img/like_win2/ml.gif);
	width:2px;
}
table.like_win2 .mc{
	background:url(/assets/templates/bt/img/like_win2/mc.gif);
}
table.like_win2 .mr{
	background:url(/assets/templates/bt/img/like_win2/mr.gif);
	width:2px;
}
table.like_win2 .bl{
	background:url(/assets/templates/bt/img/like_win2/bl.gif);
	width:2px;
	height:2px;
}
table.like_win2 .bc{
	background:url(/assets/templates/bt/img/like_win2/bc.gif);
	height:2px;
}
table.like_win2 .br{
	background:url(/assets/templates/bt/img/like_win2/br.gif);
	width:2px;
	height:2px;
}