/* Forms  */
form
	{
		display: block;
		position: relative;
		width: 520px;
		margin-left: 10px;
		font-family: Verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #053976;
	}
input.button
	{
		font-family: Verdana;
		font-size: 12pt;
		font-weight: bold;
		color: #053976;
		background-color: #FFFFFF;
		border-top: 2px solid #F3E21D;
		border-right: 2px solid #E6574F;
		border-bottom: 2px solid #A11912;
		border-left: 2px solid #D3C40F;
	}
form.archive
	{
		text-align: center;
	}