﻿/* 遮罩层 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	filter:alpha(opacity=20);
}

.cvBox {
	position: absolute;
	background-color: #fff;
	margin: 0 auto;	
	z-index: 100;
	text-align: center;	
	display:none;	
	border:3px solid #666;
	overflow:hidden;	
}
.cvBox_title{
  background-color:#e8e8e8;
  height:2em;
  line-height:2em;
  padding:0 0.5em;
}
.cvBox_ajaxWindowTitle{
  float:left;
}
.cvBox_closeAjaxWindow{
  padding-right: 12px;
  text-align:right;
  float:right;
}
