﻿DIV.ucwDeleteBack
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background-color: #808080;
	background-image: url(../images/fond_1.png);
	opacity: 0.5;
	filter: Alpha(opacity:50);
	z-index: 999998;
}
DIV.ucwDelete
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 128px;
	border: solid 2px #404040;
	z-index: 999999;
	box-shadow: 1px 1px 8px #333333;
}
div.ucwDeleteW520 {
	width: 520px;
}
DIV.ucwDeleteW640 {
	width: 640px;
}
DIV.ucwDeleteTitre
{
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border-bottom: solid 2px #404040;
	padding-left: 12px;
	text-align: left;
	height: 48px;
	line-height: 48px;
	float: none;
}
DIV.ucwDeleteAide
{
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #ffffff;
	border-bottom: solid 1px #404040;
	text-align: left;
	padding: 16px;
	float: none;
}
DIV.ucwDeleteMessage
{
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 152px;
	height: 152px;
	float: none;
}
div.ucwDeleteMessageMultiLine {
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 32px;
	line-height: 20pt;
}
DIV.ucwDeleteButton
{
	text-align: right;
	height: 60px;
	border-top: solid 2px #404040;
	float: none;
}

TABLE.ucwDeleteTable
{
	width: 100%;
}
TD.ucwDeleteImage
{
	padding-right: 8px;
	text-align: right;
}
td.ucwDeleteImage img {
	position: relative;
	top: 8px;
	right: 8px;
}