@charset "utf-8";
#outdiv{  
width: 848px;
height: 578px;
position: absolute;
z-index: 1050;
background-color: #fff;
left: 50%;
top: 50%;
margin-left: -424px; 
margin-top:-289px;
border:4px solid #cccccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#outdiv .topdiv{
 height:30px;
 background-color:#f27d20;
}
.outdivtitle{
  height:30px;
  line-height:30px;
  width:40%;
  text-align:left;
  float:left;
}
.outdivtitle strong{
  font-weight:bold;
  color:#fff;
  padding-left:5px;
}
.outdivclose{
	height:30px;
	line-height:30px;
	width:10%;
	text-align:right;
	float:right; 
	color:#fff;
}
.outdivclose span{
  padding-right:5px;
}
#outdiv .middlediv{overflow-y: auto;}
#outdiv .bottomdiv{height:40px;background-color:#EEEEEE;border-top: 1px solid #CCCCCC;}
#outdiv .bottomdiv .jbox-button {
background: url(images/jbox-button2.png) repeat-x transparent;
border: #AAAAAA 1px solid;
color: #888888;
border-radius: 3px 3px 3px 3px;
margin: 1px 7px 0px 0px;
height: 22px;
cursor: default;
}