.fixedpage_ErrorIconBox
{
	padding: 4 0 4 4;
	width:0px;
	background-color: #EBD9D9;
}

.fixedpage_ErrorMessageBox
{
	padding: 4px;
	color: #443333;
	background-color: #EBD9D9;
	height:36px;
	width:100%;
}

.fixedpage_NormalIconBox
{
	padding: 4 0 4 4;
	width:0px;
	background-color: #cfe7c0;
}

.fixedpage_NormalMessageBox
{
	padding: 4px;
	color: #443333;
	background-color: #cfe7c0;
	height:36px;
	width:100%;
}

.fixedpage_CautionIconBox
{
	padding: 4 0 4 4;
	width:0px;
	background-color: #fff499;
}

.fixedpage_CautionMessageBox
{
	padding: 4px;
	color: #444433;
	background-color: #fff499;
	height:36px;
	width:100%;
}

.fixedpage_MessageText
{
	margin-top: 8px;
	margin-bottom: 10px;
	width:100%;
	border: solid;
	border-width: 1px;
	border-color: #999999;
}

.fixedpage_ManagePanel
{
	border-top:solid 2px #888888;
	padding:12 0 0 30;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	height:36px;
	background-image:url(images/fixedpage/managePanel.gif);
	background-position:left center;
	background-repeat:no-repeat;
}