@charset "utf-8";
/* CSS Document */
/* new modal */
.M {
	width:320px;
	font-family:Arial;
	font-size:12px;
	color:#000;
}
/* ff fix */
.M td {
	padding:0 !important;
}
.M .M-TL {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-TL.png');
	background: no-repeat bottom;
	width:25px;
	height:25px;
	font-size:1px;
	line-height:1px;
	background: url(../Images/S-TL.png) no-repeat bottom;
}
html>/**/body .M .M-TL {
	background: url(../Images/S-TL.png) no-repeat bottom;
}
.M  .M-T {
	text-align: center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-TL.png');
	height:25px;
	font-size:1px;
	line-height:1px;
	background:repeat-x bottom;
	background: url(../Images/S-T.png) repeat-x bottom; 
}
html>/**/body .M .M-T {
	background: url(../Images/S-T.png) repeat-x bottom; 
}
.M .M-TR {
   	width:25px;
   	height:25px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-TR.png');
	background: no-repeat bottom left;
	font-size:1px;
	line-height:1px;
	background: url(../Images/S-TR.png) no-repeat bottom left;
}
html>/**/body .M .M-TR {
	background: url(../Images/S-TR.png) no-repeat bottom left;
}
/* Content styles */
.M .M-L {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-L.png');
	background: repeat-y   right;
	background: url(../Images/S-L.png) repeat-y right;
}
html>/**/body  .M .M-L{
	background: url(../Images/S-L.png) repeat-y right;
}
.M .M-Content {
	text-align:left; 
	vertical-align:top;
	background:#fff;
	height:auto;
}
.M .M-R {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-R.png');
	background: repeat-y top;
	background: url(../Images/S-R.png) repeat-y right;
}
/* not for IE 7 and below */
html>/**/body  .M .M-R {
	background: url(../Images/S-R.png) repeat-y right;
}
.M .M-BL {
  	width:25px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-BL.png');
	background:  no-repeat top;
	line-height:5px;
	height:25px;
	font-size:3px;
	background: url(../Images/S-BL.png) no-repeat top;
}
html>/**/body  .M .M-BL {
	background: url(../Images/S-BL.png) no-repeat top;
}
.M .M-B {
	font-size:3px;
	height:25px;  
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-B.png');
	background:  repeat-x top #fff;
	background: url(../Images/S-B.png) repeat-x top #fff; 
}
html>/**/body  .M .M-B {
	background: url(../Images/S-B.png) repeat-x top #fff; 
}
.M .M-BR  {
   	width:25px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../images/S-BR.png');
	background: no-repeat top left;
	width:25px;
	font-size:3px;
	background: url(../Images/S-BR.png)  no-repeat top left;
} 
html>/**/body  .M .M-BR  {
	background: url(../Images/S-BR.png)  no-repeat top left;
} 

