/* cookies directive */
#cookies
{
	margin: 0 auto;
	width: 902px;
	background: #455660;
	display: none;
}
#cookies .msg-holder
{
	margin: 0 auto;
	color: #fff;
	text-align: left;
}
#cookies .msg-holder .text
{
	float: left;
	width: 475px;
}
#cookies .msg-holder h2
{
	color: #d9be6f;
	font-size: 1.4em;
	margin: 12px 0;
}
#cookies .msg-holder p
{
	margin: 0 0 20px;
	font-size: 1.1em;
}
#cookies .msg-holder a
{
	color: #d9be6f;
	text-decoration: underline;
}
#cookies .msg-holder a#hide-msg
{
	color: #fff;
	text-align: center;
	background: url(../images/hide-msg.gif) repeat-x 0 0;
	width: 169px;
	height: 36px;
	display: block;
	float: right;
	border: none;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 23px;
	font-size: 1.1em;
}


