/*css*/

.notify
{
	color: black;
	background-color: #FFFFFF;
	border: 1px solid black;
	font-size: small;
	width: 350px;
	height: 200px;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	z-index: 999;
	position: fixed;
	overflow: scroll;
}

.error
{
	color: red;
	background-color: #FFFFFF;
	border: 1px solid red;
	font-size: small;
	width: 350px;
	height: 200px;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	z-index: 999;
	position: fixed;
	overflow: scroll;
}