fieldset {
	margin: 0 0 10px 0;
	padding: 16px;
	border: 0;
	background: #fffbf0;
	font-size: 13px;
	color: #666;
}

fieldset p {
	margin: 0;
}

.required {
	padding-left: 4px;
	color: orange;
}
input.text, textarea {
	display: inline !important;
	border: 1px solid #666 !important;
	width: 400px !important;
}
input.short {
	width: 180px !important;
}
textarea {
	padding: 2px;
	height: 100px;
	margin-bottom: 6px;
}
select {
	width: 188px;
	margin-bottom: 6px;
}
.submit {
	display: block;
	border: 0;
	background: #a5cd34;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.enter {
	font-weight: bold;
}

p.question {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
	margin-bottom: 2px;
}

.comp img {
	display: block !important;
	float: right !important;
	margin: -10px 0 10px 10px !important;
}

.clear {
	display: block;
	clear: both;
}