﻿/*CONTACT PAGE*/
	#contactPageLeft
	{
	    margin-left: 40px;
		width: 360px;
		float: left;
	}
	#contactPageRight
	{
		font-family: 'Trebuchet MS', Arial;
		font-size: 11px;
		width: 200px;
		padding-left: 10px;
		float: left;
	}
	.green
	{
	    color: #99e103;
	}
	#paymentPageLeft
	{
		width: 360px;
		float: left;
	}
	#paymentPageRight
	{
		font-family: 'Trebuchet MS', Arial;
		font-size: 11px;
		width: 200px;
		padding-left: 10px;
		float: left;
	}
	
	.contactForm
	{
		width: 380px;
		margin-left: 10px;
	}
	.bidForm
	{
		width: 450px;
		margin-left: 30px;
	}
	.formLabel, .formInput
	{
		display: block;
		width: 230px;
		float: left;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.formInputPostcode
	{
		display: block;
		width: 100px;
		float: left;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.formInputDateRight
	{
		display: inline;
		width: 100px;
		
		margin-bottom: 5px;
		font-weight: bold;
	}
	.formLabel 
	{
		text-align: right;
		width: 125px;
		padding-right: 10px;
		color: #ffffff;
		font-family: Tahoma, Arial;
		font-size: 12px;
		font-weight: normal;
	}
	.newBreak
	{
		clear: left;
	}
	fieldset
	{
		padding: 5px;
	}
	.formButtons
	{
		font-weight: normal;
		padding-left: 135px;
	}
	.formButtonsAuction
	{
		font-weight: normal;
		padding-left: 165px;
	}
	.contactTitle
	{
		font-family: 'Trebuchet MS', Arial;
		color: #016701;
		font-size: 20px;
	}
	.emailTitle a
	{
		font-size: 13px;
		color: #666666;
		text-decoration: none;
	}
	.emailTitle a:hover
	{
		font-size: 13px;
		color: #016701;
		text-decoration: none;
	}
	/*END CONTACT PAGE*/

/*AJAX STYLING*/
		.validatorCalloutHighlight
		{	
			background-color: #D8F1D8;
		}
		.validatorTitle
		{
			font-size: small;
			color: #FF0000;
		}
		.waterMark
		{
			color: #ccc;
			display: block;
			width: 200px;
			float: left;
			margin-bottom: 5px;
			font-weight: bold;
		}
		.waterMark2
		{
			color: #ccc;
			
			width: 200px;
			
			margin-bottom: 5px;
			font-weight: bold;
		}
	/*END AJAX STYLING*/
