.ps_popupnotification{
position: absolute;
bottom: 45px;
background-color: #fcfaf4; 
border: 1px solid #c6bea5;
border-radius: 3px;
box-shadow: 0px 0px 5px 0px #ccc;
font-weight: none;
text-indent: 20px;
line-height: 150%;
width: 400px;
height:93px;
visibility:hidden;
right:-400px;
-webkit-transition:-webkit-transform 1s ease-in-out 0.3s;
-moz-transition:-moz-transform 1s ease-in-out 0.3s;
-ms-transition:-ms-transform 1s ease-in-out 0.3s;
transition:transform 1s ease-in-out 0.3s;
z-index: 10;
}


.ps_popupnotification.open {
  visibility:visible;
  transform:translateX(-420px);
}

.ps_popupnotification.close {
  transform:translateX(420px);
	visibility:visible;
}



.prcsMsgWindowTopBorder{

}

.ps_popupnotificationDescr{
font-weight: bold;
font-family: Arial;
font-size:16px;
margin: 0px 0px 0px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.ps_popupnotificationUser{
font-family: Arial;
font-weight: none;
font-size:15px;
margin: 0px 0px 0px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.ps_popupnotificationStatus{
font-family: Arial;
font-weight: none;
font-size:15px;
margin: 0px 0px 0px 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} 