/*
===============================================================================
PAGE STYLES
===============================================================================
*/

#anketa input {
	vertical-align: middle;
}

#anketa a {
	color: #146EBA;
}

#anketa a:hover {
	text-decoration: none;
	color: #324760;
}

#anketa .clear {
	clear: both;
}

/*
===============================================================================
ANKETA DEFAULT STYLES
===============================================================================
*/

#anketa {
	margin-left: 10px;
	float:right;
	width: 200px;
	font-size: .7em;
	text-align: left;
	background: #8AC3FF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana;
	color: #324760;
	border:1px solid #B0D8FF;
}

#anketa h1 {
	padding: 4px 8px;
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	background: #0982D6;
	border-bottom: solid #78B4FF 1px;
}

#anketa h1 a {
	color: #fff;
	text-decoration: none;
}

#anketa form {
	padding: 6px;
	border-top: solid #56AAEB 2px;
}

#anketa dt {
	padding: 2px 6px 12px 22px;
	line-height: 1.1em;
	background: url("../images/anketa-dt.gif") no-repeat 0 -1px;
}

#anketa dd {
	height: 1%;
	padding: 6px;
	background: #AFD8FF url("../images/anketa-dd.gif") repeat-x left bottom;
	border-bottom: solid 1px #8BC6FF;
}

/*
===============================================================================
ANKETA PART 1
===============================================================================
*/

#anketa dd span,
#anketa label {
	float: left;
	display: block;
}

#anketa dd span {
	width: 13%;
}

#anketa label {
	width: 87%;
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 7px;
}

#poll_submit {
	padding: 6px 0 0 0;
	height: 1%;
}

#poll_submit a {
	line-height: 18px;
}

#poll_submit span {
	float: right;
	background: #C6E0FF;
	border: solid 1px #0043AB;
	padding:0px;
	height: 1%;
}

#poll_submit input {
	
	padding: 3px 2px;
	font: bold 11px Tahoma;
	color: #0B2763;
	background: #C6E0FF url("../images/submit.gif") repeat-x left bottom;
	border: solid 1px #D0E5FF;
	border-bottom: solid 1px #A4C1E8;
	border-left: solid 1px #A4C1E8;
}

/*
===============================================================================
ANKETA PART 2
===============================================================================
*/

#anketa dd strong {
	float: right;
	width: 16%;
	font-weight: normal;
	font-size: .9em;
}

#anketa dd em {
	float: left;
	width: 76%;
	font-style: normal;
	font-size: .9em;
	line-height: 1em;
}

#anketa dd div {
	clear: both;
	padding: 4px 0 8px 0;
}

#anketa dd div span {
	display: block;
	height: 5px;
	background: #30A1F0 url("../images/skala.gif") no-repeat;
	border: solid 1px #465C70;
}

#summary {
	font-weight: bold;
	background-image: none !important;
}

#summary strong {
	font-weight: bold !important;
}

#poll_info {
	clear: both;
	padding: 8px 0 5px 0;
	font-size: .9em;
	text-align: center;
}