	#overlay{
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	/*内容框*/
	#markContentBox_{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#contentContainer{
		width: 500px;
		height: 100%;
		background: #FFF;
		margin: auto;
	}
	#maskTopbar{
		background: #FF7200;
		font-size: 12px;
		text-align: left;
		color: #FFF;
		margin: 0px;
		margin-bottom: 5px;
		padding: 8px !important;
		padding: 8px 2px;

	}
	#maskTitle{
			display: block;
			margin: 3px !important;
			margin-top: 5px;
			margin-left: 5px;
			cursor: move;
	}
	#closeImage{
		width: 16px;
		height: 16px;
		float: right;
		margin-top: -10px;
		margin-right: 0 !important;
		margin-right: 2px;
		cursor: pointer;
	}
