﻿#message-yellow	{
	margin-bottom: 20px;
	background:#fff6d6;
	border:solid 1px #ffc345;
	float:left;
	padding:11px 5%;
	width:90%;
	position:relative;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.yellow-left	{
	color: #e79300;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.yellow-left a	{
	color: #e79300;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.yellow-right a	{
	cursor: pointer;
	position:absolute;
	top:0;
	right:0;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.yellow-right	{
	width: 55px;
	}
#message-blue	{
	margin-bottom: 20px;
	background:#e9f1f7;
	border:solid 1px #83a9ca;
	float:left;
	padding:11px 5%;
	width:90%;
	position:relative;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.blue-left	{
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: bold;
	padding: 10px;
	}
.blue-left a	{
	color: #2e74b2;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.blue-right a	{
	cursor: pointer;
	position:absolute;
	top:0;
	right:0;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.blue-right	{
	width: 55px;
	}
#message-red	{
	margin-bottom: 20px;
	background:#fddbbe;
	border:solid 1px #ea5919;
	float:left;
	padding:11px 5%;
	width:90%;
	position:relative;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.red-left	{
	color: #ce2700;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.red-left a	{
	color: #ce2700;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.red-right a	{
	cursor: pointer;
	position:absolute;
	top:0;
	right:0;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.red-right	{
	width: 55px;
	}
#message-green	{
	margin-bottom: 20px;
	background: #e0f2cb;
	border:solid 1px #6da827;
	float:left;
	padding:11px 5%;
	width:90%;
	position:relative;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.green-left	{
	color: #6da827;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	}
.green-left a	{
	color: #6da827;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
	}
.green-right a	{
	cursor: pointer;
	position:absolute;
	top:0;
	right:0;
	border-radius:5px;
	 -webkit-border-radius:5px;
	overflow:hidden;
	}
.green-right	{
	width: 55px;
}