#message {
	/*background: rgba(0,100,0,0.6);*/
	background: #fff;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.3); 

	border: 2px solid rgba(0,0,0,0.4);
	border-radius: 3px;

	color: #fff;
	font-size: 10pt;
	font-weight: 400;
	text-align: center;
	text-shadow: 0px 0px 5px #000;

	/*margin: -50px 230px 0px 230px;*/
	position: fixed;

	/*padding: 12px 0px 8px 0px;*/

	/*width: 500px;*/
	z-index: 10000;
	padding: 5px 25px;
	top: 10px;
	width: 200px;
	margin-left: 475px;
	margin-top: -250px;
	opacity: 1;
}

#message.green {
	background: -moz-linear-gradient(top,  rgba(51,187,0,0.8) 0%, rgba(51,153,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,187,0,0.8)), color-stop(100%,rgba(51,153,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51,187,0,0.8) 0%,rgba(51,153,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51,187,0,0.8) 0%,rgba(51,153,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51,187,0,0.8) 0%,rgba(51,153,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51,187,0,0.8) 0%,rgba(51,153,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc33bb00', endColorstr='#339900',GradientType=0 ); /* IE6-9 */
	
}

#message.blue {
	background: -moz-linear-gradient(top,  rgba(0,102,204,0.8) 0%, rgba(0,60,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,204,0.8)), color-stop(100%,rgba(0,60,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,102,204,0.8) 0%,rgba(0,60,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,102,204,0.8) 0%,rgba(0,60,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,102,204,0.8) 0%,rgba(0,60,160,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,102,204,0.8) 0%,rgba(0,60,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066cc', endColorstr='#003ca0',GradientType=0 ); /* IE6-9 */

}

#message.red {
	background: -moz-linear-gradient(top,  rgba(170,0,0,0.8) 0%, rgba(137,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,0,0,0.8)), color-stop(100%,rgba(137,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,0,0,0.8) 0%,rgba(137,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,0,0,0.8) 0%,rgba(137,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,0,0,0.8) 0%,rgba(137,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,0,0,0.8) 0%,rgba(137,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccaa0000', endColorstr='#890000',GradientType=0 ); /* IE6-9 */

}

#message button {
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 2px 10px;   
}