body
{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #848587;
	background-color: #ffffff;
	margin: 0px;
}
#divTemplate
{
	background: url('../images/bg_red.gif') repeat-y left;
	min-height: 214px;
	height: 444px;
}
#divTop
{
	width: 600px;
	min-height: 194px;
	line-height: 32px;
	padding: 10px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 165px;
}
#divSummary
{
	line-height: 16px;
	float: right;
	width: 275px;
	text-align: left;
}
#divText
{
	margin-bottom: 10px;
}
#divForm
{
	width: 358px; /*323px*/
	float:left;
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 11px;
	color: #848587;
	margin: 0px;
	line-height: 16px;
	font-weight: normal;
}
input.bpmButton
{
	margin-right: 33px;
	float: right;
}
.bpmLabel
{
	width: 150;
	clear: both;
}
.mandatoryBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	cursor: wait;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 1;
}
.messageScreen
{
	left: 35%;
	position: absolute;
	top: 35%;
	cursor: wait;
	z-index: 2;
}
.messageLayout
{
	border: solid 1px #000000;
	width: 250px;
	
	background-image: url('../images/banner.jpg');
	cursor: auto;
	background-color: #FFFFE1;
}
.messageTitle
{
	border-bottom: solid 1px #000000;
	width: 240px;
	padding: 5px;
	color: #DDE5E3;
	background-color: #1B4E45;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;	
}
.messageContent
{
	padding: 20px;
}
.messageButton
{
	width: 240px;
	text-align: right;
	padding-bottom: 10px;
}
.messageButtonOk
{
	padding: 0px 10px 0px 10px;
}