

div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}

div.jqmNotice {
	display: none;
	position: relative;
	width: 650px;
	background:#ffffcc url(../abcatg/IMCATG/Aber-Icon.png) 3px 3px no-repeat;
	border: 1px solid #c0c0c0;
	padding: 0;
}

.jqmnTitle{margin: 0 25px;}
	
.jqmnTitle h1{
	margin: 5px 0;
	padding-left:5px;
	width: 100%;
	font-size:10px;
	color:#ffffff;
	background-color:#505050;
}

div.jqmNotice .jqmClose {
	position: absolute;
	cursor: pointer;
	right: 4px;
	top: 4px;
}

.jqmnContent{
	border: 10px ;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: heavy;
	padding:0 20px 5px 0;
}


}