﻿*{ margin:0px; padding:0}

.win { left:100px; position:absolute;width:400px; z-index:10000; overflow:hidden}
.win .title {width:400px;height:23px;}
.win .title .left {float:left;height:23px;line-height:23px;font-size:13px;}
.win .title .middle{float:left;line-height:23px; height:23px; background:url(/images/window_bg_middle.gif) repeat-x; width:365px;}
.win .font{color:#FFFFFF; font-weight:bold; 
      filter: 
	  Dropshadow(offx=1,offy=0,color=#EE7000)  
	  Dropshadow(offx=0,offy=1,color=#EE7000)  
	  Dropshadow(offx=0,offy=-1,color=#EE7000)  
	  Dropshadow(offx=-1,offy=0,color=#EE7000);}
.win .title .right{ float:right}
.win .body{text-align:center; border:1px #C4C4BC solid;  border-width:0px 1px 0px 1px;}
.win .login{text-align:center; border:1px #C4C4BC solid;border-width:0px 1px 1px 1px;line-height:25px;text-align:center;font-size:14px; color:#666666; font-weight:bold; width:100%-2px;background:#fff;}
.win .content {text-align:center; line-height:25px;padding:25px 0px 25px 0px;text-align:center;font-size:14px; color:#666666; font-weight:bold; width:100%-2px;background:#fff;}
.win .bottom{ background-color:#fff; border:1px solid #C4C4BC;padding:5px 0px 15px 0px; border-width:0px 1px 1px 1px; text-align:center}
.win .bottom .winbtn {width:80px;height:25px;line-height:12px; text-align:center; border:1px solid #CC8744;background:url(/images/bgbutton.gif) repeat-x;}
