@charset "utf-8";

#ga_message_on{
	background: #A7FCDC;
	border:#0ED170 1px solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	}
#ga_message_off{
	background:#FDC8D0;
	border:#FC546D 1px solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

