/* Form */
div.PanelFormButton
{
	text-align			:	center;
	background-color		:	#eeeeee;
	padding			:	10px;
}
div.PanelFormButton table
{
	margin			:	0px auto;
}

/* Information :*/
div.PanelInformation
{
	margin			:	0px 0px 30px 0px;
}

/* Agreement */
#PanelAgreement
{
	width				:	900px;
	padding			:	30px;
}

/* List */
table
{
}
table tr td:first-child
{
	vertical-align			:	baseline;
	padding-right		:	10px;
}
