@CHARSET "UTF-8";

.MessageBox {
	left:50%;
	margin:-24px 0 0 -90px;
    color: #606060;
    vertical-align: middle;
    z-index: 101;
    position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
}

.msg_left {
	width: 49px;
	height: 49px;
	background-image: url("../images/message/win8/msg_left.gif");
   	background-repeat: no-repeat;
   	padding: 0px;
}

.success_left {
	width: 49px;
	height: 49px;
	background-image: url("../images/message/win8/success_left.gif");
   	background-repeat: no-repeat;
   	padding: 0px;
}

.fail_left {
	width: 49px;
	height: 49px;
	padding: 0px;
	background-image: url("../images/message/win8/fail_left.gif");
   	background-repeat: no-repeat;
}

.wait_left {
	width: 18px;
	height: 46px;
	padding-left: 12px;
	background-color: #17606D;
	padding-top: 3px;
}

.msg_content {
	padding:2px 9px 0px 7px;
    font-size:14px;
	height: 47px;
	background-color: #17606D;
	color: #ffffff;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI',Tahoma, Helvetica, Sans-Serif;
}

.msg_right {
	width: 6px;
	height: 49px;
	background-color: #17606D;
}

.displayDiv {
	filter:alpha(opacity=10); 
	top:0px;
	left:0px;
	position:absolute;
	background-color:black;
	z-index: 100;
	opacity: .1;
	width: 100%;
	height: 100%px;
}


.windowBox {
	left:50%;
	top: 50%;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid #909FB4;
    z-index: 101;
    position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
	font-size: 12px;
}

.windowBox img{
	border: 0px;
}

.contentTd{
	background-color: #C5D5E5;
	padding: 0px 4px 0px 4px;
}

.close{
	padding-right: 3px;
	width: 20px;
}

.contentTd div{
	border: 1px solid #A9B8CF;
	background-color: #DFE8F7;
	height: 100%;
}


.windowBox table {
	margin: 0px;
}

.formTable{
	width: 100%;
	height: 100%;
}

.formTitle{
	height: 12px;
	/**background-color: #C7D4E4;**/
	background-image: url("../images/message/top_center.gif");
	margin: 0px;
	padding-left: 4px;
	cursor: move;
}

.formTitle td{
	padding-left: 4px;
	padding-top: 4px;
	font-weight: bold;
	color: #27458B;
}

.nav-item{
	position: relative;
    border: 1px solid #636973;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 26px 0 4px;
    cursor: pointer;
    background: #f3f3f3;
}

.nav-item b{
	background-color: #636973;
    width: 13px;
    height: 13px;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    color: #fff;
}



