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

/* Modal */

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

/* Border */

.boxy-wrapper { empty-cells: show;border:1px solid #1B72CC;width:500px; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { padding: 0 }

/* Title bar */

.boxy-wrapper .title-bar { background-color: #1b72cc; padding-left: 10px; position: relative;line-height:26px;height:26px; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size:14px;color: white; margin: 0; padding: 0 25px 0 0; font-weight: bold; }
.boxy-wrapper .title-bar .close {  position: absolute; top: 6px; right: 6px; width:14px;height:13px;background:url(/images/jslibs/jquery/boxy/boxy_close.gif) no-repeat 0 0;text-indent:-99999}
.boxy-wrapper .title-bar .close:hover{
text-decoration:none;
}

/* Content Region */

/*.boxy-inner { background-color: white; padding: 0 }*/
.boxy-inner { background-color: #E6E6E6; padding: 0 }
.boxy-content { padding: 10px; }
.boxyPad { padding: 10px; }

/* Question Boxes */

.boxy-wrapper .question { padding:29px 60px 0 60px; height: 100px;overflow-y:auto; }
.boxy-wrapper .answers { text-align: center;padding:26px 0; }

/*qinliang add start*/
.boxy-wrapper .answers input{ 
/*background:transparent url(/images/jslibs/jquery/boxy/btn_pic.gif) no-repeat scroll 0 -50px;*/
background-color:#1b72cc;
cursor:pointer;
height:24px;
line-height:24px;
width:80px;
border:0;
color:#fff;
margin-right:16px;
 }
.boxyForm ul{
padding:23px 0 0 0;
}
.boxyForm .boxyBtn{
padding:26px 0 26px 150px;
}
