/* -----[ 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;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}

	.newsletter_box {
			padding: 48px 16px 15px 20px;
			margin: 10px -7px;
			background: url(/Templates/_images/newsletter_box.jpg) no-repeat top;
		}
		
		.newsletter_box input {
			color: #777778;
			display: block;
			background: white;
			border: none;
			padding: 2px 6px;
			line-height: 9px;
			vertical-align: middle;
			margin-bottom: 3px;
			width: 166px;
			font-size: 9px;
		}
