div.jm-fader { 
	background: #888; 
	display: none;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;
}

div.jm-container { 
	background-color: Gainsboro;
	padding: 10px;
	width: 400px;
	font-family: Ubuntu, Tahoma, Arial; 
	
	display: none; overflow: hidden;
	position: absolute; top: 0; left: -1000px; z-index: 150;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 15px #333;
	-moz-box-shadow: 0px 0px 15px #333;
	-o-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #333;
}

div.jm-header { 
	font-size: 15px;
	color: red; 
    font-weight: bold;
/*	margin: 0px 5px 10px; */
    text-align: center;
    margin: 7px auto; 
}

div.jm-content { 
	background-color: #fff;
	font-size: 13px;
	color: #454545;
	padding: 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

a.jm-close {
	margin: 2px 3px 0;
	display: block; float: right;
    text-decoration: none;
	background: url('../img/fav_r.png') center no-repeat;
	width: 16px; height: 16px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
    
/*	
	color: red; 
    font-weight: bold;
	background: url('../img/jm-close.png') center no-repeat;
	width: 15px; height: 15px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-opacity: .2;
	-moz-opacity: .2;
	-o-opacity: .2;
	opacity: .2;
*/
}

a.jm-close:hover {
	border: 1px solid red;
/*
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
*/
}
