.fav{
	overflow: hidden;
	position: fixed;
	z-index: 200;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
    display: none;
    width: 323px;
    height: auto;
    border-radius: 5px;
    margin-top: -80px;

}

.modaltitle{
	overflow: hidden;
	background: #1f6baa;
	display: block;
	padding:15px;
	border-bottom: 1px solid #c8d0de;
}
.modaltitle > h4{
	overflow: hidden;
	float: left;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.45);
	font-family: bpgm;
	font-size: 14px;
    margin-top: 2px;
    cursor: default;
	color: #fff;
    font-weight: normal;
}
.modalcontent{
	overflow: hidden;
	background: #fff;
}
.modalcontent img {
    border: 3px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;  
}                 

#closemodal{
	overflow: hidden;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat left ;
	cursor: pointer;
}

#modalbg{
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 38, 0.3);
	top: 0;
	left: 0;
	display: none;
}