@charset "utf-8";
/******************** enquete ********************/
div.enquete {
	margin: 0 0 0 10px;
	width: 520px;
}
/***********/
div.comment {
	background: url(../img/enquete_bg.jpg) no-repeat left;
	display: block;
	width: 510px;
	height: 550px;
	text-indent: -10000px;
	overflow: hidden;
}
.purple {
	color: #64b;
	margin-left: -30px;
}
/***********/
div.enquete form {
	margin: 20px 10px 0 0;
	background: #f8f6fd;
	border: 1px solid #bad;
	padding: 15px 10px 15px 0;
}
div.enquete form table {
	width: 498px;
	border-collapse: collapse;
}
div.enquete form table td {
	padding: 4px;
}
div.enquete form table td.item {
	width: 180px;
	padding: 4px 5px 0 10px;
}
div.enquete form table td.item p {
	background: url(../img/icon_arrow_2.gif) no-repeat left top;
	padding: 0 0 0 13px;
}
div.enquete form table td.item p.comment {
	background: none;
	padding-top: 10px;
	font-size: 90%;
	color: #888;
}
div.enquete form table td.value {
	width: 320px;
}
div.enquete form table td.title {
	padding: 0 0 10px;
}
div.enquete form table td.title p, div.enquete form table td.title2 p {
	background: #bad;
	padding: 2px 5px 2px 10px;
	color: #fff;
	width: auto;
	margin-right: 10px;
}
div.enquete form table td.title2 {
	padding: 30px 0 10px;
}
div.enquete form textarea {
	width: 300px;
	height: 90px;
	margin-bottom: 10px;
}
.red {
	color: #e22;
	font-size: 90%;
	margin-left: 7px;
}
input.long {
	width: 200px;
}
input.short {
	width: 130px;
}
input.button {
	margin-top: 30px;
	padding: 0 30px;
}
/***********/
p.other {
	margin-top: 10px;
}
p.error {
	color: #e22;
	margin-bottom: 10px;
	font-size: 120%;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/