	/* -- general -- */
	form	{
		margin:0px;
		}
		
	table.border	{
		border:#D3D4D5 solid 1px;
		margin-bottom:15px;
		}
		
	table.border td	{
		padding:5px 10px 5px 10px;
		border-right:#D3D4D5 solid 1px;
		}
	
	
	table.border tr.header td	{
		background-color:#eeeeee;
		border-bottom:#D3D4D5 solid 1px;
		font-weight:bold;	
		}
		
	table.border tr.header a	{
		text-decoration:none;
		}	
	
	
	table.border td.last	{
		border-right:0px;
		}
		
	div.border_padding	{
		width:94%;
		padding:3%;
		border:#D3D4D5 solid 1px;
		background-color:#f4f4f4;
		margin-bottom:15px;
		}	
		

	hr	{
		height:1px;
		border-top:#D3D4D5 solid 1px;
		padding:0px;
		margin-top:15px;
		margin-bottom:15px;
		}	
		
/*-- form -- */

	input.button	{
		padding:2px 7px 2px 7px;
		border:#000000 solid 1px;
		background-color:#eeeeee;
		}
		
	input.searchLarge	{
		width:370px;
		}	