@charset "UTF-8";
/* CSS Document */


	body
		{
			background:none;
		}
		

.print
	{
	display:table-row;
	}
	
	* html .print 
{
	display:block;
	} /*style for IE*/


	
	.wrapper
	{
		margin:0 auto;
		width:610px;
	}
	
.logos
	{
		text-align:right;
	}
	

.logos img
	{
		margin:5px;
		padding:5px;
	}
	
	legend
	{
		font-size:11px;
	}
	
fieldset
	{
		width:620px;
		border:1px dashed #ccc;
	}
	