@charset "utf-8";
/* CSS Document */
	
html,body {
           font-family:"宋体",arial,sans-serif;
           font-size:12px;
           color:#000;
		   padding:0px;
		   margin:0px;
           }
	   
		  
ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	}
li {
	height: 22px;
	line-height:22px;
	}		  

img{
	border:0px;
	}

/* 浮动窗口 */
.floatingIframe{ background:none; font-size:13px; font-weight:bold;}
.floatingDialog{ position: absolute; z-index: 50; margin:0 auto; background:transparent;}
.floatingDialog li{ margin:0;}
.floatingDialog .fdtop{ position:relative; height:34px; background:transparent url(../images/p-up-t-l.gif) 0 0 no-repeat;}
.floatingDialog .fdtop dl{ height:34px; background:url(../images/p-up-t-r.gif) right top no-repeat; padding: 0 8px;}
.floatingDialog .fdtop dd{ height:34px; background:url(../images/p-up-t.gif) top repeat-x; margin-left:-6px;}
.floatingDialog .fdtop dd li{display:block; float:left;margin-left:0;}
.floatingDialog .fdtop dd li.close{float:right;width:18px; height:18px; padding:8px; }
.floatingDialog .fdtop dd li.close a{display:block; width:18px; height:18px;background:url(../images/p-up-close.gif) left center no-repeat; }
.floatingDialog .fdtop dd li.close a:hover{background:url(../images/p-up-close2.gif) left center no-repeat; }
.floatingDialog .fdtop dd li.title{position:absolute;left: -6px; background:url(../images/p-up-ico.gif) 5px 12px no-repeat 10% 50%; height:34px; line-height:34px; padding-left:20px; font-size:12px; font-weight:bold; color:#4f4f4f;}
.floatingDialog_handle{cursor: move;}
.floatingDialog .floatingDialog_content{background:url(../images/p-up-con-bg.gif) top repeat-x #fff; border-left:1px solid #b1ceee;border-right:1px solid #b1ceee; padding:12px; font-size:13px; font-weight:bold; color:#4F4F4E;}

.floatingDialog .fdbottom{ height:3px; font-size:0; background:url(../images/p-up-b-l.gif) top left;}
.floatingDialog .fdbottom dl{display:block; height:3px; padding:0 3px; background:url(../images/p-up-b-r.gif)  top right no-repeat;}
.floatingDialog .fdbottom dt{ background:url(../images/p-up-b.gif) top  repeat-x; height:3px;}
        
.floatingDialogFontSkin
{
    cursor: pointer;
    color: red;
}
