﻿/*编辑内容上部的样式*/
.EditTopStyle
{
width: 730px; 
clear: both; 
height: 40px; 
background: url(Images/EditTop.png);
}
*html .EditTopStyle
{
width: 730px; 
clear: both; 
height: 40px; 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/EditTop.png');
background:;
}
*+html .EditTopStyle
{
width: 730px; 
clear: both; 
height: 40px;
background: url(Images/EditTop.png); 
}


/*编辑内容中间的样式*/
.EditCenterStyle
{
width: 690px; 
clear: both; 
height: 100%; 
padding-left: 20px;
padding-right:20px; 
padding-top:10px;
padding-bottom:10px;
color:#000000;
word-wrap: break-word;
background-image:url(Images/EditCenter.png);
background-repeat:repeat-y;
min-height:450px;
}

*html .EditCenterStyle
{
width: 690px; 
clear: both; 
height: 100%; 
padding-left: 20px;
padding-right:20px; 
color:#000000;
word-wrap: break-word;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,src='Images/EditCenter.png');
background-image:none;
background-repeat:;
}

*+html .EditCenterStyle
{
width: 690px; 
clear: both; 
height: 100%; 
padding-left: 20px;
padding-right:20px; 
color:#000000;
word-wrap: break-word;
background-image:url(Images/EditCenter.png);
background-repeat:repeat-y;
min-height:450px;
}




/*编辑内容下部的样式*/
.EditBottomStyle
{
width: 730px; 
clear: both; 
height: 40px; 
background: url(Images/EditBootom.png);	
}
*html .EditBottomStyle
{
width: 730px; 
clear: both; 
height: 40px; 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/EditBootom.png');
background:;
}
*+html .EditBottomStyle
{
width: 730px; 
clear: both; 
height: 40px; 
background:;
background: url(Images/EditBootom.png);	
}

