.msg .x-box-mc {
	font-size:14px;
}

#msg-div {
	left:35%;
	position:absolute;
	top:10px;
	width:250px;
	z-index:20000;
}

.TEST{
  z-index: 9998;
}

#gomailSystemMessages{
	z-index:						9999;
	position:						fixed;
	bottom:							1px;
	right:							1px;
	width:							392px;
}

.systemMessage{
	display:						none;
	font-size:					small;
	width:							360px;
	padding:						10px;
	padding-left:				20px;
}

.systemMessage.ok{
	background-image:		url("../images/ok-bg.jpg");
	color:							#333333;
}

.systemMessage.warning{
	background-image:		url("../images/warning-bg.jpg");
	color:							#333333;
}

.systemMessage.info{
	background-image:		url("../images/info-bg.jpg");
	color:							#FFFFFF;
}

.systemMessage.error{
	background-image:		url("../images/error-bg.jpg");
	color:							#FFFFFF;
}

.systemMessage.closeButton{
	cursor:							pointer;
	border:							0 none;
	width:							30px;
	float:							left;
	text-align:					center;
}

.systemMessage .icon{
	width:							40px;
	height:							40px;
	float:							left;
	border:							0 none;
}

.systemMessage .icon.ok{
	background-image:		url("../images/ok-icon.png");
}

.systemMessage .icon.info{
	background-image:		url("../images/info-icon.png");
}

.systemMessage .icon.warning{
	background-image:		url("../images/warning-icon.png");
}

.systemMessage .icon.error{
	background-image:		url("../images/error-icon.png");
}

.systemMessage .title{
	background-repeat:	no-repeat;
	border:							0 none;
	font-weight:				bold;
	padding-left:				10px;
	width:							300px;
	font-size:					x-large;
	font-family:				Arial, Helvetica, sans-serif;
}

.systemMessage .content{
	width:							300px;
	padding:						5px;
	font-size:					small;
	font-family:				Arial, Helvetica, sans-serif;
	overflow-x:					hidden;
}

