	/* Google contact form */
	#GoogleForm
	{
	}
	#GoogleForm .ss-item
	{
		display: block;
		margin-bottom: 10px;
	}
	#GoogleForm .ss-q-title
	{
		display: block;
		font-weight: bold;
		float: left;
		width: 75px;
	}
	#GoogleForm .ss-q-help
	{
		display: none;
		font-size: 85%;
		color: #b1ab9a;		
	}
	#GoogleForm .ss-text input,
	#GoogleForm .ss-select select
	{
		border: solid 1px #e4dcc6;
	}
	#GoogleForm .ss-text input
	{
		width: 200px;
		padding: 3px;
	}
	/* label errors */
	#GoogleForm label.error
	{
		display: block;
		color: #b4382d;
		font-weight: bold;
		margin-left: 75px;
	}
	#GoogleForm input.error,
	#GoogleForm select.error
	{
		background: #ffc;
	}
	/* loading */
	#GoogleForm #ajaxLoading
	{
		color: #245641;
		display: inline;
		margin-left: 10px;
	} 
	#GoogleForm #ajaxLoading img
	{
		position: relative;
		top: 3px;
		margin-right: 3px;
	}
	/* ajax error message */
	#GoogleForm #ajaxError
	{
		margin-left: 10px;
		display: inline;
		color: #b4382d;
		font-weight: bold;
	}

