﻿.supplier
{
	width: 340px;
	display: block;
	float: left;	
	margin: 10px 15px 20px 0;	
	min-height: 115px;
}

	.supplier h3 
	{
		border-bottom: 1px solid #663300;
		margin-bottom: 5px;
	}
	
	

.otherDetails 
{
	float: right;
	width: 150px;
	padding-right: 5px;
}

	.otherDetails p 
	{
		margin: 0 0 5px 0 !important;
		line-height: normal !important;		
	}
	
	.otherDetails .label 
	{
		width: 40px;
		font-weight: bold;
		float: left;
		clear: left;
	}
	
	.otherDetails .email 
	{
		clear: left;
	}
	
select.countyList 
{
	border: 1px solid #aaaaaa;
}