.dialogcontainter{height:400px; width:400px; border:1px solid #d2d2d2; 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:#15498b; background-color:#f6f6f6;border-bottom:1px #d2d2d2 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:#15498b; 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;}