﻿.msgBox
{
	padding: 0px;
	width: 100%;
}
.msgBox td.msgIcon
{
	width:10%;
	vertical-align: top;
}
.msgBox td.msgText
{
	width: 80%;
}
.infoMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/elementsImages/msg_icon_info_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.confirmMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/elementsImages/msg_icon_confirm_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.errorMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/elementsImages/msg_icon_error_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.validMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/elementsImages/msg_icon_valid_24.png);
	background-position: center;
	background-repeat: no-repeat;
}
.warningMsg
{
	width: 24px;
	height: 24px;
	background-image: url(images/elementsImages/msg_icon_warning_24.png);
	background-position: center;
	background-repeat: no-repeat;
}