
.block-form h3 {
	border-bottom: none;
	margin-bottom: 0;
}

.block-form fieldset {
	display: block;
	background: #F8F8F8;
	border: 1px solid #CCC;
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
}

.block-form .field {
	margin-bottom: 8px;
	text-align: left;
}

.block-form .field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block-form .field label {
	float: left;
	clear: left;
	position: relative;
	text-align: right;
	width: 35%;
	margin-right: 1%;
	padding-right: 1%;
}

.block-form .field label span {
	position: absolute;
	right: 0;
	top: 0;
}

.block-form .field .buttonsContainer {
	float: left;
}

.block-form .field .buttonsContainer ul {
	margin: 0;
	padding: 0;
}

.block-form .field .buttonsContainer li {
	list-style: none none;
	font-size: 1.0em;
	margin: 0;
}

.block-form .field .btsRadio li {}

.block-form .field input[type='text'], .block-form .field select, .block-form .field textarea {
	width: auto;
}

.block-form .field input.btRadio, .block-form .field input.btCheckbox {
	vertical-align: middle;
	margin: 0 1px 0 0;
}

.block-form .field span.reponse {
	font-size: 1.1em;
	margin: 0 8px 0 0;
	color: #000;
}

#formModify {
	display: none;
}

.block-form .required {
	color: #FF0000;
}

.block-form .ok {
	color: Green;
	font-size: 1.1em;
	margin: 0 0 0 36%;
}

.block-form .fieldBtn {
	text-align: right;
}
.block-form .field .goodAnswer{
	background-color: #99FF99 ;
}