/*
Website:http://www.amorperfeito.pt
Version: 1.0
*/



body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	font-family:Arial,Tahoma,Century gothic, sans-serif;
	color:#161514;
	font-size:13px;
	background-color: #ffffff;
}

a:link, a:visited, a:hover, a:active{text-decoration: none;}

.btn {
  background: #f44051;
  background-image: -webkit-linear-gradient(top, #f44051, #990033);
  background-image: -moz-linear-gradient(top, #f44051, #990033);
  background-image: -ms-linear-gradient(top, #f44051, #990033);
  background-image: -o-linear-gradient(top, #f44051, #990033);
  background-image: linear-gradient(to bottom, #f44051, #990033);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #990033;
  background-image: -webkit-linear-gradient(top, #990033, #f44051);
  background-image: -moz-linear-gradient(top, #990033, #f44051);
  background-image: -ms-linear-gradient(top, #990033, #f44051);
  background-image: -o-linear-gradient(top, #990033, #f44051);
  background-image: linear-gradient(to bottom, #990033, #f44051);
  text-decoration: none;
}

.content{
	margin-top: 3%;
}

#adultwarning > p {
	color: #990033;
	font-family: Arial,Tahoma,Century gothic, sans-serif;
	font-size: 22px;
	text-align: center;
}

#imgentrada {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#buttons {
	text-align: center;
	padding: 20px;
}

.yes{
	margin-right: 40px;
}

.no {
	margin-right: 40px;
}



