

.JMWindow,.activeJMWindow{	
	position:absolute;
	background-color:#f1f1fa;
}

.JMWindow{border:2px solid #E3E4FA;}
.activeJMWindow{border:2px solid #95B9C7;}

.JMWindow .title, .activeJMWindow .title{
	margin-top:0px;
	text-align:center;
	margin-bottom:0px;
	border-top:0;
	padding-top:1px;
	padding-bottom:1px;
	height:18px;
	
}

.JMWindow .title{background-color:#f1f1fa;border:1px solid #f1f1fa;border-top:0;}
.activeJMWindow .title{background-color:#E3E4FA;border:1px solid #87AFC7;border-top:0;}

.JMWindow .content, .activeJMWindow .content{	
	background-color:#fff;
	overflow:auto;
	padding:10px;
}


.JMIcon, .activeJMIcon{
	position:relative;
	height:15px;
	float:left;
	margin-left:10px;
	background-color:#000;
	color:#fff;
	cursor:default;
	padding:3px;
	width:10%;
	font-size:13px;
	overflow:hidden;
}
.JMIcon{	

	border:2px solid #8e8787;
	line-height:10px;
}

.activeJMIcon{	

	border:2px solid #fff;
	line-height:15px;
}
