div.form
{
	margin-top: 15px;
	width: 530px;
}
div.form table
{
	margin-top: 10px;
}
div.form td
{
	padding: 0 5px;
	border-top: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
	vertical-align: top;
}
div.form td.label
{
	background: #eaeaea;
	padding-top: 2px;
	width: 100px;
}
div.form tr.footer td
{
	padding-top: 10px;
	padding-left: 5px;
}
div.form input.text,
div.form textarea.text
{
	width: 300px;
}

div.form tr.mandatory span,
div.form p.mandatory span
{
	color: #e00;
	font-weight: bold;
}
div.form tr.mandatory span
{
	padding-left: 4px;
}


div.form div.confirmation
{
	border: 1px solid #ccc;
	background: #eaeaea;
	padding: 5px 10px;
	width: 400px;
}
div.form div.confirmation h1, div.form div.confirmation h2, div.form div.confirmation h3 
{
	left: 0 !important;
}
