.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .boxy-top-left,
	.boxy-wrapper .boxy-top-right,
	.boxy-wrapper .boxy-bottom-right,
	.boxy-wrapper .boxy-bottom-left { width: 10px; height: 10px; padding: 0;}
	
	.boxy-wrapper .boxy-top-left { background:url('images/boxy-nw.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-nw.png', sizingMethod='crop');}
	.boxy-wrapper .boxy-top-right { background:url('images/boxy-ne.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-ne.png', sizingMethod='crop');}
	.boxy-wrapper .boxy-bottom-right { background:url('images/boxy-se.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-se.png', sizingMethod='crop');}
	.boxy-wrapper .boxy-bottom-left {  background:url('images/boxy-sw.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-sw.png', sizingMethod='crop');}
	
	
	
	.boxy-wrapper .boxy-top,
	.boxy-wrapper .boxy-bottom { height: 10px; background-color: #FFF;  padding: 0 }
	.boxy-wrapper .boxy-top { background:url('images/boxy-n.png'); _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-n.png', sizingMethod='crop');}
	.boxy-wrapper .boxy-bottom{ background:url('images/boxy-s.png') ; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-s.png', sizingMethod='crop');}
	.boxy-wrapper .boxy-left,
	.boxy-wrapper .boxy-right { width: 10px; background-color: #FFF; padding: 0 }
	.boxy-wrapper .boxy-left{ background:url('images/boxy-w.png'); _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-w.png', sizingMethod='crop');}
	.boxy-wrapper .boxy-right{background:url('images/boxy-e.png'); _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy-e.png', sizingMethod='crop');}
	/* Title bar */
	
	.boxy-wrapper .title-bar { background: url(images/title_bg.png) repeat-x bottom left; padding: 2px 0px; position: relative; text-align:left; margin:0 7px; height:45px;}
	.boxy-wrapper .title-bar img{ height:30px; width:30px; position:absolute; left:0; top:5px;}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { position: absolute; left:33px; height:45px; line-height:45px; font-size: 15px; color: #5f5b5b; font-weight: bold; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 10px; right: 0px; font-size: 90%; line-height: 1; background-image:url(images/close.gif); height:15px; width:15px; border:0px; background-repeat: no-repeat; background-position: center center; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0; color:#333; }
	.boxy-inner a:link{}
		.boxy-inner a.null{color:#345974;}
	.boxy-content { }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; padding: 15px; }
    .boxy-wrapper .answers { margin:0px auto; width:150px; padding-bottom:10px}
	.boxy-wrapper .photoShow{padding:10px;overflow:hidden}
	.boxy-wrapper .photoShow h4{font-size:12px;font-weight:400}
	.boxy-wrapper .photoShow h5{font-size:12px;font-weight:400;line-height:30px}
	.boxy-wrapper .photoShow img{padding:2px;border:#ccc solid 1px;float:left;margin:0 10px 0 0}
	
	
	.load{background:url(images/icon_waiting.gif) no-repeat 0 0; height:32px; line-height:32px; display:inline-block; padding-left:40px; margin-top:20px;}
	
	/*提示信息*/
	.html_clew_box { border:3px solid #E6E6E6; color:#1b9103; position:absolute; z-index:999999; background:#fff url(images/html_clew_box.gif) repeat-x 0 0; padding:0 25px 0 68px; ; margin-top:1px; float:left; }
	.clew_error { background-position:0 bottom; color:#f00 }
	.html_clew_box_close { clear:both; display:none }
	.html_clew_box_close a { background: url(images/pop_ico_x.gif) no-repeat 0 0; width:8px; height:8px; overflow: hidden; text-indent: 10px; display: block; float: right; }
	.html_clew_box_con { font-size:14px; padding:20px 0; white-space: nowrap; font-weight: bold; }
	.ico_waiting { background:url(images/icon_waiting.gif) no-repeat 0 0; height:32px; line-height:32px; display:inline-block; padding-left:40px; }
	.boxy-content { text-align:left; padding:10px; }
	#input_dismissed { margin:10px 0 10px 0; }
	/*页面弹出层*/
	.html_pop_box { -moz-border-radius:5px 5px 5px 5px; background:none repeat scroll 0 0 #333333; height:100%; margin:-8px; opacity:0.5; padding:8px; position:absolute; width:100%; z-index:-1; }