.jqmClose {
	cursor:pointer;
}
.jqModal {
	cursor:pointer;
}

/*
#ChangeProfileImageForm  .jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    background-color: #EEE;
	border:1px solid red;

}
#ChangeProfileImageForm  .pop_profile_image_form {
	position:absolute;
	top:400px;
	left:400px;
	width:320px;
	height:190px;
	padding-left:400px;
}
.jqmOverlay { background-color: #000; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/
#ChangeProfileImageForm {
display:none;
position:absolute;
width:320px;
height:190;
left:15px;
top:150px;
z-index:1;
}
#ChangeAlbumImageForm {
display:none;
position:absolute;
width:320px;
height:190;
left:230px;
top:150px;
z-index:1;
}
#addFanFormArea{
display:none;
position:absolute;
width:320px;
height:149;
left:15px;
top:250px;
z-index:1;
}


#Area_SongInfo {
	position:absolute;
	left:100px;
	top:50px;
	width:400px;
	/*height:330px;*/
	height:200px;
	display:none;
	z-index:2;
}

#Area_SongBlogInfo {
position:absolute;
left:100px;
top:50px;
width:450px;
height:300px;
display:none;
z-index:1;
}

.icon_song_info {
cursor:pointer;
}
.icon_song_blog_info {
cursor:pointer;
}

#Area_LoginForm {
position:absolute;
left:100px;
top:300px;
width:280px;
height:105px;
display:none;
z-index:1;
}

