/*
jQuery Sliding DIV with Cookies
http://fredthewebchap.com
*/

/* DEMO CSS STYLE - YOU CAN OMIT EVERYTHING ABOVE THIS LINE */

#message {
	width: 99.2%;
	height: 30px;
	text-align: center;
	padding: 5px;
	/*border-bottom: 1px solid #ccc;*/
  display: none; /* LEAVE THIS IN*/
	background-color: #FFFFFF;
}

#message h1{
	font-weight:bold;
	font-size:0.9em;
	margin:5px;
}

#message p{
	width: 100%;
	font-size:0.7em;
	margin-top:5px;
	text-align:center;
}
#message p a{
	color:#bb2837;
	font-weight:bold;
	text-decoration: underline;
	padding-bottom: 5px;
	margin-left: 5px;
}

button {
  font: bold 0.6em arial;
  color: #111;
  margin-top:5px;
}
#message .imagecookies {
	width: 10%;
	float:left;
	}
#message .imagecookies a img
{
	float:right;
}

/*#message h3, #message p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.0em;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
}

#message p {
  font-size: 1.1em;
  font-weight: normal;
}

button {
  font: bold 1.0em arial;
  color: #111;
  margin: 0 10px 0 0;
  padding: 3px 4px;
}*/