.jqmOverlay { background-color: #1d1d1d; }  /* ֲ㱳ɫ */
.jqmWindow {
	background: #eeeeee left top repeat-x;
	color: #000;
	border: 1px solid #333333;
	padding-bottom: 25px !important;
	padding-bottom: 1px;
}

button.jqmClose {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: none;
	border: 0px solid #EAEAEB;
	color: #666666;
	clear: right;
	float: right;
	padding: 0;
	cursor: pointer;
	letter-spacing: 1px;
}

button.jqmClose:hover, button.jqmClose:active {
	color:#333333;
	border: 0 solid #FFFFFF;
}

#jqmTitle {
	background: transparent;
	color: #333333;
	text-transform: capitalize;
	height: 25px !important;
	height: 22px;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	font-weight:bold;
}

#jqmContent {
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	margin: 0;
	margin-top: 0px; 
	background-color:#e8e8e8;
	border: 0 solid #FFFFFF;
}

span#close { font-weight:bold; }