.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: #000; left: 0; top: 0; }
  
  /* Border */

.boxy-wrapper { empty-cells: show; }
.boxy-wrapper.alt{ z-index:10000000; background: #fff; padding: 4px 24px;   border: 4px solid #edecec;}
.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?v=20140627001') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/boxy-nw.png?v=20140627001', sizingMethod='crop');}
.boxy-wrapper .boxy-top-right { background:url('../images/boxy-ne.png?v=20140627001') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/boxy-ne.png?v=20140627001', sizingMethod='crop');}
.boxy-wrapper .boxy-bottom-right { background:url('../images/boxy-se.png?v=20140627001') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/boxy-se.png?v=20140627001', sizingMethod='crop');}
.boxy-wrapper .boxy-bottom-left {background:url('../images/boxy-sw.png?v=20140627001') no-repeat; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/boxy-sw.png?v=20140627001', sizingMethod='crop');}



.boxy-wrapper .boxy-top,
.boxy-wrapper .boxy-bottom { height: 6px; background-color: #fff; opacity: 0.3; filter: alpha(opacity=40); padding: 0 }

.boxy-wrapper .boxy-left,
.boxy-wrapper .boxy-right { width: 3px; background-color: #fff; opacity: 0.3; filter: alpha(opacity=40); padding: 0 }

/* Title bar */

.boxy-wrapper .title-bar { position: relative; padding:4px 15px;  text-align:left; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 14px; color:#000;margin: 0; padding: 0; font-weight: bold; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 2px; right: 6px; font-size: 90%; line-height: 1;
    background-image:url('/public/themes/Maibo/common_v1/images/caogen/trading/close_label.png?v=20141223001'); height:23px; width:23px; border:0px;
    background-repeat: no-repeat; }

/* Content Region */

.boxy-inner { background-color: white; padding: 0; color:#333; }
.boxy-inner a:link{}
.boxy-inner a.null{color:#345974;}
.boxy-content {font-size: 15px; padding: 35px 15px; }

/* 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:5px solid #6b6d6b; color:#1b9103; position:absolute;z-index: 9999999999;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 -66px; color:#f00;}
.clew_info{ padding-left: 30px; background-position: 0 -124px;}
.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}
.alert{  font-weight: normal; color: #333;}
.warming {  font-weight: normal; color: #333; text-indent: 2em; line-height: 1.5; padding-top: 5px;}
.ok{ padding: 0 18px; height: 35px; line-height: 35px; color: #fff; background: #0484cf; margin: 15px 0 20px 0; cursor: pointer;  }
.ok:hover{  text-decoration: none; color: #eee;}