div#question_form_wrapper div#question_content
{
	padding: 0 10px;
	font-size: 12px;
}

div#question_form_wrapper div#question_content .row
{
	padding-bottom: 7px;
}

div#question_form_wrapper div#question_content .inner_row
{
	padding-bottom: 4px;
}

div#question_form_wrapper div#question_content .orange
{
	color: #ff9933;
}

div#question_form_wrapper div#question_content .italic
{
	font-style: italic;
	font-size: 10px;
}

div#question_form_wrapper div#question_content input.email
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 190px;
}

div#question_form_wrapper div#question_content textarea
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 240px;
	height: 97px;
}

div#question_form_wrapper.wide div#question_content textarea
{
	width: 278px;
}

div#question_form_wrapper h1
{
	width: 89px;
	height: 16px;
	text-indent: -5000px;
	background: url(../images/questions_header.gif) no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 5px;
}

div#question_form_wrapper h1.fr
{
	width: 124px;
	background: url(../images/french/questions_header.gif) no-repeat;
}

div#question_form_wrapper div#question_top
{
	width: 281px;
	height: 28px;
	background: url(../images/questions_box_top.gif);
}

div#question_form_wrapper div#question_content
{
	width: 261px;
	background: url(../images/questions_box_content.gif) no-repeat;
	background-color: #ffedb8;
}

div#question_form_wrapper div#question_bottom
{
	width: 281px;
	height: 11px;
	background: url(../images/question_box_bottom.gif) no-repeat;
	overflow: hidden;
}

div#question_form_wrapper.wide div#question_top
{
	width: 363px;
	height: 22px;
	background: url(../images/question_box_top_LG.gif);
}

div#question_form_wrapper.wide div#question_content
{
	width: 343px;
	background: url(../images/question_box_content_LG.gif) no-repeat;
	background-color: #ffedb8;
}

div#question_form_wrapper.wide div#question_bottom
{
	width: 363px;
	height: 12px;
	background: url(../images/question_box_bottom_LG.gif) no-repeat;
}

div#question_form_wrapper div#disclaimer
{
	font-size: 9px;
}

div#question_form_wrapper div#disclaimer a, div#question_form_wrapper div#disclaimer a:visited
{
	color: #0b19ff;
	text-decoration: underline;
}
