/****************************************
	WebMessage
****************************************/
.OctoWebMsg
{
	position: absolute;
	left: 300px;
	top: 200px;
}

.OctoWebMsgText
{
	font-family: Tahoma;
	font-size: small;
	left: 35px;
	top: 15px;
	position: absolute;
	height: auto;
	width: auto;
}

.OctoWebMsgControlIcon
{
	background-image: url(_icons/icoClose.png);
	background-repeat: no-repeat;
	right: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	position: absolute;
	cursor: pointer;
}

.OctoWebMsgWarningStyle
{
	border: solid 2px red;
	color: #9900ff;
	background-color: #ffffcc;
	height: 80px;
	width: 300px;
	position: absolute;
}

.OctoWebMsgWarningStyle .OctoWebMsgIcon
{
	background-image: url(_icons/icoWarning.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	width: 25px;
	height: 25px;
}

.OctoWebMsgInfoStyle
{
	color: black;
	background-color: #99ccff;
	height: 80px;
	width: 300px;
	position: absolute;
}

.OctoWebMsgInfoStyle .OctoWebMsgIcon
{
	background-image: url(_icons/icoInfo.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	width: 25px;
	height: 25px;
}

.OctoWebMsgErrorStyle
{
	border: solid 2px red;
	color: Red;
	background-color: #ffff33;
	height: 80px;
	width: 300px;
	position: absolute;
}

.OctoWebMsgErrorStyle .OctoWebMsgIcon
{
	background-image: url(_icons/icoError.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	width: 25px;
	height: 25px;
}

.OctoWebMsgCustomStyle
{
}

.OctoWebMsgCustomStyle .OctoWebMsgIcon
{
}
