/* 	[ 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,
.Logout {
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	clear: both;
	margin: 0px 0px;
	padding: 0px;
	width: 50%;
}
	.LogoutText {
		margin: 0px 0px 10px 0px;
	}
	.LogoutButton {
		margin: 0px 0px 10px 0px;
	}
		.LoginBorder td {
			width: 50%;
			padding: 5px 0px 5px 0px;
		}
		.LoginBorder br {
			margin: 5px 0px 5px 0px;
		}
/* === [ Login Button ] === */

.LoginButton {
	text-align: left;
	position: relative;
	clear: both;
	margin: 0px 0px;
	padding: 0px;
}


/* === [ Left Hand Container ] === */
	#cLS .LoginButton {
	}

/* === [ Right Hand Container ] === */
	#cRS .LoginButton {
	}
	

