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

	ul#selectLogin {
		padding: 0;
		list-style: none;
	}

	ul#selectLogin li {
		float: left;
		width: 495px; /* 990/2 = 495 */
	}

	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: 232px 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% 37px; /* (10+((204-150)/2)) */
	}

