﻿
/*************** Notifications ***************/

.notification {
	position: relative;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url('../Img/information.png');
    }
                

.attention {
	background: #fffbcc url('../Img/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
	float: left;
                }

.information 
{
	background: #dbe3ff url('../Img/information.png');
	border-color: #a2b4ee;
	color: #585b66;
	float: left;
                }

.success {
	background: #d5ffce url('../Img/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
	float: left;
                }

.error {
	background: #ffcece url('../Img/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
	float: left;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 6px 6px 6px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }
				
				.bilde{float:left}

