/* -----[ 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: 0px;
		padding: 0px;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
		text-align: left;
	
	}
	#cLS .CustomCode p  {
		margin: 0px 0px 0px 0px;
		font-size: 85%;
	}
	#cLS .CustomCode input,
	#cLS .CustomCode select  {
		font-size: 11px;
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}

