
#dvMsg
{
	position		: absolute;
	padding-left	: 5px;
	padding-top		: 5px;
	vertical-align	: middle;
	
	top				: 25px;
	left			: -3px;
	width			: 170px;
	height			: 218px;
	
	_top			: 25px;
	_left			: -3px;
	_width			: 178px;
	_height			: 233px;
	
}

#dvMsg .dvMsgClose
{
	position		: absolute;
	right			: 5px;
	bottom			: 5px;
	font-weight		: normal;
	cursor			: pointer;
}

.ErrMsg
{
	border				: 1px solid #9E0B0E;
	color				: #9E0B0E;
	background-color	: #E6B7B8;
	font-weight			: bold;
}

.InfoMsg
{
	border				: 1px solid #62C359;
	color				: #237F1B;
	background-color	: #87DA80;
	font-weight			: bold;
}
