body {
	background:none;
	padding-bottom:25px;
	font-size:1em;
}
p {
	font-size:0.8em;
}
form#sondageForm { 
	padding:5px 0 0;
}
form#sondageForm p, form#QuestionForm p {
	font-size:0.7em;
	width:190px;
	margin:3px 0;
}
form#sondageForm p {
	margin:0 6px 2px;
	width:98%;
}

form#sondageForm .submit {
	background:transparent url(../images/btnSubmit.png) no-repeat scroll 0 0;
	width:120px;
	height:25px;
	border: medium none;
	outline:none;
	outline-style:none;
	outline-width:medium;
	cursor:pointer;
	position:absolute;
	bottom: 5px;
	right: 14px;
}
form#QuestionForm {
	padding:10px 0 0 25px;
}
form#QuestionForm p {
	margin:10px 0;
}
form#QuestionForm textarea {
	width:250px;
	height:100px;
	overflow:hidden;
}
form#QuestionForm .textField {
	width:150px;
}
form#QuestionForm p.submit {
	text-align:right;
	width:250px;
}
div#QuestionForm {
	padding:25px;
}
form#QuestionForm {
	padding:10px 0 0 25px;
}
.question {
	font-weight:bold;
}
.sondageResult {
	font-weight:bold;
	margin-left:10px;
}
