fieldset {
	margin:0 auto;
	border:none;
}

.question {
	clear:left;
	margin:10px 160px;
	border-top:1px solid #CCC;
}
.wide .question {
	clear:left;
	margin:10px;
}
.editarea .question {
	margin:10px 0;
}
.editarea img {
	float:left;
}
.question .label {
	padding-top:10px;
	float:left;
	width:200px;
	color:#666;
}
.question .field {
	padding-top:10px;
	float:left;
	width:200px;
	color:#666;
}
.question .field .input {
	width:200px;
	border:1px solid #CCC;
}
.question button,.searchbox button {
	border: 1px solid #CCC;
	background:url(../images/bg_grad.jpg) repeat-x top;
	color: #666;
}
.question .buttons {
	margin-top:10px;
	text-align:center;
}
.question textarea {
	width:500px;
}
.question textarea.narrow {
	width:200px;
}
.alert {
	background-color:#FFC;
	padding:3px;
	border:1px solid #F00;
	color:#F00 !important;
}
.searchbox {
	border: 1px solid #ccc;
	background: #f0f0f0;
	padding: 8px 5px;
}
.searchbox fieldset {
	float:left;
	padding:0;
	margin:0;
}
.searchbox label {
	color:#666;
}
.searchbox input, .searchbox select {
	width: 150px;
}
.searchbox button {
	float:right;
}
