﻿.msg_info_v2,
.msg_info_sm_v2,
.msg_error_v2,
.msg_error_sm_v2,
.msg_ok_v2,
.msg_ok_sm_v2 {
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding:10px 115px 10px 15px;
	min-height:60px;
}

.msg_info_sm_v2,
.msg_error_sm_v2,
.msg_ok_sm_v2 {
	padding:10px 48px 10px 10px;
	margin:10px 0px;
	min-height:60px;
}

.msg_info_v2 {
	background-image:url(/images/info_bg.png);
	background-color: #e0f0fd;
	border: 1px solid #a9c9e3;
}

.msg_error_v2 {
	background-image:url(/images/error_bg.png);
	background-color:#FAEAEA;	
	border:1px solid #EEBFBF;
}

.msg_ok_v2 {
	background-image:url(/images/ok_bg.png);
	background-color:#E0F7DF;
	border:1px solid #C9EAC7;
}

.msg_info_sm_v2 {
	background-image:url(/images/sm_info_bg.png);
	background-color: #e0f0fd;
	border: 1px solid #a9c9e3;
}

.msg_error_sm_v2 {
	background-image:url(/images/sm_error_bg.png);
	background-color:#FAEAEA;	
	border:1px solid #EEBFBF;
}

.msg_ok_sm_v2 {
	background-image:url(/images/sm_ok_bg.png);
	background-color:#E0F7DF;
	border:1px solid #C9EAC7;
}

.msg_info_v2 .main_titel,
.msg_error_v2 .main_titel,
.msg_ok_v2 .main_titel{
	font-size:16px;
	font-weight:bold;
}

.msg_info_v2 .main_titel{
	color:#004b8b;
}

.msg_error_v2 .main_titel{
	color:#781e19;
}

.msg_ok_v2 .main_titel{
	color:#2e7b2d;
}

.msg_info_v2 .titel,
.msg_info_sm_v2 .titel,
.msg_error_v2 .titel,
.msg_error_sm_v2 .titel,
.msg_ok_v2 .titel,
.msg_ok_sm_v2 .titel{
	font-size:	12px;
	font-weight:	bold;
}

.msg_info_v2 ul,
.msg_ok_v2 ul,
.msg_error_v2 ul{
	border: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top:5px;
	text-align:left;
	background: transparent;
} 

.msg_error_v2 ul li{ 
	/*padding: 3px 5px 3px 0px;*/
}

