/*-------------------------------*/
/* Page Content                  */

	ul#selectLogin {
		padding: 0 0 0 9px; /* IE6 WIN: Has a rounding problem if the <ul> uses 100% width (990) */
		list-style: none;
	}

	ul#selectLogin li {
		float: left;
		width: 325px; /* 990/3 */
	}

	ul#selectLogin li div { /* The jsLinkedHolder needs to use a div (for now), and it also conveniently gets around the box model problem on IE5 WIN */
		padding: 170px 9px 2em 8px;
		position: relative; /* IE6 WIN: cannot find the hit area of the jsLinkedHolder unless it gets a nudge */
	}

	ul#selectLogin li#selectCard,
	ul#selectLogin li#selectCard div { /* IE6 WIN: The background on the <li> is to cover up the IE6 flicker bug */
		background: url("../../img/login/proof.jpg") no-repeat 50% 10px;
	}

	ul#selectLogin li#selectToken,
	ul#selectLogin li#selectToken div {
		background: url("../../img/login/token.jpg") no-repeat 50% 10px;
	}

	ul#selectLogin li#selectAdmin,
	ul#selectLogin li#selectAdmin div {
		background: url("../../img/login/admin.jpg") no-repeat 50% 10px;
	}
	