.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: 6px; height: 6px; padding: 0 }
	
	.boxy-wrapper .boxy-top-left { background:url('images/boxy-nw.png') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/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='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/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='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/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='http://develop.thinksns.com/ts_beta_2_0/public/js/tbox/images/boxy-sw.png', sizingMethod='crop');}
	
	
	
	.boxy-wrapper .boxy-top,
	.boxy-wrapper .boxy-bottom { height: 6px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 }
	
	.boxy-wrapper .boxy-left,
	.boxy-wrapper .boxy-right { width: 6px; background-color: black; opacity: 0.4; filter: alpha(opacity=40); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #4e9316; padding: 6px; position: relative; text-align:left}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white;  margin: 0; padding: 0; font-weight: bold; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; 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{ color:#395690}
	.boxy-content { }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; padding: 15px; }
    .boxy-wrapper .answers { background-color:#F8F8F8;border-top:1px solid #E6E6E6;padding:5px;text-align:right; }
	
	
	.load{background:url(/public/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 #7ad3ff;color:#1b9103; position:absolute; z-index:999999; background:#fff url(/public/images/sns/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(/public/images/sns/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; }
