﻿/* Notification styles
-----------------------------------------------------------*/
#notificationwrapper
{
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 1000;
    margin: 5px auto;
    width:98%;
}

#notificationwrapper .messagebox
{
	padding: 12px 10px 10px 30px;
	box-shadow: 5px 5px 10px #000;
}

#notificationwrapper .notifysuccess
{
	color: #060;
	background: #cfc url(images/ok.gif) no-repeat 8px 12px;
}

#notificationwrapper .notifywarning
{
	color: #c60;
	background: #ffc url(images/warn.gif) no-repeat 8px 12px;
}

#notificationwrapper .notifyerror
{
	color: #c00;
	background: #fcc url(images/fail.gif) no-repeat 8px 12px;
}