p.text 
{
	margin:0;
	text-align:left;
	float:left;
}

.info_block 
{
	position:absolute;
	display:inline-block;
	border:1px solid #817f7f;
	width:368px;
}

.info_block .vshadow 
{
	height: 100%;
	width: 7px;
	position:absolute;
	right:-8px;
	background: url(../i/info_block/v-shadow.png) no-repeat;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/info_block/v-shadow.png', sizingMethod='scale');
}
* html body .info_block .vshadow {height: expression(this.parentNode.offsetHeight-2+'px');}

.info_block .content 
{
	position: relative;
	background: #ffffff;
	margin-right:0;
	height:100%;
	background: url(../i/info_block/d-t.png) repeat left top;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/info_block/d-t.png', sizingMethod='scale');
}

.info_block .hshadow 
{
	position: absolute;
	height:  8px;
	width: 100%;
	background: url(../i/info_block/h-shadow.png) no-repeat left top;
	bottom:-9px;
	//font-size:0px;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/info_block/h-shadow.png', sizingMethod='scale');
}

.info_block .corner 
{
	width:8px;
	height:9px;
	position:absolute;
	z-index:0;
	right:-8px;
	bottom:-9px;
	background: url(../i/info_block/corner.png) no-repeat left top;
	//font-size:0px;
	//background:none;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/info_block/corner.png', sizingMethod='crop');
}

.wrap 
{
	padding: 25px 40px 25px 70px;
	position: relative;
	clear:both;
	z-index:10;
	//height:1%;
}

.exclamation .wrap 
{
	background:url(../i/info_block/ex.gif) no-repeat 25px 50%;
}

.deny .wrap 
{
	background:url(../i/info_block/de.gif) no-repeat 25px 50%;
}

.wrap:after
{
	content: '';
	display: block;
	clear: both;
}

.png 
{
	//background-image: none ! important; behavior: url('../css/png.htc');
}

.close-this {cursor:pointer; cursor:hand; z-index:999;}
