/*
input#impliedsubmit{
	width: 350px;
	height: 30px;
	color: gray;
	background: black;
}
*/

input#impliedsubmit {
height: 20px;
  z-index: 1000;
 background: #fcfeff;
  background-image: -webkit-linear-gradient(top, #fcfeff, #c2c2c2);
  background-image: -moz-linear-gradient(top, #fcfeff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fcfeff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fcfeff, #c2c2c2);
  background-image: linear-gradient(to bottom, #fcfeff, #c2c2c2);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 1px 10px 10px 10px;
  text-decoration: none;
  cursor: pointer; cursor: hand;
  }

input#impliedsubmit:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

div#cookiesdirective a{
	color: grey;
	text-decoration: underline;
}

div#cookiesdirective a:hover{
	color: white;
}