/*������ʽ*/
.loadMack{
position:fixed;
*position:absolute;
top:0;
left:0;
z-index:3800;
opacity:0.1; 
width:100%;
*filter:alpha(opacity=10);
filter:alpha(opacity=10);
-moz-opacity:0.1;
background:#ffffff;
width:100%;
}
.loadCon p{
    color: white;
}
.loadCon
{
position:fixed;
*position:absolute;
font-size:14px;
font-weight:bold;
color:#efefef;
z-index:3801;
/*background:url(../images/loading_wb.gif) center center no-repeat #000000;*/
*filter:alpha(opacity=70);
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7; 
}
.loadCon .turnedImg {
	background:url(../../../images/loading.gif) center center no-repeat;
	width:32px;
	height: 32px;
}
.loadCon p{
    color: white;
}
.loadBlack
{
box-shadow:0 0 5px rgba(0, 0, 0, 0.8);
/*background:url(../images/loading_wb.gif) center center no-repeat #000000;*/
background:#000000;
border-radius:10px;
padding:10px 40px;
}   
.loadWhite
{
/*box-shadow:0 0 5px rgba(0, 0, 0, 0.8);*/
/*background:url(../images/loading_wb.gif) center center no-repeat #000000;*/
/*background:#000000;*/
/*border-radius:10px;*/
border-radius:10px;
}   

#canvasimg{
    display:none;
    width:598px;
    height:535px;
    border:1px #CCCCCC solid;
    background:#FFF;
}

