/*------------------------------------------------------------------------
# "Hot Events" Joomla template - August, 2011
# Copyright (C) 2011 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.box {
	padding: 10px;
}

.container {
	padding: 0 0 20px 0;
}

#message {
	display: block;
	display: none;
	z-index: 999; 
	position: fixed;
	bottom: 25px;
	right: 0;
	width: 100px;
	line-height: 28px;
	height: 28px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}

#message a {
	color: #999;
	border-bottom:none;
}