body {
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;;
}

* {
	outline: 0;
}

img {
	border: none;
}

#top {
	height: 85px;
	background: url(/images/header_bg_pattern.png) repeat-x left top;
}

#top_wrapper {
	height: 85px;
	background: url(/images/header_bg.png) no-repeat center top;
}

#top .container_12 {
	height: 100%;
}

#top .menu {
	margin-top: 30px;
	text-align: right;
}

#top .menu a {
	margin-right: 20px;
}

#map {
	height: 430px;
}

#box {
	position: absolute;
}

.ui-widget-overlay {
	background-color: #000;
}

#box>div {
	width: 100%;
	height: 100%;
}

#step1 {
	background: url(/images/step1_bg.png) no-repeat left top;
}

#step2 {
	background: url(/images/step2_bg.png) no-repeat left top;
}

#step3 {
	background: url(/images/alt_step_3_bg.png) no-repeat left top;
}

#step4,
#step5 {
	background: url(/images/step4_bg_2.png) no-repeat left top;
}

#domanda {
	width: 362px;
	padding-top: 40px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#yes_no {
	width: 295px;
	margin: 0 auto;
}

a.close {
	float: right;
	margin: 5px;
}

#formations {
	width: 582px;
	margin: 0 auto;
	padding-top: 110px;
}

#formations>div {
	float: left;
	position: relative;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid white;
}

#formations ol {
	font-size: 10px;
	padding-left: 30px;
}

#formations li {
	font-weight: bold;
	line-height: 15px;
	color: rgb(222, 31, 38);
}

#formations li span {
	font-weight: normal;
	color: #000;
}

#step3 .buttons {
	width: 530px;
	margin: 0 auto;
	padding-top: 20px;
}

#step3 .buttons .back {
	float: left;
}

#step3 .buttons .fwd {
	float: right;
}

#teams {
	width: 624px;
	margin: 0 auto;
	padding-top: 130px;
}

#teams .row {
	margin-top: 20px;
}

#teams .team {
	position: relative;
	float: left;
	margin: 0 10px;
	width: 58px;
	height: 46px;
	background: url(/images/bandiere/bg.png) no-repeat left top;
}

#teams .team.selected {
	background: url(/images/bandiere/bg_selected.png) no-repeat left top;
}

#teams .team .flag {
	margin: 6px;
}

#teams .team .label {
	position: absolute;
	top: -18px;
	left: 5px;
	padding: 0px 3px 6px 4px;
	background: url(/images/nav_arrow.png) no-repeat 6px bottom;
}

#teams .team .label span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	white-space: nowrap;
	color: white;
	background-color: #0B293B;
	padding: 2px;
}

#step2 .buttons {
	width: 604px;
	margin: 0 auto;
	padding-top: 20px;
}

#step2 .buttons .back {
	float: left;
}

#step2 .buttons .fwd {
	float: right;
}

#step4 form,
#step5 form {
	width: 460px;
	margin: 0 auto;
	padding-top: 120px;
}

#step4 form label,
#step5 form label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

#step4 form label .errormsg,
#step5 form label .errormsg {
	font-weight: normal;
	color: red;
	padding-left: 10px;
}

#step4 form .left {
	float: left;
	width: 220px;
	margin-bottom: 5px;
}

#step4 form .right {
	float: right;
	width: 220px;
	margin-bottom: 15px;
}

#step4 form #gender_f {
	float: left;
	width: 55px;
	height: 30px;
	background: url(/images/gender_f_bg.png) no-repeat left center;
}

#step4 form #gender_f input {
	margin-top: 6px;
	margin-left: 30px;
}

#step4 form #gender_m {
	float: left;
	width: 55px;
	height: 30px;
	background: url(/images/gender_m_bg.png) no-repeat left center;
	margin-right: 10px;
}

#step4 form #gender_m input {
	margin-top: 6px;
	margin-left: 30px;
}

#step4 form input:focus,
#step5 form input:focus {
	outline: 0;
}

#step4 form #first_name,
#step4 form #last_name,
#step4 form #email,
#step4 form #cf {
	width: 202px;
	height: 20px;
	background: url(/images/textfield_bg.png) no-repeat left center;
	border: none;
	padding: 5px 10px;
	font-size: 14px;
}

#step4 form #day {
	width: 40px;
	height: 20px;
	padding: 5px 8px;
	border: none;
	font-size: 14px;
	background: url(/images/day_bg.png) no-repeat left center;
}

#step4 form #month {
	width: 40px;
	height: 20px;
	padding: 5px 8px;
	border: none;
	font-size: 14px;
	background: url(/images/month_bg.png) no-repeat left center;
}

#step4 form #year {
	width: 52px;
	height: 20px;
	padding: 5px 10px;
	border: none;
	font-size: 14px;
	background: url(/images/year_bg.png) no-repeat left center;
}

#step4 form #zip_code {
	width: 52px;
	height: 20px;
	padding: 5px 10px;
	border: none;
	font-size: 14px;
	background: url(/images/zipcode_bg.png) no-repeat left center;
}

#step4 form #city {
	width: 150px;
}

#step4 form input.empty {
	color: #aaa;
}

#step4 form input.error {
	color: red !important;
}

#step4 .buttons,
#step5 .buttons {
	width: 460px;
	margin: 0 auto;
	padding-top: 10px;
}

#step4 .buttons .fwd,
#step5 .buttons .fwd {
	float: right;
}

