﻿.msgBox
{
	padding: 0px;
	width: 100%;
}
.msgBox td.msgIcon
{
	width:40px;
	vertical-align: top;
}
.msgBox td.msgText
{
	width: 100%;
}
.infoMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/box/msg_icon_info_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.confirmMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/box/msg_icon_confirm_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.errorMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/box/msg_icon_error_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.validMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/box/msg_icon_valid_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.warningMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/box/msg_icon_warning_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
div.popup
{
	display:none;
	position:relative;		
	font-family: Arial, Verdana;
	font-size: 90%;
}
