/* SisterSax contact form style sheet Jan 2010by A Birch www.onesmartdesign.co.uk */
/* Contact page specific */
	.label
	{
		color: #ff3399;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-size: 8pt;
		padding: 2px 4px;
		border-bottom: 1px dotted #9d21b8;
		line-height: 18px;
		margin-bottom: 3px;
	}

	.field
	{
		color: #9d21b8;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: bold;
		font-size: 8pt;
		padding: 2px 4px;
		border: 1px solid #9d21b8;
		line-height: 18px;
		margin-bottom: 3px;
	   background: pink;
	}	
	


