
#question { width: 500px; margin: auto; }
#question p {
padding:5px;
padding-right: 0;
}

#question input[type=text], #question textarea {
	border: solid 1px #dedede;
	background: #eeeeee;
}

#question input {
	width: 175px;
}
