	/* ============================================================ */
	/* ------------------------------------------------------------ */

	html,
	body
	{
		font-family   : sans-serif;
		color         : white;
		font-size     : 12px;
		
		background    : transparent;
		
		margin        : 0px;
		padding       : 0px;
	}

	.contact-title
	{
		font-size   : 20px;
		font-weight : bold;
		text-align  : center;
		text-transform : uppercase;
	}

	.contact-success
	{
		color       : white;
		font-weight : bold;
		margin      : 40px 0;
		padding     : 15px;
		text-align  : center;
		background-color : green;
	}

	.contact-error
	{
		color       : yellow;
		font-weight : bold;
		margin      : 40px 0;
		padding     : 15px;
		text-align  : center;
		background-color : #dd0000;
	}

	.contact-close
	{
		background-color: #505050;
		color: white;
		cursor: pointer;
		line-height: 22px;
		margin: auto;
		width: 120px;
	}
	.contact-close:hover
	{
		background-color: #222222;
		box-shadow : 0px 0px 5px rgba(255, 255, 255, 0.4);
	}

	/* ------------------------------------------------------------ */
	/* ============================================================ */
	
	
	
	
	