div.form
{
	width: 540px;
	position: absolute;
	top: 154px;
	left: 0;
	bottom: 0;
	background: #ffffff;
	display: none;
}

div#article div.form
{
	width: 660px;
	left: 38px;
	top: 133px;
}

div.form div#step-1
{
	display: block;
}

div.form div#step-2
{
	display: none;
}

div.form div#step-3
{
	display: none;
}

div.form h3
{
	font-size: 14px;
	color: #00144d;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding: 0;
}

div.form form
{
	display: block;
	margin: 29px 0 0 25px;
}

div.form button
{
	width: auto;
	margin: auto;
	padding: 5px;
}

div.form dl
{
	display: block;
	width: 505px;
	padding-left: 10px;
}

div.form dt
{
	display: inline;
	width: 150px;
}

div.form dt label
{
	/*display: table-cell;*/
	display: -moz-inline-stack; /* FF2 specific */
	display: inline-block;
	font-size: 12px;
	width: 150px;
	margin-bottom: 10px;
}

div.form dt label.textarea
{
	vertical-align: top;
}

div.form dd
{
	display: inline;
	width: 350px;
	margin: 0;
}

div.form dd input
{
	width: 300px;
	margin-bottom: 10px;
}

div.form dd ul
{
	display: inline;
	width: 300px;
	padding: 0px;
	margin-bottom: 10px;
}

div.form dd ul li
{
	list-style: none;
	display: inline;
	font-size: 12px;
	margin-right: 10px;
}

div.form dd input.mandatory-fail
{
	color: #ff0000;
}

div.form dd textarea
{
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
}

div.form dd select
{
	width: 305px;
	margin-bottom: 10px;
}

div.form p.error
{
	display: none;
	color: #f00;
}

div.form h3
{
	margin-top: 10px;
	font-size: 12px;
}



/* Marketo Integration */

form.lpeRegForm ul
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}


form.lpeRegForm ul li input
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
form.lpeRegForm ul input[type='text']
{
	font-size: 12px;
	color: black;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
form.lpeRegForm ul textarea
{
	font-size: 12px;
	color: black;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
form.lpeRegForm ul select
{
	font-size: 12px;
	color: black;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
}
form.lpeRegForm li
{
	margin-bottom: 10px;
	list-style: none;
}
form.lpeRegForm .mktInput
{
	padding-left: 0px;
}
form.lpeRegForm ul li label
{
	width: 120px;
	display: block;
	float: left;
}
form.lpeRegForm input.mktFormText
{
	width: 150px;
}
form.lpeRegForm textarea
{
	width: 150px;
}
form.lpeRegForm select
{
	width: 154px;
}

form.lpeRegForm span.required
{
	font-size: 12px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}

input.invalid, textarea.invalid, select.invalid
{
	border: 1px solid #ee1736;
}


