form
	{
		width						:	47%;
		text-align					:	center;
		font-family				:	Helvetica,"Colonna MT",Papyrus,"Copperplate Gothic Light", fantasy;
		font-size					:	12px;
		color							:	brown;
		background-color			:	ivory;	
	}
legend
	{
		text-align					:	left;
		font-family				:	Helvetica,"Colonna MT",Papyrus,"Copperplate Gothic Light", fantasy;
		font-size					:	1.2em;
		color							:	brown;
		background-color			:	ivory;	
		border						:	2px single blue
	}
fieldset
	{
		width						:	95%;
		text-align					:	left;
		padding-left				:	20px;
		padding-bottom			:	10px;
	}
label
	{
		width						:	65%;
		text-align					:	right;
		padding                                     :	2px;
	}
input.radio
	{
		text-align					:	right;
	}
input.text
	{
		text-align					:	left;
	}
a
	{
		font-family				:	Helvetica,"Colonna MT",Papyrus,"Copperplate Gothic Light", fantasy;
		font-size					:	14px;
		color							:	brown;
	}
table 
	{
		border-collapse			: 	collapse;
	}
td
	{
		border						:	1px single blue;	
		text-align					:	left;
		font-family				:	Helvetica,"Colonna MT",Papyrus,"Copperplate Gothic Light", fantasy;
		font-size					:	14px;
		color							:	brown;
		background-color		:	ivory;	
	}
div
	{
		position					:	relative;
		text-align					:	right;
		border						:	2px single blue;
	}	