/* WinXP Style */

.MsgBoxBody_WinXP
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 111;
	border-left: black 1px solid;
	width: 262px;
	border-bottom: black 1px solid;
	position: absolute;
	height: 176px;
	background-color: gainsboro;
}
.MsgBoxTitleBar_WinXP
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	z-index: 102;
	width: 100%;
	cursor: default;
	color: white;
	border-bottom: black 1px solid;
	position: absolute;
	top: 0px;
	height: 22px;
	background-color: blue;
}
.MsgBoxMessage_WinXP
{
	padding-right: 2px;
	padding-left: 2px;
	z-index: 100;
	left: 48px;
	padding-bottom: 2px;
	overflow: auto;
	width: 200px;
	padding-top: 2px;
	position: absolute;
	top: 30px;
	height: 90px;
	background-color: gainsboro;
}
.MsgBoxCloseButton_WinXP
{
	z-index: 105;
	left: 237px;
	cursor: default;
	position: absolute;
	top: 0px;
}
.MsgBoxIcon_WinXP
{
	z-index: 107;
	left: 4px;
	position: absolute;
	top: 30px;
}
.MsgBoxInputBox_WinXP
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 108;
	left: 10px;
	border-left: black 1px solid;
	width: 240px;
	border-bottom: black 1px solid;
	position: absolute;
	top: 124px;
	background-color: white;
}
.MsgBoxButton1_WinXP
{
	font-weight: bold;
	z-index: 106;
	left: 61px;
	width: 58px;
	position: absolute;
	top: 149px;
}
.MsgBoxButton2_WinXP
{
	font-weight: bold;
	z-index: 106;
	left: 141px;
	width: 58px;
	position: absolute;
	top: 149px;
}
.MsgBoxButton3_WinXP
{
	font-weight: bold;
	z-index: 106;
	left: 97px;
	width: 58px;
	position: absolute;
	top: 149px;
}

/* Win2000 Style */

.MsgBoxBody_Win2000
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 111;
	border-left: black 1px solid;
	width: 262px;
	border-bottom: black 1px solid;
	position: absolute;
	height: 176px;
	background-color: gainsboro;
}
.MsgBoxTitleBar_Win2000
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	z-index: 102;
	width: 100%;
	cursor: default;
	color: white;
	border-bottom: black 1px solid;
	position: absolute;
	top: 0px;
	height: 18px;
	background-color: #92B5DF;
}
.MsgBoxMessage_Win2000
{
	padding-right: 2px;
	padding-left: 2px;
	z-index: 100;
	left: 48px;
	padding-bottom: 2px;
	overflow: auto;
	width: 200px;
	padding-top: 2px;
	position: absolute;
	top: 30px;
	height: 90px;
	background-color: gainsboro;
}
.MsgBoxCloseButton_Win2000
{
	z-index: 105;
	left: 242px;
	cursor: default;
	position: absolute;
	top: 3px;
}
.MsgBoxIcon_Win2000
{
	z-index: 107;
	left: 4px;
	position: absolute;
	top: 30px;
}
.MsgBoxInputBox_Win2000
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	z-index: 108;
	left: 10px;
	border-left: black 1px solid;
	width: 240px;
	border-bottom: black 1px solid;
	position: absolute;
	top: 124px;
	background-color: white;
}
.MsgBoxButton1_Win2000
{
	font-weight: bold;
	z-index: 106;
	left: 61px;
	width: 58px;
	position: absolute;
	top: 149px;
}
.MsgBoxButton2_Win2000
{
	font-weight: bold;
	z-index: 106;
	left: 141px;
	width: 58px;
	position: absolute;
	top: 149px;
}
.MsgBoxButton3_Win2000
{
	font-weight: bold;
	z-index: 106;
	left: 97px;
	width: 58px;
	position: absolute;
	top: 149px;
}

