@charset "utf-8";
/* CSS Document */
#norDialog,
#norDialog h2#titleHandler,
#norDialog #norDialogContainer h2#titleHandler a,
#norDialog #norDialogTFoot button{
	/*background:url(../images/dialogImage/dialog.gif) no-repeat;*/
	}
	
#norDialog{
	border:#666666 3px solid;
	border-width:2px;
	background:#fff;	
	width:250px;
	left:50%;
	position:absolute;
	z-index:9999;
	position:fixed;
	}

#norDialog #norDialogContainer h2#titleHandler{
	/*background:url(../images/dialogImage/dialogLogo.png) no-repeat 2px 6px;*/
	background:none repeat scroll 0 0 #333333;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#fff;
	text-align:left;
	padding-left:10px;
	}
#norDialog #norDialogContainer h2#titleHandler a{
	float:right;
	width:42px;
	height:16px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0px -54px;
	background:url(../images/dialogImage/close.png) no-repeat;
	margin-right:2px;
	cursor:default;
	margin-top:4px;
	}
#norDialog #norDialogContainer h2#titleHandler a:hover{
	background-position:0px -16px;
	}
#norDialog #norDialogTBody{
	padding:10px;
	line-height:22px;
	}
#norDialog #norDialogTFoot{
	background:#f9f9f9;
	border-top:#dcf1fe 1px solid;
	height:26px;
	padding-top:4px;
	text-align: center;
	}
#norDialog #norDialogTFoot button{
	height:22px;
	background:none repeat scroll 0 0 #666;
	line-height:22px;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	margin:0 3px;
	width:80px;
	   border: 1px solid #E0DEE1;
	}
#norDialog #norDialogTFoot button.hover{
	background-position:left -22px;
	background:none repeat scroll 0 0 #333;
	color:#fff;
	}
#promptText01{
	padding:3px;
	border:#e4e4e4 1px solid;
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
	width:96%;
	}
#promptText02{
	padding:3px;
	border:#e4e4e4 1px solid;
	color:#666;
	font:12px Arial, Helvetica, sans-serif;
	width:97%;
	}
#norDialogBackground{

	filter: Alpha(Opacity=10);opacity:0.1;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9998;
	}
#norDialogTBody p.tooltop{
	/*font-style:italic;*/
	color:#666;
	font:Verdana, Geneva, sans-serif;
	}
/*.norDialogBackground{
	background:#000;
	position:relative;
	margin:-67px 0 0 0px;
	width:253px;
	height:120px;
	filter: Alpha(Opacity=20);
	opacity:0.2;
	}*/
.alert{
	background:url(../images/dialogImage/iconAlert.gif) no-repeat 30px center;
	}
.confirm{
	background:url(../images/dialogImage/iconquery.gif) no-repeat 30px center;
	}
#face{
	width:420px;
	height:300px;
	padding:2px 0 0 2px;
	/*filter: Alpha(Opacity=80);
	opacity:0.8;*/
	}
ul#face li{
	border:#dfe6f6 1px solid;
	float:left;
	width:30px;
	height:30px;
	background:#fff;
	margin:-1px 0 0 -1px;
	}
ul#face li.hover{
	border:#f90 1px solid;
	position:relative;
	z-index:1;
	}
.alert1{
	background:url(../images/dialogImage/succ.png) no-repeat 30px center;
	}
.alert2{
	background:url(../images/dialogImage/error.png) no-repeat 30px center;
	}


  .operations
        {
            width: 100%;
            text-align: right;
            position: relative;
        }

            .operations:hover .setmore
            {
                display:block;
            }

        .setmore
        {
            position: absolute;
            z-index:999;
            background:#fff;
            right:5px;
            top:20px;
            padding:10px;
            border: 1px solid #CDCDCD;
            display:none;
        }

            .setmore a
            {
                display: block;
                text-align: left;
            }
            .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}