#step4 form .privacy textarea {
	width: 454px;
	height: 60px;
	padding: 5px;
	border: none;
	background: url(/images/privacy_bg.png) no-repeat left top;
}

#step4 form .privacy textarea:focus {
	outline: 0;
}

#step4 form .privacy label {
	display: inline;
}

#step4 #privacy_message {
	font-size: 11px;
	color: red;
	margin-left: 5px;
}

#bottom {
	background: url(/images/bottom_bg_pattern.png) repeat-x left top;
	padding-top: 30px;
	height: 460px;
}

#bottom_wrapper {
	background: url(/images/content_bg.png) repeat-x left top;
	height: 538px;
}

#bottom .container_12 {
}

#bottom #comepartecipare {
	width: 465px;
	height: 442px;
	background: url(/images/comepartecipare.png) no-repeat center center;
}

#bottom #comepartecipare a {
	display: block;
	width: 100%;
	height: 100%;
}

#bottom .results {
	margin-top: 20px;
}

#bottom .results .label {
	margin-bottom: 10px;
}

#bottom .results .yes {
	margin-bottom: 10px;
}

#bottom .results .start,
#bottom .results .end,
#bottom .results .value {
	float: left;
	height: 20px;
}

#bottom .results .numbers {
	float: left;
	margin-left: .5em;
	font-size: 14px;
}

#bottom .results .numbers .percent {
	font-size: 16px;
	color: white;
}

#bottom .yes .start {
	background: url(/images/bar_green_left.png) no-repeat left center;
	width: 12px;
}

#bottom .yes .end {
	background: url(/images/bar_green_right.png) no-repeat left center;
	width: 12px;
}

#bottom .yes .value {
	background: url(/images/bar_green_fill.png) repeat-x left center;
}

#bottom .yes .numbers .count {
	color: #00ff00;
}

#bottom .no .start {
	background: url(/images/bar_red_left.png) no-repeat left center;
	width: 12px;
}

#bottom .no .end {
	background: url(/images/bar_red_right.png) no-repeat left center;
	width: 12px;
}

#bottom .no .numbers .count {
	color: #ff0000;
}

#bottom .no .value {
	background: url(/images/bar_red_fill.png) repeat-x left center;
}


.popup {
	position: absolute;
	width: 212px;
	height: 103px;
	background: url(/images/balloon.png) no-repeat left top;
}

.popup .content {
	padding: 10px;
	font-size: 12px;
	height: 32px;
	width: 181px;
}

.popup .content.m {
	background: url(/images/male.png) no-repeat right 2px;
}

.popup .content.f {
	background: url(/images/female.png) no-repeat right top;
}

.popup .name {
	font-weight: bold;
}

.popup .answer {
	font-weight: bold;
}

.popup .answer.yes {
	color: #61C51C;
}

.popup .answer.no {
	color: #C81514;
}

.popup .share {
	position: relative;
	width: 181px;
	height: 25px;
}

.popup .share a.facebook {
	position: absolute;
	left: 100px;
	top: 7px;
	width: 15px;
	background: url(/images/fb_small.png) no-repeat left top;
}

.popup .share a.twitter {
	position: absolute;
	left: 120px;
	top: 7px;
	width: 15px;
	background: url(/images/twitter_small.png) no-repeat left top;
}

.popup .share a.email {
	position: absolute;
	left: 145px;
	top: 7px;
	width: 15px;
	background: url(/images/email_small.png) no-repeat left top;
}

.notification {
	background: url(/images/notification_bg.png) no-repeat left bottom;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #fff;
	text-align: center;
}

.notification .yes,
.popup .yes,
.markerinfo .yes {
	color: #61C51C;
}

.notification .no,
.popup .no,
.markerinfo .no {
	color: #C81514;
}

#sharing {
	margin-top: 40px;
}

#sharing .buttons {
	margin-top: 15px;
}

#sharing .buttons div {
	float: left;
	margin-right: 30px;
}

#sharing .buttons div.last {
	margin-right: 0;
}

#footer {
	border-top: 3px solid #282828;
	background-color: #000;
	color: #858585;
	font-size: 11px;
	padding-top: 15px;
}

#expander {
	border-top: 3px solid #d9d9d9;
	height: 14px;
	background: url(/images/expand.png) no-repeat center -3px;
	background-color: #272727;
}

#expander a {
	display: block;
	width: 100%;
	height: 8px;
}

#email_form {
	position: absolute;
	background: url(/images/email_form_bg.png) no-repeat left top;
}

#email_form label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}

#email_form form {
	width: 225px;
	margin: 50px auto 20px auto;
}

#email_form input.text {
	border: none;
	background: url(/images/email_form_field_bg.png) no-repeat left top;
	padding: 5px 10px;
	width: 202px;
	height: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}

#email_form form input.empty {
	color: #aaa;
}

#email_form form input.error {
	color: red !important;
}


#twitter_update {
	margin-top: 120px;
	width: 440px;
}

#twitter_update_list {
	font-size: 12px;
	color: #333;
}

#twitter_update_list a {
	color: #1a1a1a;
}

#twitter_update .balloon {
	width: 375px;
	height: 78px;
	padding: 10px;
	background: url(/images/twitter_balloon.png) no-repeat left top;
}

#twitter_update .bird {
	text-align: right;
}

#twitter_update .ts {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	padding-left: 15px;
	color: #444;
	background: url(/images/clock.png) no-repeat left center;
}

.markerinfo {
	padding: 10px;
	font-size: 12px;
}

.banner {
	width: 460px;
	height: 60px;
	margin-top: 115px;
}
