#anketa_box {
	width: 310px;
	margin: 20px auto;
	background-color: #4C4C4C;
}

#anketa {
	width: 92%;
	color:black;
	text-align: center;	
}

#anketa_head {
	background: url(../images/layout/anketa_head.jpg) no-repeat center top;
	height: 67px;
	text-align: center;
}

#anketa_stred {
	background: url(../images/layout/anketa_stred.jpg) repeat-y center top;
}

#anketa_foot {
	background: url(../images/layout/anketa_foot.jpg) no-repeat center top;
	height: 54px;
	padding-top: 25px;
	font-size: 90%; 
	text-align: center;	
	color:#595D1F;
}

#anketa td {
	padding-left: 10px;
	text-align: left;	
	height: 20px;
}	  
	  
#anketa td.otazka {
	border-bottom: 1px solid #E7E7E7;
	text-align: center;	
}

#anketa td.odpoved {
	vertical-align: bottom;
	height: 25px;
}

#anketa td.odpoved_hlasovalo {
	font-size: 85%; 
	vertical-align: text-bottom;
	border-bottom: 1px solid #E7E7E7;
}

#anketa td.message{

	line-height: 20px;
	font-size: 90%; 
	font-weight: normal;
	text-align: center;	
}

#anketa .hlasovalo {
	height: 25px;
	font-size: 90%; 
	font-weight: normal;
	text-align: center;	
}
     
