/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		margin: 6px 0px 6px 0px;
		padding: 4px;
		text-align: center;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		font-size: 11px;
		color: #FFF;
		border: solid #FFF 2px;
		padding: 6px;
		margin: 10px;
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}