.MsgContainer
{
  /*  z-index: 9999999999999; /* On the top of every object
    bottom: 0;
    right: 0;
    display: block;
    position: absolute  ;
    width: 350px;
    float:right;
    bottom:0px;
    margin-top: -350px;*/
	position: fixed;
	z-index: 2000;
	top: 85%;
	right: 38%;
	float: right;
	width: 350px;
	z-index: 9999999999999;
}
.MessageBox
{
    display: block;
    background-color: #469321;
	border: 1px solid #b24045;
}
.messageBoxHeader span
{
    float: left;
    font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
	color:#FFFFFF;
	padding-left:2px;
}
.messageBoxCloseLink, .messageBoxCloseLinkOver
{
    cursor: pointer;
    float: right;
    border: 1px solid white;
	color: white;
}
.MessageBoxContent
{
    clear: both;
    margin: 1px;
	padding: 5px;
	background-color: #FFFFFF;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
}