@charset "UTF-8";

#enqueteForm {
	width: 200px;
	height: 210px;
	background:url(../images/topQuestion_02.gif) no-repeat top;
	margin: 0;
	padding:0;
	text-align:left;
}
#enqueteForm ul {
	margin: 0;
	padding:0;
}

#enqueteForm ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 80%;
	font-weight:bold;
}

#enqueteSubmit {
	display: block;
	text-align:center;
	margin-top: 10px;
	background-image:url(../images/topQuestion_btn.gif);
	width:90px;
	height:25px;
	position:left top;
}

#enqueteView {
	margin:0;
	margin-top: -5px;
	padding: 0;
	display: block;
	text-align:center;
	font-size: 80%;
}

/* view */
#enqueteStatistics {
	width: 600px;
	padding-top: 15px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 15px;
	font-size: 80%;
}
#enqueteStatistics h2 {
	width: 600px;
	text-align: center;
	font-size: 110%;
}

#enqueteStatistics .date {
	margin-top: 5px;
	margin-bottom: 5px;
}

#enqueteStatistics .count {
	margin-top: 5px;
	margin-bottom: 5px;
}
#enqueteStatistics .percent {
	padding-left: 5px;
}
#enqueteStatistics .item {
	text-align: right;
}
#enqueteStatisticsHeader{
	width: 600px;
	text-align: right;
	margin-top: 20px;
}

#enqueteStatistics table {
	width: 600px;
	font-size: 100%;
	border-collapse: collapse;
}

#enqueteStatistics th {
	color: inherit;
	background-color: #fcc;
	padding: 5px;
}
#enqueteStatistics tr.odd td {
	color: inherit;
	background-color: #fee;
	padding: 5px;
}
#enqueteStatistics tr.even td {
	color: inherit;
	background-color: #fdd;
	padding: 5px;
}

#errorMessage {
	color: #f00;
	background-color: transparent;
	font-weight: bold;
	width: 600px;
	text-align:center;
}

.number {
	text-align: right;
}

.anchor {
	width:600px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 60px;
}
