.search-form-container
{
	position: relative;
}

.search-form-holder
{
	position: absolute;
	left: 80px;
	top: -24px;
	visibility: hidden;
}

.search-form
{
	width: 400px;
}

.search-result
{
	padding-top: 40px;
}

.faq-profiles
{
	background: url('../images/allie_jared.jpg') no-repeat top left;
	padding-left: 360px;
	min-height: 130px;
	margin-top:20px;	
}

.browse-question
{
	padding: 10px 120px 10px 30px;
	border-bottom: 1px solid #ccc;
	min-height: 30px;
}

.last-question
{
	border-bottom: none;
}

.browse-question-number
{
	padding: 10px 0 0 0;
	float:left;
}

.browse-question-add
{
	width: 120px;
	float:right;
	padding: 10px 0 10px 0;
	text-align:right;
}

