body {
	margin: 0;
	padding: 0;
	background-color: #e1e0e0;
	font-family: Helvetica, Arial, sans-serif;
	color: #2e2e2e;
	}

p { margin-top: 0 }

#fi_container {
	position: relative;
	width: 620px;
	margin: 0 auto;
	}

#fi_mainLogo {
	position: absolute;
	width: 194px;
	height: 60px;
	top: 12px;
	left: 0;
	}

#fi_headerContainer {
	position: relative;
	padding-top: 40px;
	}

	a#fi_signup,
	a#fi_login {
		display: inline-block;
		float: right;
		width: 75px;
		height: 35px;
		background-color: #a2b8bc;
		color: #000;
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		}
	a#fi_signup:hover,
	a#fi_login:hover { text-decoration: underline }
	a#fi_signup.selected,
	a#fi_login.selected { background-color: #fff }


#fi_contentContainerLogin {
	background: #fff url('../styles/images/bg-login-content.png') top center no-repeat;
	clear: both;
	}		

	h1 {
		font-size: 30px;
		text-transform: uppercase;
		color: #727272;
		padding: 20px 16px 0;
		}

	#fi_contentContainer {
		padding: 0 20px;
		padding-bottom: 60px;
		background: transparent url('../styles/images/bg-footer-login.jpg') bottom center no-repeat;
		width: 100%;
		}

		#fi_loginForm {
			display: inline-block;
			float: left;
			width: 300px;
			
			}
			#fi_loginForm label {
				display: block;
				padding-bottom: 6px;
				text-transform: uppercase;
				font-size: 12px;
				}
			#fi_loginForm input[type='text'],
			#fi_loginForm input[type='password'] {
				width: 255px;
				border: 1px solid #727272;
				background: #fff url('../styles/images/bg-input.gif') top left no-repeat;
				padding: 8px 3px;
				}

		#fi_accountInfo {
			display: inline-block;
			float: left;
			width: 230px;
			background-color: #a2b8bc;
			border: 1px solid #8c9c8c;
			padding-top: 8px;
			}
			#fi_accountInfo p {
				font-size: 14px;
				line-height: 24px;
				margin: 0 8px 12px;
				}
			#fi_accountInfo a {
				font-size: 18px;
				color: #28527d;
				text-decoration: underline;
				}
			#fi_accountInfo a:hover { color: #000 }

		#fi_remember {
			font-size: 10px;
			padding: 10px 0;
			border-top: 1px solid #d9d9d9;
			margin-top: 10px;
			}

		#fi_submit {
			font-size: 10px;
			padding: 10px 0 20px;
			}
			#fi_submit input[type='submit'] {
				border: 1px solid #727272;
				background-color: #3B3B3B;
				color: #fff;
				font-size: 16px;
				padding: 3px
				}
			#fi_submit input[type='submit']:hover {
				background-color: #585858;
				}


.fi_center { text-align: center }
.fi_left { text-align: left }
.fi_right { text-align: right }

.fi_clr { clear: both }