/* 	[ 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: 90%;
	margin: 0px 0 20px 0px;
	color: #FFFFFF;
	padding: 0px 0 0 0;
	height: 180px;
	width: 415px;
	float: left;
	clear: none;
	background: url(/Templates/_images/Login-bkg.gif) no-repeat bottom left;
}

.LoginBorder td {
	padding: 0 0 0 10px;
}
/* === [ Login Button ] === */

.LoginButton {
	text-align: center;
	position: relative;
	margin: 10px;
	padding: 0px;
}


/* === [ Left Hand Container ] === */
	#cLS .LoginButton {
	}

/* === [ Right Hand Container ] === */
	#cRS .LoginButton {
	}
