﻿DIV.ucwMessageBack
{
	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.ucwMessage
{
	position: relative;
	width: 520px;
	height: 264px;
	margin-left: auto;
	margin-right: auto;
	top: 128px;
	border: solid 2px #404040;
	z-index: 999999;
	box-shadow: 1px 1px 8px #333333;
}
DIV.ucwMessageTitre
{
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border-bottom: solid 2px #404040;
	padding-left: 12px;
	text-align: left;
	height: 48px;
	line-height: 48px;
}
DIV.ucwMessageMessage
{
	padding: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	height: 128px;
	line-height: 20px;
}
DIV.ucwMessageMessageCenter
{
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 24px;
	height: 88px;
	padding: 32px 8px 32px 8px;
}
DIV.ucwMessageButton
{
	text-align: right;
	height: 60px;
	border-top: solid 2px #404040;
}

TABLE.ucwMessageTable
{
	width: 100%;
}
TD.ucwMessageImage
{
	text-align: right;
}
td.ucwMessageImage img
{
	position: relative;
	top: 8px;
	right: 8px;
}