
/* message box*/
.box_frame {
  top:0;
  left:0;
  width: 100%;
  height: 350px;
}

.popup_box_bg {

}

.popup_box_container {
  background: #CCCCCC; /* for IE */
  background: rgba(194, 194, 192, 0.6);
  position: absolute;
  width: 700px;
  z-index: 1002;
  padding: 10px;
}

.box_title_wrap {
  background-color: #375d81;
  border: 1px solid #324B67;
  border-bottom: 1px solid #45688E;
  padding: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.box_loader {
  height: 50px;
  background: url('../images/progress7.gif') center no-repeat;
}

.box_body {
  background-color: #fff;
  height: 100%;
  border-left: 1px solid #616161;
  border-right: 1px solid #616161;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  padding:16px 14px;
  line-height: 14px;
}

.print_body img {
clear:both;
padding:0 10px;
}

.print_body {
	min-height:135px;
	max-height:250px;
	overflow:auto;
}

.print_body  p{
line-height:16px;
}

.controls_wrap {
  padding: 7px 0px 0px 5px;
}

.box_controls_wrap {
 border: 1px solid #616161;
 border: 1px solid #AAA;
 border-top: 0px;
}

.box_controls {
  padding: 5px;
  height: 30px;
  background-color:#f2f2f2;
  border-top: 1px solid #ccc;
}

.box_controls img {
  position: relative;
  left: 10px;
  top: 8px;
}

.box_title {
 border-top: 1px solid #6088B3;
 border-bottom: 1px solid #466E94;
 padding: 4px 10px 5px 10px;
}


.button_yes, .button_no {
  margin: 2px 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}

.box_controls .button_yes, .box_controls .button_no {
  float: right;
}

.button_yes div, .button_no div {
  padding: 4px 14px;
  text-align: center;
}
.button_yes a:hover, .button_no a:hover {
  text-decoration: none;
}

.button_yes {
  border: 1px solid #3B6798;
  text-shadow: 0px 1px 0px #45688E;
}
.button_yes_bottom {
  border-bottom: 1px solid #2B587A;
}
.button_yes div {
  border-style: solid;
  border-width: 1px;
  border-color: #7E9CBC #5C82AB #5C82AB;
  background-color:#6D8FB3;
  color: #FFF;
}
.button_yes div.button_hover {
  border-color: #92ACC7 #7293B7 #7293B7;
  background-color: #84A1BF;
}
.button_yes div.button_down {
  border-color: #51769e #51779f #7495b8;
  background-color: #6688ad;
}

.button_no {
  border: 1px solid #B8B8B8;
  border-top: 1px solid #9F9F9F;
  text-shadow: 0px 1px 0px #FFF;
}
.button_no div {
  border: 1px solid #F4F4F4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DFDFDF;
  background-color:#eaeaea;
  color: #000;
  text-decoration: none;
}
.button_no div.button_hover {
  background-color: #f7f7f7;
}
.button_no div.button_down {
  border-color: #cccccc #cbcbcb #e8e8e8;
  background-color: #e4e4e4;
}

.splCont{display:none;border:1px solid #cccccc;padding:3px 5px;}