/**** cookiesbar *****/
/* Unimportant styles, although you really should include a reset */
@import url(http://reset5.googlecode.com/hg/reset.min.css);

#cookieWidget {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    left: 0;
    padding: 0 12px 0 12px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color:#D7F0FF;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
	background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
	background: linear-gradient(#D7F0FF, #D7F0FF, #D7F0FF);
}
#cookieWidget a {
  color:#333;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
#cookieWidget p, #cookieWidget a {
  color:#333;
  font:bold 11px/18px Arial;
  margin: 0;
  color:#0477B8;
}

#cookieWidget input {
	width: 94px; 
	background-color: #0477B8; 
	color: #ffffff; 
	border-style: none; 
	height: 17px; 
	font-weight: bold;
}