input, select, textarea {
	color: #757575;
	border: 1px solid #A5B58C;
}

input {
	height: 15px;
}

select {
	height: 17px;
}

#inforequest,
#subscription {
	border: 1px solid #A5B58C;
	float: left;
	position: relative;
	width: 100%;
}

.defaultrow,
.commentrow,
.submitrow {
	float: left;
	height: 28px;
	width: 100%;
	color: #000000;
	background-color: #D9E4BA;
	border-top: 1px solid #E9F1CD;
	padding: 0px;
	margin: 0px;
}

.commentrow {
	height: 185px;
}

.question,
.answer {
	float: left;
	position: relative;
	padding: 4px;
	margin: 0px;
}

.question {
	padding-top: 7px;
	padding-left: 7px;
}

.button {
	float: left;
	position: relative;
	margin: 4px;
	height: 19px;
	width: 60px;
}

#inforequest .question {
	width: 126px;
}

