/* POPUP */
div.jmodal {
	background-color:#696969; padding:5px;
	width:630px;
}

div.jmodal_content {
	background-color:#FFF; padding:10px;
}
div.jmodal, div.jmodal_content {
	-moz-border-radius: 10px; -webkit-border-radius: 10px; 
}
div.jmodal_head{
	background-color:#FFF;
	height:30px;
}
div.jmodal_head a {
	float:right;
}
div.jmodal_body{
	clear:both; width:600px; height:450px; overflow:scroll; padding-right:15px; 
}

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }
