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 input.mandatory {

}

div.form dd input.mandatory-fail {
	color: #ff0000;
}

div.form dd textarea {
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
}

div.form dd select  {
	width: 300px;
	margin-bottom: 10px;
}

div.form p.error {
	display: none;
	color: #f00;
}

div.form h3 {
	margin-top: 10px;
	font-size: 12px;
}