.p-shadow {
  width: 90%;
  float:left;
  background: url(../images/dialogs/shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  /*margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;*/
 
  }

.p-shadow div {
  /*background: none !important;
  background: url(../images/dialogs/shadow2.gif) no-repeat left top;*/
  /*padding: 0 !important;
  padding: 0 6px 6px 0;*/
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}

#w-title
{
	font-weight: bold;
}
  
 #w-mask
{
	position: absolute;
	z-index: 9010;
	opacity: 0.5;

	background-color: white;
} 

#w-shadow
{
	position: absolute;
	z-index: 9011;
	top: 0;
	left: 0;
	width: 320px;
}

.w-btn
{
	float: left;
	padding: 0 10px 0 10px;
	}

#w-shadow .w-container
{
	background-color: #eceadb !important;
	padding: 12px 12px 0 12px;
	margin: 0 6px 6px 0; 
	border: #b4b4a9 1px solid;
	
}