body { margin: 0;
		background-color: #fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		}
	#wrapper {
		text-align: left;
		position: relative;
		width: 500px;
		height: 680px;
		padding: 0px;
		margin: 0 auto;
		/* border-top: 6px solid #9EBD0D; 
		border-right: 2px solid #000;
		border-left: 1px solid #000;
		border-bottom: 2px solid #000; */
		background: #fff;
		}
	#banner { position: relative;
		height: 90px;
		top:0px;
		left: 0px;
		margin: 0;
		padding-bottom: 10px;
		/* border-bottom: 1px solid #999; */
		background-color: #fff;
		}
	#banner img { 
		margin-left: 4px;
		margin-top: 4px;
		}
	#anim {
		position: absolute;
		top: 3px;
		left: 240px;
		padding: 0px;
		}
	#content { 
		position: relative;
		margin-left: 0;
		width: 450px;
		background: url(login_bot.gif) no-repeat bottom left;
		}
	#content h2 { color: #000;
		background: url(login_top.gif) no-repeat top left;
		padding: 10px 8px 4px 10px;
		/* text-transform: uppercase; */
		/* letter-spacing: .25em; */ 
		}
	#content table {
		margin-left: 10px;
		}
	h2 {
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #9EBD0D;
		margin: 0;
	}
	a { 
		font-weight: bold;
		color: 549634;
        text-decoration: none;
		}
	a:hover {
		font-weight: bold;
		color: #660000;
        text-decoration: none;
		}
	.contact { color: #000; }
	.contact a { color: #039; }
	.logo { padding-top: 5px;
		padding-left: 5px;
		}