/* Page */
#content.page
{
	padding:0 0 0 15px;
}
#content-main
{
	width:700px;
}

/* jpo-form */
#fieldset-jpo-form
{
	padding:20px 0 20px 20px;
	width:505px;
	height:175px;
	background:url(../images/jpo-form_bg.png) 0 0 no-repeat;
	border:0;
}
#jpo-form p.field
{
	clear:left;
	float:left;
	padding:0px;
	height:32px;
	width:485px;
}
#jpo-form label
{
	float:left;
	padding:3px 10px 3px 0;
	width:88px;
	color:#000;
	text-align:left;
}
#jpo-form label.required
{
	background-image:url(../images/label-required_bg.png);
	background-repeat:no-repeat;
}
#jpo-form input,
#jpo-form select
{
	float:left;
}
#jpo-form input
{
	float:left;
	width:115px;
}
#jpo-form p.title,
#jpo-form p.lastname,
#jpo-form p.firstname,
#jpo-form p.homephone
{
	clear:none;
	width:auto;
}
#jpo-form p.lastname,
#jpo-form p.firstname
{
	padding:0 0 0 5px;
}

#jpo-form p.title label
{
	background-position:38px 2px;
}
#jpo-form p.title select
{
	width:40px;
}
#jpo-form p.firstname label
{
	padding:3px 9px;
	width:40px;
	background-position:52px 2px;
}
#jpo-form p.lastname label
{
	padding:3px 8px;
	width:25px;
	background-position:34px 2px;
}

#jpo-form p.homephone label
{
	background-position:132px 2px;
}
#jpo-form p.interest label
{
	width:250px;
	background-position:250px 2px;
}
#jpo-form p.interest select
{
	width:224px;
}
#jpo-form p.address input
{
	width:381px;
}
#jpo-form p.email label
{
	background-position:32px 2px;
}
#jpo-form p.email input
{
	width:383px;
}
#jpoformsubmit
{
    clear: left;
	margin:0 0 0 99px;
	width:50px !important;
	text-align:center;
	background:#fff;
}
#content p.mention
{
	position:absolute;
	margin:-32px 0 0 20px;
	color:#000;
	font-style:italic;
	font-size:11px;
}
#content p.mention span.required
{
	color:#E80000;
}
