@charset "utf-8";
/* CSS Document */

div.jqmNotice img.jqResize {
	position								:absolute; 
	right									 :0; 
	bottom									:0;
}

div.cont-model{
	position								:absolute; 
	top										:50%;
	left									:50%;
	margin-left           :-190px;
	margin-top            :-156px;
	z-index								:20;
}



#ex3cTrigger,#ex4cTrigger{
	display									:none;
}
div.jqmNotice {    
    position								:absolute;
    width									:420px;
	height									:350px;
 	background								:#980100;
    border									:1px solid #000;
    padding									:0;
	display									:none;
	z-index									:1100;	
}

.jqmnTitle{
	margin									:0 25px;
	padding:5px 0;
}
 
.jqmnTitle h1{
  margin									:5px 0;
  padding-left								:5px;
  width										:100%;
  font-family								:Arial, Helvetica, sans-serif;
  font-size									:12px;
  color										:#000;
  background-color							:#fff;
  text-align								:center;
}
.jqmnTitle h1 a{
  color										:#000;
  text-decoration							:none;
}

.jqmClose {
  position									:absolute;  
  right										:30px;
  top										:10px;
}

.jqmnContent{
  border-top								:1px;
  color										:#000;
  font										:12px Comic Sans, Comic Sans MS, cursive;
  padding									:0 20px 5px;
}

#ex3c .jqmnContent{
	text-align:center;	
}

