
	body {
		text-align: left;
		font-size: 12px;
		color: #e7e7e7;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		background-repeat: no-repeat;
		background-position: center top;
		background-image: url(/img/sharesprocket-bg3.jpg);
		background-color: #676767;
	}

	a {
		color: #848484;
		border-width: thin;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		text-decoration: none;
	}

	#wrapper {
		margin-right: auto;
		margin-left: auto;
		border-color: #f0f0f0;
		border-style: solid;
		border-width: thin;
		height: 768px;
		width: 1024px;
	}


	#buttons {
		left: 150px;
		top: 350px;
		position: relative;
	}

	#login-form {
		margin-right: 10px;
		margin-top: 10px;
		float: right;
		width: 500px;
		text-align: right;
		padding: 5px;
	}

	input {
		margin: 0px;
		width: 125px;
		padding: 5px;
		color: white;
		background-color: #4a4a4a;
	}

	
