﻿.view_modal body
{
    margin: 0;
    padding: 0;
}

.view_modal
{
	width:603px;
	height:545px;	
	position: absolute;
	left: 50%;
	top: 5%;
	text-align: left;
	z-index: 99998;
	border: solid 0px red;
	background:none;	
}
.load
{
    height: 78px;
    left: 50%;
    margin: -39px 0 0 -44px;
    position: absolute;
    top: 50%;
    width: 88px;
    z-index: 9999;
}


.bg_modal
{
    background: url(../images/jquery.modal/bg-modal.gif);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9998;
	width:100%;
	height:100%;
}


