﻿#facebox .bh {
  background:url('../images/facebox/b.png') repeat-x;
}
#facebox .bv {
  background:url('../images/facebox/b.png') repeat-y;
}
#facebox .bv img {
  padding:0px;
  margin:0px
}

#facebox .tl {
  background:url('../images/facebox/tl.png');
}

#facebox .tr {
  background:url('../images/facebox/tr.png');
}

#facebox .bl {
  background:url('../images/facebox/bl.png');
}

#facebox .br {
  background:url('../images/facebox/br.png');
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#facebox .popup {
  /*position: relative;
  float:right*/
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
.LabelResult{
	text-align:center;
	padding:5px;
	color:#3f8301;
	font-weight:bold;
}
.LabelResult *{
	text-align:center !important;
}

