@import "main.css";/* SEARCH */
.search {
  background-color:#d3e371;
  -moz-border-radius:15px; border-radius:15px;
  padding:5px;
}

#needed img{
  vertical-align:middle;
}

/* ANKETA */
.anketa {
  width:200px;
  margin:auto;
  text-align:center;
  margin-top:20px;
  margin-bottom:20px;
}

#anketa1 {
	width: 150px;
	border: 1px solid grey;
	background-color: #FFFACD;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, "sans-serif";
	font-size: 11px;
	padding: 7px;
	margin:auto;
}
#anketa1 span {
	display: block;
	text-align:left;
}
#anketa1 a {
	color: maroon;
	text-decoration: none;
	font-weight: bold;
}
#anketa1 a:hover {
	text-decoration: underline;
}
#anketa1 img {
	border: 0;
	margin-top: 2px;
	margin-bottom: 6px;
}
#anketa1 .otazka {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
	color: black;
}
#anketa1 .spolu {
	margin-top: 2px;
}
#anketa1 .perc {
	display: inline;
}
/* ANKETA KONEC */