﻿
.window_content  /* Table with rounded corners */
{

/*background-color: #EDEDED;*/
background-color: #FEF4EB;
/*border-top: 2px solid #F5F5F5;
border-left: 2px solid #E7E7E7;
border-right: 2px solid #E7E7E7;
border-bottom: 2px solid #CECECE;*/
border:15px solid #FEF4EB;


/* shadow effect */
/*-webkit-box-shadow: #000000 0 0 1.0em;
-moz-box-shadow: #000000 0 0 1.0em;*/
box-shadow: #333333 0 0 3.0em;
border-radius:5px;


/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=180, Strength=5); */
/*filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=5, direction=180);*/
/*filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=2);*/

/*
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8x; 
border-radius:8px;
behavior: url(/_css/pie.htc);

position:relative; /* fix for IE on border-radius */
zoom:1; /* Another fix */
z-index: 0;
*/
}