.dialogcontainter{height:400px; width:400px; border:1px solid #b4cae8; position:absolute; font-size:13px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#fff;} .dialogtitle{height:30px; width:auto;color:#3e6aaa; /*background-color:#f6f6f6;*/FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c8d9f0,endColorStr=#f4f8fd); /*IE 6 7 8*/ background: -ms-linear-gradient(top, #c8d9f0, #f4f8fd); /* IE 10 */background:-moz-linear-gradient(top,#c8d9f0,#f4f8fd);/*火狐*/ background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#c8d9f0), to(#f4f8fd));/*谷歌*/ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8d9f0), to(#f4f8fd)); /* Safari 4-5, Chrome 1-9*/background: -webkit-linear-gradient(top, #c8d9f0, #f4f8fd); /*Safari5.1 Chrome 10+*/background: -o-linear-gradient(top, #c8d9f0, #f4f8fd); /*Opera 11.10+*/border-bottom:1px #b4cae8 solid;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;} .dialogtitleinfo{float:left;height:24px; margin-top:2px; margin-left:10px;line-height:24px; vertical-align:middle; color:#3e6aaa; font-weight:bold; } .dialogtitleico{float:right;height:20px; width:21px; margin-top:4px; margin-right:5px;text-align:center; line-height:24px; vertical-align:middle;background-image:url(../../images/close.png);background-position:-21px 0px;cursor:pointer;} .dialogbody{ padding:10px; width:auto;} .dialogbottom{ bottom:1px; right:1px;cursor:nw-resize; position:absolute; background-image:url(../../images/corner.png);background-size:10px 10px;width:10px; height:10px; font-size:0;}