﻿div.jGrowl.YourDisplayArea {
 position: absolute;
 left: 3%;
 top: 20%;
}

div.notification
{
  -moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
  border-color:darkgray;
  background-color:black;
  color:white;
  border-width:2px;
  float:right;
  border-style: solid;
  margin:10px 10px 10px 10px;
  width:auto;
  height:25px;
  padding:5px 10px 5px 10px;
  
}

  div.notification.alert
  {
    border-color:red;
    background-color:brown;
  }

  div.notification.info
  {
    border-color:lightgreen;
    background-color:darkgreen;
  }