/*
	Button Styles
	-------------------------------- */

	.button
	{
		cursor: pointer;
		font-family: AvantGardeGothicITCBook, arial;
		position: relative;
	}

	.button.button-black
	{
		background: #383637;
		color: #FFF;
		font-size: 0.8em;
		padding: 0.4em 1em;
		border: none;
	}

	#enquiry .button.button-black
	{
		padding: 0.5em 1em;
		font-size: 1em;
	}

	.button-group
	{
		float: right;
		padding: 6px 0;
	}
	
	.button-group .button
	{
		float: right;
	}

	.button.button-pink
	{
		display: block;
		background: #de309b;
		color: #FFF;

		padding: 0.2em 0.5em;
		border: 1px solid #de309b; 
		/* border: 1px solid #FFF; */
	}

	.button.button-pink span
	{
		display: block;
		position: absolute;

		/* background: url('/images/arrow-white.png') no-repeat; */
		width: 12px;
		height: 14px;

		top: 4px;
		right: 6px;
	}

	.button.button-pink:hover,
	.button.button-pink:focus
	{
		background: #9f389a;
	}

	.button.button-pink.enquiry
	{
		width: 150px;
		text-align:center;
		padding-right: 20px;
	}

	.button.button-black.client
	{
		display: block;
	}

	.button.button-black:hover,
	.button.button-black:focus
	{
		background: #26788e;
	}
	

	.button.button-generic
	{
		display: block;
		background: #383637;
		float: left;
		padding: 0.5em 2.5em 0.5em 0.5em;
		color: #FFF;
		margin-top: 1em;
		position: relative;
	}

	.button.button-generic:hover,
	.button.button-generic:focus
	{
		background: #26788e;
	}

	.button.button-generic span,
	.button.button-grey span
	{
		background: url('../images/button-arrow-purple.png');

		width: 12px;
		height: 14px;

		position: absolute;
		right: 10px;
		top: 8px;

		text-indent: -9999px;
	}

	.button.button-grey
	{
		background: #eeeee9;
		color: #6e6e7e;
		font-family: 'Arial';

		display: block;

		margin-bottom: 1em;
		padding: 1em 2.5em 1em 1em;

		max-width: 230px;
	}

	.button.button-grey span
	{
		top: 18px;
	}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
