 


/* ������¼ ��ע����ʽ*/  

.register-div {
    z-index: 9999;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 500px;
    height: 350px;
    margin: -100px 0 0 -250px;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
}

.register-div-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    display: none
}

.login-div {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin: -100px 0 0 -250px;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666;
}

.login-div-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    display: none
}


.dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity = 50);
    opacity: .5;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.dialog {
    border: 1px solid #ddd;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background-color: #fff;
    z-index: 11;
}

.dialog .dialog-head, .dialog .dialog-foot {
    padding: 10px 20px;
}

.dialog .dialog-head {
    border-bottom: solid 1px #ddd;
    background-color: #016bb9;
    border-radius: 4px 4px 0 0;
}

.dialog .dialog-head strong {
    font-size: 16px;
    color: white;
}

.dialog .dialog-head .close {
    float: right;
    line-height: 24px;
}

.dialog .dialog-body {
    padding: 15px 20px;
    text-align: center;
}

.dialog .dialog-body span {
    width: 75px;
    display: inline-block;
}

.dialog .dialog-body li {
    line-height: 50px;
}

.dialog-foot button {
    padding: 6px 30px;
    color: white;
    background: #f1a338;
    border: none;
}

.dialog .dialog-foot {
    text-align: center;
    border-top: solid 1px #ddd;
}


#user, #pass {
    width: 200px;
    height: 22px;
}


#zcbox {
    position: absolute;
    top: 266px;
    left: 156px;
    color: red;
}


.register-div input{	
    width: 306px;
}




#batchHead{
	height:35px;
}
#batchHead>ul>li{
	overflow: hidden;/*���ݳ���������*/
	text-overflow: ellipsis;/* ����������ʾΪʡ�Ժ�*/
	white-space: nowrap;/*�ı������л���*/ 
	float:left;	
	display:block;
	width:300px;	
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #249ddd;
	color:#fff;
	cursor: pointer
	margin:10px;
	border-right:2px solid #fff;
}
#batchHead>ul>li:last-child{
	border-right:0 none;
}

#batchHead>ul>li.selected{ 	 
	background: #1c51ab;
}