.loginPositionDiv {display: none; position:absolute; top:0px; left:0px; width:100%; height:100%;  background:#000000; z-index:19995; filter:alpha(opacity=25); opacity:0.25; }
.loginFloatDiv {display: none; position:fixed; width:390px; height:280px; background:url("../images/transparent.png"); z-index:19995; }
.loginWhiteArea { width:380px; height:270px; margin:5px; background:#ffffff; position:relative; }

.loginAlertDialog { width:100%; height:32px; list-style:none; background:#EFEFEF; }
.loginAlertDialog li { font-size:14px; color:#666666; height:32px; line-height:32px; padding-left:20px; float:left; }
.loginAlertDialog .loginCloseIco { background:url("../images/closeIco.png") 10px 10px no-repeat; width:12px; height:32px; line-height:32px; float:right; }
.loginAlertDialog .loginCloseIco:hover { background:url("../images/closeIco_1.png") 10px 10px no-repeat; width:12px; height:32px; line-height:32px; float:right; cursor:pointer;}
