.resume-background{
	background:#000;
	position:fixed;
	width:100%;
	height:100%;
	z-index:90;
	opacity: 0.7;
	filter:alpha(opacity=70);
	text-indent:-9999px;
	top:0;
	display:none;
}

.resume-content{
	width:1100px;
	height:500px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-550px;
	display:block;
	background:#FFF;
	border:1px solid #CCC;
	border-top:30px solid #CCC;
	z-index:91;
	display:none;
}

.resume-form{
	padding:20px 40px;
	position:relative;
	width:1020px;
	height:460px;		
}

.resume-txt h2{
	font-size:16px;
	margin-bottom:20px;
}

.resume-txt ul li{
	height:20px;
	width:1020px;
	line-height:20px;
	font-size:13px;
}

.resume-txt ul li.red{
	color:#F00;
}

.resume-table{
	border:1px solid #b2b2b2;
	border-collapse:collapse;
	width:1000px;
	margin:40px auto;
}

.resume-table th,
.resume-table td{
	border:1px solid #b2b2b2;
	height:50px;
	font-size:14px;
}

.resume-table td{
	text-indent:20px;
}

.resume-table td.ltd{	
	text-indent:0px;
	padding-left:20px;
	line-height:20px;
	height:70px;
}

.resume-form a.ok-btn{
	width:300px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#b0b0b0;
	background:#e1e1e1;
	display:block;
	border:1px solid #CCC;
	font-size:18px;
	position:absolute;
	left:50%;
	margin-left:-150px;	
}

.resume-form a.ok-btn.focus{
	color:#333;
	background:#e47555;
	border:1px solid #F00;
	font-weight:bold;
	text-decoration:none;
}

.resume-content .close-btn{
	display:block;
	width:40px;
	height:40px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	background:#000;
	color:#FFF;
	font-family:Terminal;
	position:absolute;
	top:-31px;
	right:-41px;
}

.resume-content .close-btn:hover{
	color:#FFF;
	text-decoration:none;
}
