/* ----- ----- ----- ----- ----- ----- ----- */
/*Contact Page StyleSheet*/
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */
/*Contact Form */
/* ----- ----- ----- ----- ----- ----- ----- */
	#contact-form .standard-text,
	#callback-form .standard-text
	{
		background: #333;
		color: white;
		margin: 10px 0px;
		font-size: 12px;
		/*padding: 3px 5px;*/
	}
	#contact-form .error{
		color: red;
	}
	#contact-form .form-group{
		padding: 0px;
	}
	#contact-form .form-header{
		font-size: 20px;
		margin: 5px 0px;
	}
	#contact-shipping-address{
		/*display:none;*/
	}
	#btn-send,
	#btn-request-callback
	{
		background: #333;
		border: 0px;
		padding: 10px 20px;
		margin: 20px 0px;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/*Contact Info*/
/* ----- ----- ----- ----- ----- ----- ----- */
	#contact-info .block{
		margin: 40px 0px;
	}
	#contact-numbers .header .emphasised{
		font-size: 22px;
	}
	#contact-numbers{
		line-height: 25px;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/*Request Callback*/
/* ----- ----- ----- ----- ----- ----- ----- */
	#form-request-callback{
		margin-bottom: 20px;
		display: none;
	}
	#callback-form .header{
		margin: 20px 0px;
		text-decoration: underline;
		cursor: pointer;
		font-size: 20px;
	}
	#callback-form .form-header{
		margin: 0px;
		font-size: 15px;
		padding: 0px 5px;
	}
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */
/* ----- ----- ----- ----- ----- ----- ----- */