/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ LOGIN ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

/* === [ Login Form - class applied to Table Tag ] === */

.LoginBorder {
	font-size: 1em;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
}

/* === [ Login Button ] === */

.LoginButton {
	text-align: center;
	position: relative;
	margin: 10px;
	padding: 0px;
}


/* === [ Left Hand Container ] === */
	#cLS .LoginButton {
	}

/* === [ Right Hand Container ] === */
	#cRS .LoginButton {
	}

