#fadeBoxBG {
  top:0;
  left:0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	z-index: 10000;
}

#fadeBoxContainer {
  position: absolute;
	left: 50%;
	z-index: 10001;
  padding: 10px;
}

.messageBox {
	background-color: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./../images/transpx2.png',sizingMethod='scale'); 
  background: url('./../images/transpx2.png');
}

.popupBox {
	background-color: #DAE2E8;
	border: 1px solid #ADBBCA;
}

#boxLoader {
  height: 50px;
  background: url('/../images/progress7.gif') center no-repeat;
}

#boxTitleWrap {
  background-color: #4B769F;
  border: 1px solid #45688E;
  padding: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

#boxBody {
  background-color: #fff;
  border: 1px solid #aaa;
  border-width: 0px 1px 0px 1px;
  border-bottom: 1px solid #ccc;
  padding:16px 14px;
}

#boxControls {
  text-align: center;
  padding:5px;
  height: 30px;
  background-color:#f2f2f2;
  border: 1px solid #aaa;
  border-top: 0px;
}

#boxControls .buttonWrap {
  margin: 2px 5px;
  cursor: pointer;
  float: right;
}

#boxControls .buttonWrap div {
  padding: 4px 14px;
}
#boxControls .buttonYes {
  border: 1px solid #2B587A;
}
#boxControls .buttonYes div {
  border-top: 1px solid #6E97C4;  
  background-color:#4B769F;
  color: #FFF;
}
#boxControls .buttonYes div.buttonHover {
  background-color: #678BAE;
}

#boxControls .buttonNo {
  border: 1px solid #ccc;
}
#boxControls .buttonNo div {
  border-top: 1px solid #fff;
  background-color:#eaeaea;
  color: #000;
  text-decoration: none;
}
#boxControls .buttonNo div.buttonHover {
  background-color: #f5f5f5;
}

#boxTitle {
 border-top: 1px solid #6088B3;
 padding: 4px 10px 5px 10px;
}


#fadeBoxContainer.popupBox #boxTitleWrap, #fadeBoxContainer.popupBox #boxControls {
  display: none;
}

#fadeBoxContainer.popupBox #boxBody {
  border: none;
  padding: 0;
}