﻿
/*弹出框样式*/
.judge{
	width:100%;
	height:100%;
	min-width:1000px;
	position:fixed;
	_position:relative;
	z-index:9999;
	background:url(../images/judge/judge-bj.png) repeat;	
}
.judge .injudge{
	width:600px;
	height:410px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-305px;
	margin-top:-210px;
	background:url(../images/judge/tishi.png) no-repeat;
}
.judge .injudge .tishi{
	width:450px;
	height:auto;
	margin:80px auto 0;
}
.judge .injudge .tishi .p1{
	font-size:20px;
}
.judge .injudge .tishi .p2{
	font-size:14px;
	margin-top:10px;
}
.judge .injudge .tishi .p3{
	font-size:20px;
	margin-top:20px;
}
.judge .injudge .tishi ul li{
	float:left;
	margin-top:40px;
	width:73px;
	text-align:center;
}
.judge .injudge .tishi ul li.qi{
	margin-left:21px;
}
.judge .injudge .tishi ul li p{
	margin-top:15px;
	font-style:italic;
}
