/*弹出窗口样式*/
.dvwnd{border:1px #c1215d solid;font-size:12px;background:#c1215d;font-family:verdana;width:300px;height:auto;position:absolute;z-index:99999}/*整体外框样式*/
.dvwndcanvas{z-index:99998;background-color:#ffffff;left:0;top:0;margin:0;padding:0;position:fixed!important;/*FF IE7*/position:absolute;filter:alpha(opacity=50);opacity:0.5;}
.dvwndtitle{cursor:move; background:url(../images/windowsbox.gif) 0 0 repeat-x; height:27px;}/*标题样式*/
.dvwndtitle h2{display:block; height:27px; line-height:27px; padding-left:35px; font-weight:bold; font-size:14px; color:white; text-align:left; background:url(../images/windowsbox.gif) -34px -33px no-repeat;margin-top:0px;}/*标题文字*/
.dvwndtitle a.dvwndclose{width:34px; height:27px; float:right; display:block; background:url(../images/windowsbox.gif) 0 -33px;}/*关闭样式*/
.dvwndtitle a:hover.dvwndclose{background:url(../images/windowsbox.gif) 0 -60px;text-decoration:underline;}
.dvwndfocus{background-color:white; cursor:move;}
.dvwndchild{background:#FFF; border:#c1215d 1px solid; margin:0 3px;}

.tp{text-align:center;}
.yw{float:right;}
.yw a{color:#F00;}
.yw a:hover{color:#F00;}
