﻿

/* Notification styles
-----------------------------------------------------------*/
#messagewrapper
{
	/*position: fixed;
	top: 0px;
	right: 10px;
	z-index: 1000;
	margin: 5px auto;*/
	/*width: 400px;*/
    /*height:200px;
	bottom: 0px;*/

    
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 3000;
	margin: 5px auto;
    min-width:300px;
    max-width:300px;
	/*width: 500px;*/

}

#messagewrapper .messagebox
{
	padding: 12px 10px 10px 30px;
	box-shadow: 5px 5px 10px #000;
}

#messagewrapper .success
{
	color: #060;
	background: #cfc url(Images/ok.gif) no-repeat 8px 12px;
}

#messagewrapper .warning
{
	color: #c60;
	background: #ffc url(Images/warn.gif) no-repeat 8px 12px;
}

#messagewrapper .error
{
	color: #c00;
	background: #fcc url(Images/fail.gif) no-repeat 8px 12px;
    overflow-y: auto;
    max-height: 400px;
}

/* Notification styles1
-----------------------------------------------------------*/
#messagewrapper1
{
	position: fixed;
	top: 0px;
	right: 10px;
	z-index: 3000;
	margin: 5px auto;
	min-width: 300px;
}

#messagewrapper1 .messagebox
{
	padding: 12px 10px 10px 30px;
	box-shadow: 5px 5px 10px #000;
}

#messagewrapper1 .success
{
	color: #060;
	background: #cfc url(Images/ok.gif) no-repeat 8px 12px;
}

#messagewrapper1 .warning
{
	color: #c60;
	background: #ffc url(Images/warn.gif) no-repeat 8px 12px;
}

#messagewrapper1 .error
{
	color: #c00;
	background: #fcc url(Images/fail.gif) no-repeat 8px 12px;
}















