/*
Template Name: Mustache
Author: Rory Kranendonk
Author URI: http://www.dreamwire.nl
Version: 1.2
*/

.message {
	position : relative;
	display : inline-block;
	margin : 20px 20px 0 0;
	padding : 0 0 0 35px;
	clear : both;
	-moz-box-shadow: 1px 1px 0 #e6e6e6;
	-webkit-box-shadow: 1px 1px 0 #e6e6e6;
	box-shadow: 1px 1px 0 #e6e6e6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
	zoom: 1;
}

.notesmall {
	position : relative;
	display : block;
	margin : 0 5px 5px 0;
	padding : 0px 0px 0px 35px;
	clear : both;
	
}

.message:hover {
	opacity : 0.7;
	filter : alpha(opacity=70);
}

.message span {
	display : block;
	/* background : url(../img/system-icon.png) no-repeat 98% center; */
	padding : 13px 0;
	font : 12px/1.2em Arial;
}

.message.inner {
	margin : 0 0 20px;
}

.message.red {
	display : block;
	background : url(../img/icon-error.png) no-repeat 10px 8px #F8E9E9;
	border : 1px solid #E4BBBC;
	color : #b80000;
}

.message.green {
	display : block;
	background : url(../img/icon-succes.png) no-repeat 10px 8px #EBF9E2;
	border : 1px solid #BEE4A5;
	color : #6aa500;
}

.message.blue {
	display : block;
	background : url(../img/icon-info.png) no-repeat 10px 8px #E9F3F8;
	border : 1px solid #BBD7E4;
	color : #136bc5;
}

.message.orange {
	display : block;
	background : url(../img/icon-warning.png) no-repeat 10px 8px #FFF8D8;
	border : 1px solid #F3D97E;
	color : #ed9d12;
}

.notesmall.user {
	display : block;
	background : url(../img/fugue/icons/user.png) no-repeat 10px 8px ;
	width: inherit;
}
.notesmall.user-system {
	display : block;
	background : url(../img/fugue/icons/user-black.png) no-repeat 10px 8px;
	width: inherit;
}
.notesmall.user-vendor {
	display : block;
	background : url(../img/fugue/icons/user-red.png) no-repeat 10px 8px;
	width: inherit;
}
.notesmall.user-support {
	display : block;
	background : url(../img/fugue/icons/user-green.png) no-repeat 10px 8px;
	width: inherit;
}

.large-buttons.green {
	display : block;
	background : #EBF9E2;
	border : 1px solid #BEE4A5;
	color : #6aa500;
}

.large-buttons.orange {
	display : block;
	background : #FFF8D8;
	border : 1px solid #F3D97E;
	color : #ed9d12;
}

.system-message {
	position : relative;
	display : block;
	margin : 20px 20px 0 0;
	padding : 10px 15px 10px 15px;
	clear : both;
	-moz-box-shadow: 1px 1px 0 #e6e6e6;
	-webkit-box-shadow: 1px 1px 0 #e6e6e6;
	box-shadow: 1px 1px 0 #e6e6e6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
	zoom: 1;
	background-color : #E9F3F8;
	border : 1px solid #BBD7E4;
	color : #136bc5;
}